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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to