You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/03/09 04:40:16 UTC

svn commit: r635152 - /webservices/axis2/trunk/java/modules/integration/pom.xml

Author: dims
Date: Sat Mar  8 19:40:16 2008
New Revision: 635152

URL: http://svn.apache.org/viewvc?rev=635152&view=rev
Log:
Fix for AXIS2-3438 - incorrect definition of property maven.repo.local in modules/integration/pom.xml

Modified:
    webservices/axis2/trunk/java/modules/integration/pom.xml

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?rev=635152&r1=635151&r2=635152&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Sat Mar  8 19:40:16 2008
@@ -573,7 +573,7 @@
                            	<echo>${test.skip}</echo>
                             <property name="addressing_version" value="${version}"/>
                             <property name="groovy.all.version" value="${groovy.all.version}"/>
-                            <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
+                            <property name="maven.repo.local" value="${settings.localRepository}"/>
                                 <path id="maven.dependency.classpath">
                                     <path refid="maven.compile.classpath"/>
                                     <path refid="maven.runtime.classpath"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org