Author: brett
Date: Tue Jan 17 00:47:50 2012
New Revision: 1232244
URL: http://svn.apache.org/viewvc?rev=1232244&view=rev
Log:
put back wix IT configuration accidentally removed in r1232177
Modified:
incubator/npanday/trunk/plugins/pom.xml
incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
Modified: incubator/npanday/trunk/plugins/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1232244&r1=1232243&r2=1232244&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/pom.xml Tue Jan 17 00:47:50 2012
@@ -22,10 +22,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.npanday</groupId>
- <version>1.5.0-incubating-SNAPSHOT</version>
+ <version>1.5.0-incubating-SNAPSHOT</version>
<artifactId>apache-npanday</artifactId>
- </parent>
- <modelVersion>4.0.0</modelVersion>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.npanday.plugins</groupId>
<artifactId>maven-dotnet-plugins</artifactId>
<packaging>pom</packaging>
@@ -196,6 +196,9 @@
See https://issues.apache.org/jira/browse/NPANDAY-284
<localRepositoryPath>target/local-repo</localRepositoryPath> -->
<postBuildHookScript>verify</postBuildHookScript>
+ <filterProperties>
+ <npandayVersion>${bootstrap.npanday.version}</npandayVersion>
+ </filterProperties>
</configuration>
<executions>
<execution>
Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml?rev=1232244&r1=1232243&r2=1232244&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml Tue Jan 17
00:47:50 2012
@@ -53,7 +53,6 @@
<configuration>
<excludes>
<exclude>**/*.iml</exclude>
-
<exclude>src/it/**</exclude>
</excludes>
</configuration>