Author: olamy
Date: Sat May 10 06:28:39 2008
New Revision: 655082
URL: http://svn.apache.org/viewvc?rev=655082&view=rev
Log:
adapt to last maven-invoker-plugin changes [MINVOKER-22]
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=655082&r1=655081&r2=655082&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sat May 10 06:28:39 2008
@@ -180,6 +180,7 @@
<id>integration-test</id>
<phase>integration-test</phase>
<goals>
+ <goal>install</goal>
<goal>run</goal>
</goals>
</execution>