On Wed, Feb 3, 2010 at 5:24 AM, Brian Fox <[email protected]> wrote:
> Shoving java code into a war project is an antipattern in Maven. Make > a module for the jar and depend upon that with a war and your life > will be better. Shoving it into the incorrect format is guaranteed to > cause you problems with tools that integrate with maven like ides. > Since I wa > > On Tue, Feb 2, 2010 at 4:35 PM, Wayne Fay <[email protected]> wrote: > >> It would be great if this would be fixed. It seems the > maven-source-plugin > >> works properly, but the maven-war-plugin does not. I would like to > generate > >> primary and secondary artifacts using a single pom file. It seems overly > >> complex to have to make modules out of everything. > > > > Unless you fix it yourself, I don't see this situation changing. Make > > a module with the jar contents as Eric said in the Jira. Get used to > > making lots of modules for your code with Maven. > > > > Wayne > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Large Systems Suck: This rule is 100% transitive. If you build one, you suck" -- S.Yegge
