You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2013/08/22 19:23:43 UTC

svn commit: r1516522 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: krosenvold
Date: Thu Aug 22 17:23:43 2013
New Revision: 1516522

URL: http://svn.apache.org/r1516522
Log:
And maven-eclipse-plugin to latest plexus too

And at this point, I think all of the maven plugins refer to the same version
of plexus-utils, plexus-io and plexus-archiver. Time to move them
to dependencyManagement in parent ?

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1516522&r1=1516521&r2=1516522&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Thu Aug 22 17:23:43 2013
@@ -48,7 +48,7 @@ under the License.
     <url>http://jira.codehaus.org/browse/MECLIPSE</url>
   </issueManagement>
   <properties>
-    <mavenVersion>2.0.8</mavenVersion>
+    <mavenVersion>2.2.1</mavenVersion>
     <maven.test.jvmargs>-Xmx1024m</maven.test.jvmargs>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
@@ -101,12 +101,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-7</version>
+      <version>2.4.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.6</version>
+      <version>3.0.15</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -393,7 +393,10 @@ under the License.
                   <goal>verify</goal>
                 </goals>
                 <configuration>
-                  <argLine>${maven.test.jvmargs}</argLine>
+                <systemPropertyVariables>
+                   <maven.home>${maven.home}</maven.home>
+                 </systemPropertyVariables>
+                 <argLine>${maven.test.jvmargs}</argLine>
                 </configuration>
               </execution>
             </executions>