> Currently when i run > mvn clean emma:emma > it compiles both the project and run code coverage > > I just want to run emma:emma on the Yahoo-Java-Spring how can i do it.
Many plugins have a "skip" property so you can tell the plugin to not run in that specific module. Check if that is available for this plugin. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
