You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Manfred Moser (JIRA)" <ji...@codehaus.org> on 2010/03/25 16:43:22 UTC

[jira] Created: (MNG-4607) Regression: Maven Android Plugin dependency pull in fails under maven3alpha7

Regression: Maven Android Plugin dependency pull in fails under maven3alpha7
----------------------------------------------------------------------------

                 Key: MNG-4607
                 URL: http://jira.codehaus.org/browse/MNG-4607
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Dependencies
    Affects Versions: 3.0-alpha-7
         Environment: Macosx, Maven 3 alpha 7 from apache, Maven 2.2.1 from macports
            Reporter: Manfred Moser


The maven android plugin is supposed to pull in external dependencies during its build to extract the class files and convert them to dx files. With maven 3 alpha 7 this does however not happen. With 2.2.1 it works fine. 

I have filed an issue on the plugin page http://code.google.com/p/maven-android-plugin/issues/detail?id=57

I am also a committer on the plugin and willing to help. However I do not know where to start - with the maven android plugin and the config or dependencies of it, maven 3 itself or potentially somehow with the dependency plugin.

What can I provide to give more details?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MNG-4607) Regression: Maven Android Plugin dependency pull in fails under maven3alpha7

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4607.
----------------------------------

    Resolution: Not A Bug
      Assignee: Benjamin Bentmann

This is bug in the metadata of the Android plugin which goes unnoticed in Maven 2. Without the mojo annotation {{@requiresDependencyResolution}}, a mojo must not make any assumptions about the resolved artifacts. This has apparently been already fixed on the plugin side in 2bfafb1c86c4415ec3ea91174bdc15742a7c4496.

> Regression: Maven Android Plugin dependency pull in fails under maven3alpha7
> ----------------------------------------------------------------------------
>
>                 Key: MNG-4607
>                 URL: http://jira.codehaus.org/browse/MNG-4607
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7
>         Environment: Macosx, Maven 3 alpha 7 from apache, Maven 2.2.1 from macports
>            Reporter: Manfred Moser
>            Assignee: Benjamin Bentmann
>
> The maven android plugin is supposed to pull in external dependencies during its build to extract the class files and convert them to dx files. With maven 3 alpha 7 this does however not happen. With 2.2.1 it works fine. 
> I have filed an issue on the plugin page http://code.google.com/p/maven-android-plugin/issues/detail?id=57
> I am also a committer on the plugin and willing to help. However I do not know where to start - with the maven android plugin and the config or dependencies of it, maven 3 itself or potentially somehow with the dependency plugin.
> What can I provide to give more details?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-4607) Regression: Maven Android Plugin dependency pull in fails under maven3alpha7

Posted by "Manfred Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215298#action_215298 ] 

Manfred Moser commented on MNG-4607:
------------------------------------

A major problem with this is also that m2eclipse embed maven 3 and as far as I can tell at this stage it also breaks because of this issue.

> Regression: Maven Android Plugin dependency pull in fails under maven3alpha7
> ----------------------------------------------------------------------------
>
>                 Key: MNG-4607
>                 URL: http://jira.codehaus.org/browse/MNG-4607
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7
>         Environment: Macosx, Maven 3 alpha 7 from apache, Maven 2.2.1 from macports
>            Reporter: Manfred Moser
>
> The maven android plugin is supposed to pull in external dependencies during its build to extract the class files and convert them to dx files. With maven 3 alpha 7 this does however not happen. With 2.2.1 it works fine. 
> I have filed an issue on the plugin page http://code.google.com/p/maven-android-plugin/issues/detail?id=57
> I am also a committer on the plugin and willing to help. However I do not know where to start - with the maven android plugin and the config or dependencies of it, maven 3 itself or potentially somehow with the dependency plugin.
> What can I provide to give more details?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-4607) Regression: Maven Android Plugin dependency pull in fails under maven3alpha7

Posted by "Manfred Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215310#action_215310 ] 

Manfred Moser commented on MNG-4607:
------------------------------------

Ok.. thank you for the clarification. We will have to cut a release asap.

> Regression: Maven Android Plugin dependency pull in fails under maven3alpha7
> ----------------------------------------------------------------------------
>
>                 Key: MNG-4607
>                 URL: http://jira.codehaus.org/browse/MNG-4607
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7
>         Environment: Macosx, Maven 3 alpha 7 from apache, Maven 2.2.1 from macports
>            Reporter: Manfred Moser
>            Assignee: Benjamin Bentmann
>
> The maven android plugin is supposed to pull in external dependencies during its build to extract the class files and convert them to dx files. With maven 3 alpha 7 this does however not happen. With 2.2.1 it works fine. 
> I have filed an issue on the plugin page http://code.google.com/p/maven-android-plugin/issues/detail?id=57
> I am also a committer on the plugin and willing to help. However I do not know where to start - with the maven android plugin and the config or dependencies of it, maven 3 itself or potentially somehow with the dependency plugin.
> What can I provide to give more details?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MNG-4607) Regression: Maven Android Plugin dependency pull in fails under maven3alpha7

Posted by "Manfred Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215508#action_215508 ] 

Manfred Moser commented on MNG-4607:
------------------------------------

I have verified that with the latest snapshot release of the maven android plugin and it indeed works now. Thanks

> Regression: Maven Android Plugin dependency pull in fails under maven3alpha7
> ----------------------------------------------------------------------------
>
>                 Key: MNG-4607
>                 URL: http://jira.codehaus.org/browse/MNG-4607
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.0-alpha-7
>         Environment: Macosx, Maven 3 alpha 7 from apache, Maven 2.2.1 from macports
>            Reporter: Manfred Moser
>            Assignee: Benjamin Bentmann
>
> The maven android plugin is supposed to pull in external dependencies during its build to extract the class files and convert them to dx files. With maven 3 alpha 7 this does however not happen. With 2.2.1 it works fine. 
> I have filed an issue on the plugin page http://code.google.com/p/maven-android-plugin/issues/detail?id=57
> I am also a committer on the plugin and willing to help. However I do not know where to start - with the maven android plugin and the config or dependencies of it, maven 3 itself or potentially somehow with the dependency plugin.
> What can I provide to give more details?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira