Hi all, I would like to know if there is any way to configure the deploy plugin to include one or more assemblies.
For example, I am creating several assemblies for a Java application (in tar.gz, tar.bz2 and zip formats). To deploy all the artifacts, I have to execute a shell script like: mvn deploy mvn deploy:deploy-file -Dfile=target/my-bundle.tar.gz ... mvn deploy:deploy-file -Dfile=target/my-bundle.tar.bz2 ... mvn deploy:deploy-file -Dfile=target/my-bundle.zip ... but I would like to get the same results just by configuring the deploy plugin. I have searched through the documentation with no luck. Thanks in advance, Rodrigo Ruiz -- ------------------------------------------------------------------- GRID SYSTEMS, S.A. Rodrigo Ruiz Parc Bit - Edificio 17 Research Coordinator 07121 Palma de Mallorca rruiz AT gridsystems DOT com Baleares - Spain Tel: +34 971 435 085 http://www.gridsystems.com/ Fax: +34 971 435 082 ------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
