I have defined a class inheriting from AbstractMojo with @goal mygoal.
So, everytime we do $ mvn myplugin:mygoalI want to invoke the compile goal ( $ mvn compile ) behind the scenes and my goal getting launched only if the former was a success. Is there an annotation / configuration in pom.xml of my maven plugin to do this.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
