On Fri, 2007-04-27 at 10:03 -0700, mateamargo wrote: > 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.
Just a wild guess, do you have the var/www specified in the url of your pluginRepository section in the pom? - Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
