Author: gboue
Date: Sat Nov 19 16:52:31 2016
New Revision: 1770507

URL: http://svn.apache.org/viewvc?rev=1770507&view=rev
Log:
Fixing IT that will break when Jar Plugin is updated to 3.0.0 (indirectly 
through a Maven update): running install twice in the same build would call the 
plugin twice and attach the main artifact twice - which is now disallowed.

Modified:
    
maven/plugins/trunk/maven-install-plugin/src/it/non-changed-artifact/invoker.properties

Modified: 
maven/plugins/trunk/maven-install-plugin/src/it/non-changed-artifact/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/it/non-changed-artifact/invoker.properties?rev=1770507&r1=1770506&r2=1770507&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-install-plugin/src/it/non-changed-artifact/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-install-plugin/src/it/non-changed-artifact/invoker.properties
 Sat Nov 19 16:52:31 2016
@@ -15,5 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals         = install install
+# install called in two different Maven invocations, otherwise the build would 
fail with the Jar Plugin (MJAR-198)
+invoker.goals.1 = install
+invoker.goals.2 = install
 invoker.maven.version = 2.2.2+, !3.0-alpha-1, !3.0-alpha-2


Reply via email to