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

Compare with Current View Page History

« Previous Version 9 Next »

Site plugin with maven 3.x

Due to MNG-4162, all reporting logic has been removed from trunk.
So a branch of the site plugin has been created https://svn.apache.org/repos/asf/maven/plugins/branches/maven-site-plugin-3.x/ in order to have a site plugin working with maven 3.x .

Report plugins not compatible.

Tests has been made on the reporting profile of the maven parent pom which enables some reports.
Some of those plugins will need releases to work with maven 3.x :

  • maven-javadoc-plugin due to MJAVADOC-251
  • maven-project-info-reports-plugin : due to a use of plexusContainer.getLoggerManager() which has been removed MPIR-174

Snapshots dependencies.

This new version 3.0-beta-1 requires some dependencies release :

Know issues :

  • weddav deployment fails (ClassNotFoundException with HttpClient : will be probably solved with the new wagon-jetty)
  • No labels