You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hugo Josefson (JIRA)" <ji...@codehaus.org> on 2011/09/28 12:43:17 UTC

[jira] Created: (MPLUGIN-187) plugin:report fails with maven-plugin-plugin 2.9

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

        

[jira] (MPLUGIN-187) plugin:report fails with maven-plugin-plugin 2.9

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MPLUGIN-187:
---------------------------------

    Fix Version/s: 3.0
    
> 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
>            Assignee: Robert Scholte
>             Fix For: 2.10, 3.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-187) plugin:report fails with maven-plugin-plugin 2.9

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MPLUGIN-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MPLUGIN-187.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10
         Assignee: Robert Scholte

Added an IT in [r1328474|http://svn.apache.org/viewvc?rev=1328474&view=rev]
I can reproduce it with 2.9, but not with the current 2.10-SNAPSHOT.
I don't see a resolved issue about this bug, so I'll close it here as {{fixed}}.
                
> 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
>            Assignee: Robert Scholte
>             Fix For: 2.10
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-187) plugin:report fails with maven-plugin-plugin 2.9

Posted by "Andreas Horst (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MPLUGIN-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296860#comment-296860 ] 

Andreas Horst commented on MPLUGIN-187:
---------------------------------------

Another workaround (and duplicate) can be found here: http://jira.codehaus.org/browse/MPLUGIN-191
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MPLUGIN-187) plugin:report fails with maven-plugin-plugin 2.9

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MPLUGIN-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=298522#comment-298522 ] 

Herve Boutemy commented on MPLUGIN-187:
---------------------------------------

yes, maven-reporting-impl was upgraded in [r1164679|http://svn.apache.org/viewvc?rev=1164679] following MPLUGIN-120 Doxia upgrade
                
> 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
>            Assignee: Robert Scholte
>             Fix For: 2.10, 3.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira