You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ranicki <ma...@hrs.de> on 2009/04/06 10:01:38 UTC

deploy multipe file to one directory

HI,

i have several files in one directory of my snapshots-repository. The main
artifact, e.g.

artifact-name-1.0-SNAPSHOT.jar

and corresponding files like

artifact-name-1.0-SNAPSHOT-tests.jar
artifact-name-1.0-SNAPSHOT-test-sources.jar
artifact-name-1.0-SNAPSHOT-sources.jar

Now i want to copy these artifacts into a second repository by using
mvn-deploy-cmd, e.g:

mvn deploy:deploy-file -DrepositoryId=... -DuniqueVersion=false
-Durl=file://... -DgroupId=... -DartifactId=... -Dversion=<new Version>
-Dpackaging=jar -Dfile=/.../artifact-name-1.0-SNAPSHOT.jar

But this cmd only copies the main artifact! How can i deploy the
corresponding files as well?

Thanks for your help.
-- 
View this message in context: http://www.nabble.com/deploy-multipe-file-to-one-directory-tp22903918p22903918.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org