Re: Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-23 Thread Maria Odea Ching
Hi, Could you provide more info? Can you post more snippets from the assembly xml file and from your pom? Thanks, Deng Rodrigo Madera wrote: Hello all, I have been struggling with the maven-assembly-plugin because of a problem that seems to have been around for some time (or so I

Re: Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-23 Thread John Casey
I'm guessing you're running the assembly either as a standalone goal, or somewhere before the package phase of the lifecycle. Am I right? IIRC, the error you're seeing stems from the decision not to make the assembly:assembly goal @execute phase=packaging but I can't remember for sure. If you

Re: Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-23 Thread Rodrigo Madera
Actually the package phase is indeed executed first, but not bound to the package phase. I can rephrase the whole problem as follows: The Assembly plugin won't find and artifact that was included on the assembly because somehow the logic it uses to find the generated JAR is not matching. So:

Re: Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-23 Thread John Casey
This project your describing sounds like a proof-of-concept (either that, or names have been changed to protect the innocent...) Would it be possible for you to attach your sample setup in zip format to a new JIRA issue under: http://jira.codehaus.org/browse/MASSEMBLY then point me at it, so I

Assembly Plugin: ModuleSets: Not recognizing include artifacts

2007-05-22 Thread Rodrigo Madera
Hello all, I have been struggling with the maven-assembly-plugin because of a problem that seems to have been around for some time (or so I understood). My project structure is: - peanutspom - charliejar - snoopyjar - linuspom - linus-corejar