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
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
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
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
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
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
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,
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
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
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
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
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
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]>
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
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
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
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
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
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.
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
20 matches
Mail list logo