Blog

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »




The Maven plugin projectmetadata-maven-plugin has been released with version 0.2.2.



This release simply adds the suppression XML file for checkstyle per default.

For details on this version of the library please visit the project's homepage, for changes since the last version, please consult the release report.

Troubles with Attaching the Javadoc Report?


Please note that you may encounter class path problems with some configurations of the maven-site-plugin using the maven-javadoc-plugin.



org.apache.maven.plugins
maven-site-plugin


attach-site
package

jar






Unfortunately configuring build plugins individually - which seems to be the cleanest approach to the problem - may not help, since not all plugins allow to generate XML reports outside a report configuration of the site plugin.

Therefore you may configure the site plugin to skip all reports that cause problems or simply do not provide any XML reports:


org.apache.maven.plugins
maven-site-plugin







metadata
package

false


jar






This example also does not attach the generated site JAR, since this specialized execution lists only those reports that generate XML metadata. An attached site report should include all reports that are available in the site.


Link

Link

Posts

  • No labels