Author: olamy
Date: Thu Jan 10 10:55:15 2008
New Revision: 610872
URL: http://svn.apache.org/viewvc?rev=610872&view=rev
Log:
remove install plugin which break the release plugin this was needed for old
tests with verifier plugin : not used anymore
Modified:
maven/plugins/trunk/maven-jar-plugin/pom.xml
Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=610872&r1=610871&r2=610872&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Thu Jan 10 10:55:15 2008
@@ -135,32 +135,6 @@
</execution>
</executions>
</plugin>
- <!-- Need to install IT snapshot of maven-jar-plugin -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <version>2.2</version>
- <executions>
- <execution>
- <id>it-test</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>install-file</goal>
- </goals>
- <configuration>
- <file>
- ${basedir}/target/maven-jar-plugin-2.2-SNAPSHOT.jar
- </file>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2-it-SNAPSHOT</version>
- <!-- IT SNAPSHOT -->
- <packaging>maven-plugin</packaging>
- <pomFile>${basedir}/pom.xml</pomFile>
- </configuration>
- </execution>
- </executions>
- </plugin>
<!-- Testing the result of the it pom.xml -->
<plugin>