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-tp22903919p22903919.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to