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

Compare with Current View Page History

« Previous Version 16 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 .

Plugins Maintained by the Apache Maven Community

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 :

Plugin

Version

Status

Comments

maven-javadoc-plugin

2.6

(error)

need a release see MJAVADOC-251

maven-project-info-reports-plugin

2.1.2

(error) (dependencies report)

need a release due to a use of plexusContainer.getLoggerManager() which has been removed see MPIR-174

surefire-report

2.4.3

(tick)

 

jxr

2.1

(tick)

 

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