Hi, If I add multiple reporting plugins to the build and try to execute mvn site, the generate sources phase is executed more than one time. Is there a way to prevent this?
The problem is that in the generate sources phase I'd like to start a jetty instance in order to execute a wsgen goal. The jetty plugin stops the build process with the address already in use error. If I add the JUnit report, cobertura and javadoc, the generate-sources phase is executed 6 times. Is there a generic solution to prevent this? Thanks, Jozsef