On 23/06/2011, at 5:15 PM, Stephen Connolly wrote: > This is for the CLI > > mvn deploy:deploy-file -Dpom=myart.pom -Dfile=myart.jar > -Dsources=myart-sources.jar -Djavadoc=myart-javadoc.jar > -Dfiles=myart-src.zip,myart-src.tar.gz,myart-bin.zip,myart-bin.tar.gz > -Dtypes=zip,tar.gz,zip,tar,gz -Dclassifiers=src,src,bin,bin
Sorry, my mistake in that I didn't realise it was deploy:deploy-file. I would really rather specify them in sequence together somehow, maybe: -Dattach=myart-src.zip,zip,src;myart-src.tar.gz,tar.gz,src;myart-bin.zip,zip,bin;myart-bin.tar.gz,tar.gz,bin Then perhaps there are ways to make type/classifier optional by deriving them from the filename by default? - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org