Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.9
-
Fix Version/s: 3.0
-
Component/s: Plugin Plugin
-
Labels:None
-
Environment:Hide$ mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /opt/apache-maven
Java version: 1.6.0_26, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.0.0-11-generic-pae", arch: "i386", family: "unix"Show$ mvn -version Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: /opt/apache-maven Java version: 1.6.0_26, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.0.0-11-generic-pae", arch: "i386", family: "unix"
-
Testcase included:yes
-
Number of attachments :
Description
When I use maven-plugin-plugin 2.9, I can't run mvn plugin:report. It complains it can't find org.apache.maven.doxia.module.xhtml.decoration.render.RenderingContext even though Doxia 1.2 seems to be on the classpath.
Steps to reproduce:
git clone git://gist.github.com/1247569.git MPLUGIN-187
cd MPLUGIN-187
mvn plugin:report
My complete ERROR_LOG.txt is included in the gist.
(You may also browse the gist and ERROR_LOG.txt at https://gist.github.com/1247569 )
WORKAROUND: maven-plugin-plugin 2.8 still works.
Am I doing anything wrong, or should this work?
(FYI, the project we are experiencing this in, is maven-android-plugin, which is currently downgraded to maven-plugin-plugin 2.8. Source at https://github.com/jayway/maven-android-plugin )
Thanks,
Hugo
Issue Links
- is duplicated by
-
MPLUGIN-191
plugin-info.html is not created
-
Another workaround (and duplicate) can be found here: http://jira.codehaus.org/browse/MPLUGIN-191