You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Dan Tran (JIRA)" <ji...@codehaus.org> on 2005/09/03 21:14:02 UTC

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

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
    Priority: Minor
     Fix For: 2.0-beta-1


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


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

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ 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


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

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

John Casey updated MNG-832:
---------------------------

            Complexity: Expert  (was: Intermediate)
    Remaining Estimate: 30 minutes
     Original Estimate: 1800

> 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
>         Remaining: 30 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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-832?page=all ]

Brett Porter updated MNG-832:
-----------------------------

    Fix Version:     (was: 2.0-beta-1)
                 2.0-beta-2

please don't schedule anything for beta-1 unless its a blocker

> 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
>     Priority: Minor
>      Fix For: 2.0-beta-2

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