Author: gboue
Date: Wed Jun 14 19:00:22 2017
New Revision: 1798738
URL: http://svn.apache.org/viewvc?rev=1798738&view=rev
Log:
[MSHARED-640] Upgrade maven-invoker-plugin to resolve IT failure on Windows
Fix failing IT on Windows. The current parent Apache POM defines version 2.0.0
for the maven-invoker-plugin, where the issue due to the rename of mvn.bat on
Windows with Maven 3.3.1 is fixed. The project should inherit from it instead
of forcing version 1.7.
Modified:
maven/shared/trunk/maven-artifact-resolver/pom.xml
Modified: maven/shared/trunk/maven-artifact-resolver/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-artifact-resolver/pom.xml?rev=1798738&r1=1798737&r2=1798738&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-resolver/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-resolver/pom.xml Wed Jun 14 19:00:22 2017
@@ -172,7 +172,6 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>1.7</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>