The table below indicates which plugins are affected by the API changes in Maven 3.x and might not function properly. Please note that the table is not complete, e.g. not all versions of a particular plugin were tested but usually only the latest release version. Also, these results were derived from the integration tests of the plugins, features of the plugin that are not covered by tests are of unknown status.
Note: The tables below focus on build plugins. For the status of reporting plugins, please see the compatibility notes about Maven 3.x and site plugin.
Symbol Legend:
No known incompatibilities
Some incompatibilities
Incompatible
Not tested
Plugins Maintained by the Apache Maven Community
Plugin |
Version |
Status |
Comments |
---|---|---|---|
Maven Ant Plugin |
2.2 |
|
|
Maven AntRun Plugin |
1.3 |
|
Due to problems with class loader isolation, the Maven Ant Tasks cannot be run by the Maven AntRun Plugin with Maven 3.0. See MANTRUN-123 for details. |
Maven Assembly Plugin |
2.2-beta-5 |
|
In plugin versions before 2.2-beta-5, goal invocations that employ the |
Maven Checkstyle Plugin |
2.5 |
|
Earlier plugin versions will fail with a linkage error (see MCHECKSTYLE-123). |
Maven Clean Plugin |
2.3 |
|
|
Maven Compiler Plugin |
2.0.2 |
|
|
Maven Dependency Plugin |
2.0 |
|
|
Maven Deploy Plugin |
2.5 |
|
Plugin versions before 2.5 have dependencies on specific Wagon implementations which will take precedence over the wagons bundled with Maven 3. In particular, plugin version 2.3 uses very old wagons which for instance can't deploy via HTTP as commonly used with repository managers. Furthermore, the implementation to support |
Maven DOAP Plugin |
1.0 |
|
|
Maven Documentation Checker Plugin |
1.0 |
|
|
Maven EAR Plugin |
2.3.2 |
|
|
Maven Eclipse Plugin |
2.8 |
|
|
Maven EJB Plugin |
2.2.1 |
|
Plugin versions before 2.2 are not able to add the |
Maven Enforcer Plugin |
1.0-beta-1 |
|
|
Maven GPG Plugin |
1.0 |
|
|
Maven Help Plugin |
2.1.1 |
|
Previous versions of the plugin bypass interface abstractions to access internal implementation classes which have changed in Maven 3. This makes those version prone to linkage errors. |
Maven Install Plugin |
2.3 |
|
|
Maven Invoker Plugin |
1.3 |
|
|
Maven JAR Plugin |
2.2 |
|
|
Maven Jarsigner Plugin |
1.1 |
|
|
Maven One Plugin |
1.2 |
|
No longer supported. |
Maven Patch Plugin |
1.1 |
|
|
Maven Plugin Plugin |
2.5.1 |
|
Due to problems with absolute paths, plugin versions before 2.5 will not detect script-based mojos (MPLUGIN-136). |
Maven RAR Plugin |
2.2 |
|
|
Maven Reactor Plugin |
1.0 |
|
The plugin uses command line parameters that are no longer supported by Maven 3. The make-like reactor mode offered by the plugin is however natively supported by Maven 3. |
Maven Release Plugin |
2.0-beta-9 |
|
|
Maven Remote Resources Plugin |
1.0 |
|
|
Maven Repository Plugin |
2.2 |
|
|
Maven Resources Plugin |
2.4 |
|
|
Maven Shade Plugin |
1.3 |
|
Due to a subtle bug in plugin versions before 1.2.2, the creation of dependency reduced POMs can fail when running with Maven 3 (MSHADE-66). |
Maven Site Plugin |
3.0 |
|
Configuration has changed significantly - see http://maven.apache.org/plugins/maven-site-plugin/maven-3.html |
Maven Source Plugin |
2.1 |
|
|
Maven Surefire Plugin |
2.4.3 |
|
|
Maven Verifier Plugin |
1.0-beta-1 |
|
|
Maven WAR Plugin |
2.1-beta-1 |
|
|
Plexus Maven Plugin |
1.3.4 |
|
Plugin versions before 1.3.5 produce bad component descriptors that miss list-/map-typed component requirements in combination with Maven 3.x. Note: The latest releases of this plugin employ a new artifact id, namely |
Plugins Maintained by the Mojo Community
Plugin |
Version |
Status |
Comments |
---|---|---|---|
ANTLR-3 Maven Plugin |
1.0 |
|
|
Application Assembler Maven Plugin |
1.0 |
|
|
APT Maven Plugin |
1.0-alpha-3 |
|
Plugin versions before 1.0-alpha-3 employ a hack for embedded invocation of APT which no longer works with the class loader hierarchy in Maven 3 (MOJO-1458). Users that can't update to a newer version of the plugin can use the configuration |
Axis Tools Maven Plugin |
1.3 |
|
|
Build Number Maven Plugin |
1.0-beta-3 |
|
|
Failsafe Maven Plugin |
2.4.3-alpha-1 |
|
|
Findbugs Maven Plugin |
2.3 |
|
Plugin versions before 2.3 are coded against implementation classes rather than interfaces but the underlying implementation of the API has changed in Maven 3 which causes linkage errors (MFINDBUGS-100). |
GWT Maven Plugin |
1.2 |
|
Plugin versions before 1.2 use internal types that are no longer present to locate sources for projects in a reactor build. |
Hibernate3 Maven Plugin |
2.2 |
|
|
JavaCC Maven Plugin |
2.5 |
|
|
JavaNCSS Maven Plugin |
2.0 |
|
|
JBoss Packaging Maven Plugin |
2.1 |
|
|
JSPC Maven Plugin |
2.0-alpha-3 |
|
|
Netbeans Module Maven Plugin |
3.3 |
|
Plugin versions before 3.3 rely on a class loader bug from Maven 2 to locate resources. The fix for this bug in Maven 3 makes these plugin versions fail to load resources (MNBMODULE-79). |
OpenJPA Maven Plugin |
1.0 |
|
|
Selenium Maven Plugin |
1.1 |
|
|
Tomcat Maven Plugin |
1.0-beta-1 |
|
|
Versions Maven Plugin |
1.2 |
|
In versions before 1.2, the |
XDoclet Maven Plugin |
1.0 |
|
|
Sonar Maven Plugin |
2.0-beta-2 |
|
|
Plugins Maintained by Third Parties
Plugin |
Version |
Status |
Comments |
---|---|---|---|
Clover Maven Plugin |
3.0.2 |
|
The plugin uses a buggy version of |
GMaven Plugin |
1.3 |
|
Previous plugin versions depend on an old GMaven runtime which is not compatible with the updated IoC container in Maven 3. |
jDocBook Maven Plugin |
2.1.1 |
|
This plugin relies on a class loader bug from Maven 2 to locate resources from the classpath. |
YUI Compressor Maven Plugin |
0.7.1 |
|
The plugin has an undeclared dependency which causes it to fail due a linkage error. Until the plugin itself gets fixed, users can simply add the missing dependency |
Tobago Maven APT Plugin |
1.0.23 |
|
In order to load |
1 Comment
Paul Grove
Think the compatibility matrix needs updating as the Selenium plugin was updated in release 1.1 o support Maven 3 and GMaven 1.3 http://jira.codehaus.org/browse/MSELENIUM/fixforversion/16242