You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/12/11 02:20:08 UTC

svn commit: r1212949 - in /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746: maven-mng3746-plugin/pom.xml project/pom.xml

Author: bimargulies
Date: Sun Dec 11 01:20:08 2011
New Revision: 1212949

URL: http://svn.apache.org/viewvc?rev=1212949&view=rev
Log:
MNG-3714: Allow specification of the toolchains.xml location on the command line
o make this integration test work by rendering its two parts consistent.

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/maven-mng3746-plugin/pom.xml
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/project/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/maven-mng3746-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/maven-mng3746-plugin/pom.xml?rev=1212949&r1=1212948&r2=1212949&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/maven-mng3746-plugin/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/maven-mng3746-plugin/pom.xml Sun Dec 11 01:20:08 2011
@@ -19,4 +19,28 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+	<groupId>org.apache.maven.its.plugins</groupId>
+	<artifactId>maven-it-plugin-artifact</artifactId>
+	<version>2.1-SNAPSHOT</version>
+	<executions>
+	  <execution>
+	    <id>install</id>
+	    <phase>generate-resources</phase>
+	    <configuration>
+	      <pomFile>pom.xml</pomFile>
+	      <mainFile>target/mavenit-mng3746-plugin-1.jar</mainFile>
+	      </configuration>
+	      <goals>
+		<goal>set</goal>
+		<goal>attach-pom</goal>
+		<goal>install</goal>
+	      </goals>
+	    </execution>
+	  </executions>
+	</plugin>
+      </plugins>
+    </build>
 </project>
\ No newline at end of file

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/project/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/project/pom.xml?rev=1212949&r1=1212948&r2=1212949&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/project/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-3746/project/pom.xml Sun Dec 11 01:20:08 2011
@@ -14,7 +14,7 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.its.mng3746</groupId>
-        <artifactId>maven-mng3746-plugin</artifactId>
+        <artifactId>mavenit-mng3746-plugin</artifactId>
         <version>1</version>
         <executions>
           <execution>