Can assemblies be deployed with mvn deploy?

2007-01-16 Thread Rodrigo Ruiz
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

Re: Can assemblies be deployed with mvn deploy?

2007-01-16 Thread nicolas de loof
Take a look at Building an Assembly as Part of the Build Lifecycle in http://maven.apache.org/plugins/maven-assembly-plugin/usage.html. AFAIK an assembly will be deployed when build using the attached goal as part of the deploy process. 2007/1/16, Rodrigo Ruiz [EMAIL PROTECTED]: Hi all, I

Re: Can assemblies be deployed with mvn deploy?

2007-01-16 Thread Rodrigo Ruiz
Thank you Nicolas, it is exactly what I was looking for :-) nicolas de loof wrote: Take a look at Building an Assembly as Part of the Build Lifecycle in http://maven.apache.org/plugins/maven-assembly-plugin/usage.html. AFAIK an assembly will be deployed when build using the attached goal as