On 5/27/06, William Simons <[EMAIL PROTECTED]> wrote:
Ok it seems that the problem was in my pom. I have my packaging set to pom since there is no java source. Once I changed the packaging to jar, the dependencies were included in the assembly... However, an empty jar was built. Is there a packaging that I can use other than jar that will get the dependencies to be included in the assembly? I'd prefer to use pom but that doesn't work... Is that by design?
Check the maven 2 book. I think, from memory, you set the package to pom and bind the assembly plugin to the package phase. Then it should do what you want. However I am still keen to see the assembly schema docs fixed up. Why is code being released without being documented clearly? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
