You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/06/17 22:57:08 UTC

svn commit: r955741 - in /maven/plugins/trunk/maven-deploy-plugin/src/it: 3rd-party-jar-without-pom/test.properties external-release-jar/test.properties

Author: bentmann
Date: Thu Jun 17 20:57:08 2010
New Revision: 955741

URL: http://svn.apache.org/viewvc?rev=955741&view=rev
Log:
o Decoupled tests from interaction with Unix shell variables

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties?rev=955741&r1=955740&r2=955741&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties Thu Jun 17 20:57:08 2010
@@ -1,5 +1,5 @@
 file = test-0.1.jar
-url = file:///${basedir}/target/repo
+url = file:target/repo
 updateReleaseInfo = true
 groupId = org.apache.maven.its.deploy.tpjwop
 artifactId = test

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties?rev=955741&r1=955740&r2=955741&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties Thu Jun 17 20:57:08 2010
@@ -1,4 +1,4 @@
 file = test-0.1.jar
 pomFile = test-0.1.pom
-url = file:///${basedir}/target/repo
+url = file:target/repo
 updateReleaseInfo = true