Author: mprudhom
Date: Tue Jan 30 19:00:20 2007
New Revision: 501700
URL: http://svn.apache.org/viewvc?view=rev&rev=501700
Log:
Use "settings.localRepository" instead if "{user.home}/.m2" to handle
non-standard repository locations.
Modified:
incubator/openjpa/trunk/openjpa-integration/tck/pom.xml
Modified: incubator/openjpa/trunk/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-integration/tck/pom.xml?view=diff&rev=501700&r1=501699&r2=501700
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/tck/pom.xml Tue Jan 30 19:00:20
2007
@@ -66,11 +66,11 @@
<echo>Running Sun JPA TCK</echo>
<property name="tck.zip" value=
- "${user.home}/.m2/privaterepos/jpa-1_0a-tck.zip"/>
+
"${settings.localRepository}/../privaterepos/jpa-1_0a-tck.zip"/>
<!-- patch from Anderson for mappedBy bug -->
<property name="tck.patch" value=
-
"${user.home}/.m2/privaterepos/jpa-tck-inheritance-mappedBy.jar"/>
+
"${settings.localRepository}/../privaterepos/jpa-tck-inheritance-mappedBy.jar"/>
<available property="tck.available" file="${tck.zip}"/>
<fail unless="tck.available">The TCK file ${tck.zip}
does not exist. This file must be downloaded separately in order to be able to
run the JPA TCK</fail>