You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2005/10/04 06:23:11 UTC

[jira] Closed: (MNG-832) bogus plugin appears in plugin-registry.xml

     [ http://jira.codehaus.org/browse/MNG-832?page=all ]
     
John Casey closed MNG-832:
--------------------------

    Resolution: Fixed

added a check to make sure the resolved artifact version is not the metadata version passed in (aka RELEASE) before it passes the version back. If it's unchanged, it'll return null and the plugin version resolution will either proceed to the next step, or fail if there are no more steps.

> bogus plugin appears in plugin-registry.xml
> -------------------------------------------
>
>          Key: MNG-832
>          URL: http://jira.codehaus.org/browse/MNG-832
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-1
>  Environment: xp
>     Reporter: Dan Tran
>     Assignee: John Casey
>     Priority: Minor
>      Fix For: 2.0-beta-3

>
> Original Estimate: 30 minutes
>        Time Spent: 30 minutes
>         Remaining: 0 minutes
>
> I accidently issue m2 gs:md5 which is one of my custom m1 plugin. M2 adds a new entry to plugin-registry
>     <plugin>
>       <groupId>org.apache.maven.plugins</groupId>
>       <artifactId>maven-gs-plugin</artifactId>
>       <useVersion>RELEASE</useVersion>
>     </plugin>

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