You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/10/29 13:43:39 UTC

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

Author: brett
Date: Mon Oct 29 05:43:38 2007
New Revision: 589604

URL: http://svn.apache.org/viewvc?rev=589604&view=rev
Log:
use an alternate home for more portability

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=589604&r1=589603&r2=589604&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Oct 29 05:43:38 2007
@@ -57,7 +57,7 @@
           <systemProperties>
             <property>
               <name>maven.home</name>
-              <value>${env.M2_HOME}</value>
+              <value>${maven.home}</value>
             </property>
           </systemProperties>
         </configuration>