I have deployed a maven-plugin in a remote repository with this commands:

mvn deploy:deploy-file -DgroupId=org.apache.jmeter
-DartifactId=maven-jmeter-plugin -Dversion=1.0-SNAPSHOT
-Dpackaging=maven-plugin -Dfile=maven-jmeter-plugin-1.0-SNAPSHOT.jar
-DrepositoryId=internal.repo -DpomFile=pom.xml
-Durl=file:///var/www/projects/maven/internal

When Maven tries to download the POM, the url is fine:

http://server/projects/maven/internal//org/apache/jmeter/maven-jmeter-plugin/1.0-SNAPSHOT/maven-jmeter-plugin-1.0-20070427.164340-1.pom

but when it tries to download the jar:

http://server/var/www/projects/maven/internal/org/apache/jmeter/maven-jmeter-plugin/1.0-SNAPSHOT/maven-jmeter-plugin-1.0-20070427.164340-1.jar

it adds a "var/www/" into the URL, and I don't know why

any ideas?

thanks.
-- 
View this message in context: 
http://www.nabble.com/Weird-url-while-trying-to-download-a-dependency-tf3658647s177.html#a10222431
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to