Re: Declaring a dependency for tools.jar

2011-01-24 Thread Mike Calmus
You can use this same dependency without using a profile at all. Just add it in like you would any other dependency. So long as the directory exists, it will work just fine. On Mon, 24 Jan 2011 09:15:14 -0800 (PST), Dean Schulze dean_w_schu...@yahoo.com wrote: The FAQ shows the profile below

Re: Plugin Execution Config : Remove Duplication

2011-01-12 Thread Mike Calmus
You should be able to put all this into a parent pom. Use variables for the items that vary and then simply override the variables in the implementation pom files. On Wed, Jan 12, 2011 at 9:37 AM, alanhay alan@cigna.com wrote: I have something like the following to generate two WARs during

Re: creating a small non-primary war

2011-01-12 Thread Mike Calmus
artifact? I would suggest you structure this as two modules; the first creates the war that includes the applet and the other one is the larger war. /Anders On Tue, Jan 11, 2011 at 21:22, Mike Calmus m...@calmus.org wrote: I am trying to create a non-primary war that includes an applet jar

creating a small non-primary war

2011-01-11 Thread Mike Calmus
I am trying to create a non-primary war that includes an applet jar and its dependencies. This war is then merged into a larger war. When I try to do this, though I get an error from the Maven Install plugin indicating no primary artificat was created. The error returend is somewhat different