I have even put a maven.xml in each of the projects directory with the
following pregoals. Still nothing except for the first project.
<project>
xmlns:maven="maven"
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
xmlns:u=jelly:util">
<preGoal name="java:jar-resources">
<echo>jar-resources ${pom.artifactId} HELLO
************************</echo>
</preGoal>
<preGoal name="test:compile">
<echo>Compiling test ${pom.artifactId} HELLO
************************</echo>
</preGoal>
<preGoal name="test:test">
<echo>testing ${pom.artifactId} HELLO
************************</echo>
</preGoal>
<preGoal name="java:compile">
<echo>Compiling ${pom.artifactId} HELLO
************************</echo>
</preGoal>
</project>
Thanks,
\ /
Ron Hahne (* *)
Cube C3C024 ooO( )Ooo
Brooker Creek (813) 366-4052
Cell Phone (727) 638-0690
-----Original Message-----
From: Hahne, Ronald [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 11, 2004 7:13 AM
To: 'Maven Users List'
Subject: RE: Automatically build dependet projects?
That is not correct in this example.
It actually cleaned all and built everything except the last project, which
is where the errors showed up.
Thanks,
\ /
Ron Hahne (* *)
Cube C3C024 ooO( )Ooo
Brooker Creek (813) 366-4052
Cell Phone (727) 638-0690
-----Original Message-----
From: Maczka Michal [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 11, 2004 7:05 AM
To: 'Maven Users List'
Subject: RE: Automatically build dependet projects?
> -----Original Message-----
> From: Hahne, Ronald [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 11, 2004 1:03 PM
> To: 'Maven Users List'
> Subject: RE: Automatically build dependet projects?
>
>
> Can anyone explain to me why maven does not display all the
> actions that is
> being performed on each of the projects during a
> multiproject? It seems to
> only display the actions for the first project. example:
>
Simply the action performed for the first project returns an error and this
stops the build.
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]