De Smet Ringo wrote: > I figured it out! I have the maven-plugin-plugin both as a build plugin > and a reporting plugin and it seems I have to configure the goal prefix > in both sections of my plugin POM.
You shouldn't need to configure the goal prefix twice. Just as my example shows, it should be sufficient to configure it for the <plugin> under the <reporting> section because a plugin's reporting configuration will be propagated to the plugin's build configuration. Compare the last sentence of the first paragraph at [0]. Benjamin [0] http://maven.apache.org/pom.html#Reporting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
