You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/06/25 06:33:52 UTC

[jira] Created: (MNG-524) [regression] non o.a.m.plugins grouped plugins not discovered from POM when executed from command line

[regression] non o.a.m.plugins grouped plugins not discovered from POM when executed from command line
------------------------------------------------------------------------------------------------------

         Key: MNG-524
         URL: http://jira.codehaus.org/browse/MNG-524
     Project: Maven 2
        Type: Bug
  Components: maven-core  
    Reporter: Brett Porter
     Fix For: 2.0-beta-1


I broke this by removing the resolution of all plugins in the pom for every goal to avoid the unnecessary dependency resolution.

If you run "modello:xdoc" on the command line in maven-model, it doesn't know to try the modello plugin in the POM. I think that the prefix to ID lookup as part of another bug will fix this.

Workaround: fully qualified goal name (org.codehaus.modello:modello-maven-plugin:1.0-alpha-3:xdoc)

Please add an integration test also.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-524) [regression] non o.a.m.plugins grouped plugins not discovered from POM when executed from command line

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-524?page=all ]
     
John Casey closed MNG-524:
--------------------------

    Resolution: Fixed

see it0031

> [regression] non o.a.m.plugins grouped plugins not discovered from POM when executed from command line
> ------------------------------------------------------------------------------------------------------
>
>          Key: MNG-524
>          URL: http://jira.codehaus.org/browse/MNG-524
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-beta-1

>
>
> I broke this by removing the resolution of all plugins in the pom for every goal to avoid the unnecessary dependency resolution.
> If you run "modello:xdoc" on the command line in maven-model, it doesn't know to try the modello plugin in the POM. I think that the prefix to ID lookup as part of another bug will fix this.
> Workaround: fully qualified goal name (org.codehaus.modello:modello-maven-plugin:1.0-alpha-3:xdoc)
> Please add an integration test also.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org