Re: Muliple sub-projects - want to produce a single jar

2006-07-06 Thread Ed Ross
Ok - where do I put the maven-assebly-plugin? is it: a - at the top level pom b - one of the child projects c - in a new project that I create just for assembly d - every sub-project pom If I put it at the top level I get the error [INFO] Failed to configure plugin parameters for: org.apache.mav

Re: Muliple sub-projects - want to produce a single jar

2006-07-05 Thread Henry S. Isidro
On Thursday, July 6, 2006 03:42, Ed Ross wrote: > This really shouldn't be this hard. > > > I have several (5) sub-projects which is following the maven "best > practices" (I think). > > I just want to product a SINGLE jar, not 5 little jars. > > I've been trying to understand the assembly stuff, b

Muliple sub-projects - want to produce a single jar

2006-07-05 Thread Ed Ross
This really shouldn't be this hard. I have several (5) sub-projects which is following the maven "best practices" (I think). I just want to product a SINGLE jar, not 5 little jars. I've been trying to understand the assembly stuff, but can not seem to get all of the projects included in the re