plugin:report fails with maven-plugin-plugin 2.9 ------------------------------------------------
Key: MPLUGIN-187 URL: https://jira.codehaus.org/browse/MPLUGIN-187 Project: Maven 2.x Plugin Tools Issue Type: Bug Components: Plugin Plugin Affects Versions: 2.9 Environment: $ 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" Reporter: Hugo Josefson 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: {code} git clone git://gist.github.com/1247569.git MPLUGIN-187 cd MPLUGIN-187 mvn plugin:report {code} 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 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira