You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jörg Schaible <jo...@bpm-inspire.com> on 2018/11/12 14:35:21 UTC

Skip JXR ignored with 3.0.0

Hi,

did someone manage to skip the JXR report for a specific module? 
According the documentation, you should simply configure skip to true. 
Looking at the code (https://maven.apache.org/jxr/maven-jxr-plugin/xref/
org/apache/maven/plugin/jxr/AbstractJxrReport.html#AbstractJxrReport), it 
should print the INFO line "Skipping JXR."

However, the flag is simply ignored whether I configure it in the 
reportSet section or the plugin level (checked with help:effective-pom). 
The forked generate-source lifecycle is always executed, the INFO line 
shows never up.

It seems the @Execute annotation will not call the execute or 
executeReport methods or will simply overwrite the skip flag. Does 
someone have a clue?

Regards,
Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org