Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-15 Thread Wayne Fay
> Sounds like you need a custom archetype. Sounds like a custom lifecycle might be in order: http://www.sonatype.com/books/mvnref-book/reference/writing-plugins-sect-custom-lifecycle.html http://www.sonatype.com/people/2009/08/create-a-customized-build-process-in-maven/ Wayne --

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-15 Thread Maven User
Sounds like you need a custom archetype. It's worth the investment. On Mar 15, 2010, at 8:38 AM, Phil Housley wrote: On 15 March 2010 12:05, Ron Wheeler wrote: Phil Housley wrote: On 15 March 2010 06:46, Jörg Schaible wr ote: Phil Housley wrote at Sonntag, 14. März 2010 22:41:

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-15 Thread Phil Housley
On 15 March 2010 12:05, Ron Wheeler wrote: > Phil Housley wrote: >> >> On 15 March 2010 06:46, Jörg Schaible wrote: >> >>> >>> Phil Housley wrote at Sonntag, 14. März 2010 22:41: >>> >>> On 11 March 2010 16:49, Phil Housley wrote: > > Hi, > > I am (yet again) tryin

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-15 Thread Ron Wheeler
Phil Housley wrote: On 15 March 2010 06:46, Jörg Schaible wrote: Phil Housley wrote at Sonntag, 14. März 2010 22:41: On 11 March 2010 16:49, Phil Housley wrote: Hi, I am (yet again) trying to subvert Maven with a custom plugin and finding that the special cases in the core a

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-15 Thread Phil Housley
On 15 March 2010 06:46, Jörg Schaible wrote: > Phil Housley wrote at Sonntag, 14. März 2010 22:41: > >> On 11 March 2010 16:49, Phil Housley wrote: >>> Hi, >>> >>> I am (yet again) trying to subvert Maven with a custom plugin and >>> finding that the special cases in the core are causing problems

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-14 Thread Jörg Schaible
Phil Housley wrote at Sonntag, 14. März 2010 22:41: > On 11 March 2010 16:49, Phil Housley wrote: >> Hi, >> >> I am (yet again) trying to subvert Maven with a custom plugin and >> finding that the special cases in the core are causing problems. What >> I'm aiming for is the ability to have a pro

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-14 Thread Jason van Zyl
What are you trying to do? Just run the build up to the verify phase if you don't want to install or deploy --> mvn verify which will run all the lifecycle phases up to and including verify. Stops there and no install or deploy. http://maven.apache.org/guides/introduction/introduction-to-the-li

Re: Custom multi module packaging/removing default lifecycle plugins

2010-03-14 Thread Phil Housley
On 11 March 2010 16:49, Phil Housley wrote: > Hi, > > I am (yet again) trying to subvert Maven with a custom plugin and > finding that the special cases in the core are causing problems.  What > I'm aiming for is the ability to have a project which combines a > couple of modules as a single "relea

Custom multi module packaging/removing default lifecycle plugins

2010-03-11 Thread Phil Housley
Hi, I am (yet again) trying to subvert Maven with a custom plugin and finding that the special cases in the core are causing problems. What I'm aiming for is the ability to have a project which combines a couple of modules as a single "release", and then deploys their artifacts together, along wi

RE: Multi Module Packaging

2008-09-17 Thread Tibor Kiss
ything what gave us the Maven! Try to rethink the skipping of a maven repository! Regards, Tibor Feladó: Karl Heinz Marbaise [EMAIL PROTECTED] Küldve: 2008. szeptember 17. 13:10 Címzett: Maven Users List Tárgy: Multi Module Packaging Hi there, i have a wo

Multi Module Packaging

2008-09-17 Thread Karl Heinz Marbaise
Hi there, i have a working multi module setup where different modules create artifacts. Parent +-- Mod A (Artifact: a.tar.gz, a-1.tar.gz, a-2.tar.gz, a-3.tar.gz) +-- Mod B (Artifact: b.tar.gz) +-- Mod C (Artifact: c.tar.gz) +-- Mod D Now i would like to create "Super-Archiv