Re: assemble binary during deploy

2005-12-01 Thread Allan Ramirez
Hi there, http://docs.codehaus.org/display/MAVENUSER/FAQs Look for the question "I want my binary to be deployed during deploy phase, how do I do that?" It might help :). regards, -allan [EMAIL PROTECTED] wrote: Thanks for the tip. Those settings create a source archive. I would also li

RE: assemble binary during deploy

2005-12-01 Thread wireframe . 14937378
Thanks for the tip. Those settings create a source archive. I would also like to deploy a zip binary distribution (dependencies included). I have the assembly plugin configured correctly, but it didn't work to simply add to my configuration. Can only certain plugins be attached to goals?

RE: assemble binary during deploy

2005-12-01 Thread David Jackman
Use the source plugin instead of the assembly plugin. Just add this to your pom.xml: org.apache.maven.plugins maven-source-plugin jar