Re: [m2] Executing the assembly plugin with different configurations

2005-12-05 Thread Yossi Shaul
I run the command mvn deploy (for some reason mvn install doesn#8217;t activate the plugin, compile and package cause it to run infinitely). When I put the configuration node directly under the plugin node it doesn#8217;t complain but then the plugin executes only once. Did you try running it

Re: [m2] Executing the assembly plugin with different configurations

2005-12-05 Thread Allan Ramirez
Hi Yossi, See http://docs.codehaus.org/display/MAVENUSER/FAQs and look for the question How to execute the assembly plugin with different configurations? let me know if it works :) regards, -allan Yossi Shaul wrote: I run the command mvn deploy (for some reason mvn install doesn#8217;t

[m2] Executing the assembly plugin with different configurations

2005-12-04 Thread Yossi Shaul
Is it possible to execute the assembly plugin multiple times with different configurations during install phase? For example, I want to assemble bin and source archives (with specific files) during the install phase. I tried the following: plugin artifactIdmaven-assembly-plugin/artifactId

Re: [m2] Executing the assembly plugin with different configurations

2005-12-04 Thread Allan Ramirez
Hi Yossi, I tried something like this before and it worked for me. :) regards, -allan Yossi Shaul wrote: Is it possible to execute the assembly plugin multiple times with different configurations during install phase? For example, I want to assemble bin and source archives (with specific

Re: [m2] Executing the assembly plugin with different configurations

2005-12-04 Thread Nik Gonzalez
Hi Yossi, I tried this before and it worked. You're pom seems to be correct. What mvn command did you run? This will only work if you executed mvn install or deploy. Thanks. -Nik Allan Ramirez wrote: Hi Yossi, I tried something like this before and it worked for me. :) regards, -allan