You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christian Goos <Ch...@forum-informatik.ch> on 2003/09/11 15:22:51 UTC

maven.xml and the multiproject plugin

Hi,

I use the following project structure

project1
  ---> maven.xml 	defines a <preGoal name="java:compile".........
project2
  ---> NO maven.xml 
project3
  ---> maven.xml 	that defines some other goals.
...
...

Now when I run the multiproject Plugin the java:compile preGoal is executed
for each project!
What do I have to do to have it executed only for the project that defines
the maven.xml?

Thank you for helping me

Christian



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org