Hi all,
running:

mvn deploy:deploy-file -Durl=myurl -Dfile=my-file.tgz -Dpackaging=tgz 
-DgroupId=mygroup -DartifactId=myartifact -Dersion=3.5.1 -DrepositoryId=private

the file my-file.tgz is deployed, but in the repository I have:

mygroup
|----myartifact
     |---- 3.5.1
             |---- myartifact-3.5.1.tgz

that is the artifcatId is used also as filename.

Is there a way to change the file name ? I would like to preserve the original one (my-file.tgz)....

Thnaks in advance
Ste

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

Reply via email to