No. You cannot change the repository layout. The file name of an artifact is part of that layout.
On Sat, Apr 26, 2008 at 7:58 PM, Stefano Nichele <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
