You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/02/14 20:04:41 UTC

[maven-artifact-transfer] 05/07: Improved.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-656
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit ec48a139f3d7d7cafe25f23b5750c2b2b15cce67
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jan 28 19:56:17 2018 +0100

    Improved.
---
 src/it/maven-project-deployer-plugin/src/test/projects/example/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/it/maven-project-deployer-plugin/src/test/projects/example/pom.xml b/src/it/maven-project-deployer-plugin/src/test/projects/example/pom.xml
index bc63091..b0913e1 100644
--- a/src/it/maven-project-deployer-plugin/src/test/projects/example/pom.xml
+++ b/src/it/maven-project-deployer-plugin/src/test/projects/example/pom.xml
@@ -37,10 +37,9 @@
   	<repository>
   	  <id>distribution-repo</id>
   	  <!--
-  	   ! Need to find a better way to express this. 
+  	   ! Need to find a simpler way to express this. 
   	   -->
   	   <url>file:///${maven.repo.local}/../dist</url>
-<!--   	  <url>file:///${project.basedir}/../../../../../dist</url> -->
   	</repository>
   </distributionManagement>
   <build>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.