You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2008/03/30 17:06:45 UTC

svn commit: r642757 - in /maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131: ./ mwar131-test/ mwar131-webapp/ mwar131-webapp2/ pom.xml

Author: wsmoak
Date: Sun Mar 30 08:06:44 2008
New Revision: 642757

URL: http://svn.apache.org/viewvc?rev=642757&view=rev
Log:
MWAR-131 Make sure the current snapshot version of the plugin is used for the IT.  Added svn:ignore props.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-test/   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp2/   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/pom.xml

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 30 08:06:44 2008
@@ -0,0 +1,2 @@
+target
+build.log

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-test/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 30 08:06:44 2008
@@ -0,0 +1 @@
+target

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 30 08:06:44 2008
@@ -0,0 +1 @@
+target

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/mwar131-webapp2/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Mar 30 08:06:44 2008
@@ -0,0 +1 @@
+target

Modified: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/pom.xml?rev=642757&r1=642756&r2=642757&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/src/it/MWAR-131/pom.xml Sun Mar 30 08:06:44 2008
@@ -7,6 +7,14 @@
   <version>1.0-SNAPSHOT</version>
   <name>MWAR-131 Integration Test</name>
   <url>http://maven.apache.org</url>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-war-plugin</artifactId>
+        <version>@pom.version@</version>
+      </plugin>
+    </plugins>
+  </build>
   <modules>
     <module>mwar131-webapp</module>
     <module>mwar131-test</module>