Discussion:
Skip JXR ignored with 3.0.0
Jörg Schaible
2018-11-12 14:35:21 UTC
Permalink
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-***@maven.apache.org
For additional commands, e-mail: dev-***@maven.apache.org

Loading...