Re: multi-module lifecycle question

2013-03-06 Thread Barrie Treloar
On 7 March 2013 10:59, Warner Onstine wrote: > The plugin wipes the db clean from test data and preps it for integration > testing. Remember that each "module" is a self contained artifact (usually a jar). So if you are doing integration testing, you probably need to have build your entire stack

Re: multi-module lifecycle question

2013-03-06 Thread Warner Onstine
The plugin wipes the db clean from test data and preps it for integration testing. -warner On Wednesday, March 6, 2013, Barrie Treloar wrote: > On 7 March 2013 10:31, Warner Onstine > > wrote: > > Hi all, been working with a multi-module build that has the following > > characteristics: > > - Al

Re: multi-module lifecycle question

2013-03-06 Thread Barrie Treloar
On 7 March 2013 10:31, Warner Onstine wrote: > Hi all, been working with a multi-module build that has the following > characteristics: > - All sub-modules have the parent pom as their parent > - I have Integration tests setup as their own module > - parent pom has profiles for specific environmen

multi-module lifecycle question

2013-03-06 Thread Warner Onstine
Hi all, been working with a multi-module build that has the following characteristics: - All sub-modules have the parent pom as their parent - I have Integration tests setup as their own module - parent pom has profiles for specific environments setup In the parent pom I have the a plugin bound to

Re: generate-test-resources lifecycle question

2011-12-01 Thread Lonnie Lewis
The processing that I am writing about is not in the parent POM, it is in my "child" POM. -- View this message in context: http://maven.40175.n5.nabble.com/generate-test-resources-lifecycle-question-tp5032543p5040180.html Sent from the Maven - Users mailing list archive at

Re: generate-test-resources lifecycle question

2011-11-29 Thread Zilvinas Vilutis
t;         >       > > Which is being executed 8 times in the build. Is that supposed to happen? We > are required to use a parent POM by the customer, and I don't really know > what it is doing. Could that be causing a problem? > > Is there a way to display the lifecycle goals

generate-test-resources lifecycle question

2011-11-29 Thread Lonnie Lewis
le.com/generate-test-resources-lifecycle-question-tp5032543p5032543.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

dynamic properties and lifecycle question

2010-12-22 Thread Adam Crain
Hi, I'm new to maven plugins/lifecycle issues. I have a dependency that has a classifier that depends on the platform it is running on (jar contains .so or .dll). I am using a plugin I write to set a property for the classifier (by asking for OS/architecture/etc). The plugin works, but it's not

probably basic maven lifecycle question

2010-06-07 Thread Adam Hardy
Hi, I want help:active-profiles to be executed once at the start of any run I do, so I have put this in my superpom: org.apache.maven.plugins maven-help-plugin validate active-profiles active-profiles

Antwort: RE: Lifecycle question: generate-sources, compile, generate-wrapper-sources and compile again within one module

2007-12-19 Thread torsten . reinhard
st" An Maven Users List Kopie Thema RE: Lifecycle question: generate-sources, compile, generate-wrapper-sources and compile again within one module Are you sure that step 3.) is depending on the classes and not on the Java sources? A quick option would be to split 1+2 and 3+4 into 2

RE: Lifecycle question: generate-sources, compile, generate-wrapper-sources and compile again within one module

2007-12-19 Thread Mark Struberg
Are you sure that step 3.) is depending on the classes and not on the Java sources? A quick option would be to split 1+2 and 3+4 into 2 modules, so you'll get 2 independent lifecycles which provides all you need. This is also a good idea if the schema files do not change that often, since you t

Lifecycle question: generate-sources, compile, generate-wrapper-sources and compile again within one module

2007-12-19 Thread torsten . reinhard
Hi, I need to 1.) generate-sources (maven-jaxb2-plugin) from some xsd-files 2.) compile these files 3.) generate-sources (wrapper Classes) based on the compiled class files 4.) compile all => how can I realize this behaviour within the Maven-Lifecycle ? Thanx for any advice, Torsten

AW: Lifecycle Question

2007-06-13 Thread Jens Hohl
fresh ones at least). May it is now clearer what I mean. - jens -Ursprüngliche Nachricht- Von: Jo Vandermeeren [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Juni 2007 17:26 An: Maven Users List Betreff: Re: Lifecycle Question On 6/13/07, Wendy Smoak <[EMAIL PROTECTED]>

Re: Lifecycle Question

2007-06-13 Thread Jo Vandermeeren
On 6/13/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 6/13/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: > Are the compiled artifacts of the other modules installed in your local > repository? Otherwise, the war module won't find them. I don't think this is true. Clear your local repository

Re: Lifecycle Question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Are the compiled artifacts of the other modules installed in your local repository? Otherwise, the war module won't find them. I don't think this is true. Clear your local repository and try 'mvn package on a multimodule build with inter

Re: Lifecycle Question

2007-06-13 Thread Jo Vandermeeren
On 6/13/07, Jens Hohl <[EMAIL PROTECTED]> wrote: Is that correct ? The war simply have to compile small amount of code against already compiled sourcecode from other modules. Are the compiled artifacts of the other modules installed in your local repository? Otherwise, the war module won't fi

Re: Lifecycle Question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Jens Hohl <[EMAIL PROTECTED]> wrote: when i only compile my multiproject which also contains an war module I get an error when the WAR is module ist compiled that there are missing dependencies. Is that correct ? The war simply have to compile small amount of code against already co

Re: Lifecycle Question

2007-06-13 Thread Steven Rowe
Hi Jens, Jens Hohl wrote: > when i only compile my multiproject which also contains an war module I > get an error when the WAR is module ist compiled that there are missing > dependencies. > > Is that correct ? The war simply have to compile small amount of code > against already compiled source

Lifecycle Question

2007-06-13 Thread Jens Hohl
Hello, when i only compile my multiproject which also contains an war module I get an error when the WAR is module ist compiled that there are missing dependencies. Is that correct ? The war simply have to compile small amount of code against already compiled sourcecode from other modules.

[m2] lifecycle question

2005-12-09 Thread Olivier Lamy
Hi, I have looked at the file http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-core/src/ main/resources/META-INF/plexus/components.xml?rev=332151&view=markup And in my $M2_HOME/lib/maven-core-2.0.jar (in /META-INF/plexus/components.xml). I have seen a phase called initialize but I can