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/05 02:29:11 UTC

[jira] Created: (MNG-1090) search reactorProjects for plugin versions before going to the repository system

search reactorProjects for plugin versions before going to the repository system
--------------------------------------------------------------------------------

         Key: MNG-1090
         URL: http://jira.codehaus.org/browse/MNG-1090
     Project: Maven 2
        Type: Improvement
  Components: maven-core  
    Versions: 2.0-beta-3    
 Reporter: John Casey
 Assigned to: John Casey 
     Fix For: 2.0-beta-4


the plugin version manager should be searching the reactorProjects collection before it tries against the repository system, in order to pickup plugins that are going to be built in this maven execution.

The only trick here is ensuring that the plugins actually are built ahead of their invocation...

-- 
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-1090) search reactorProjects for plugin versions before going to the repository system

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

    Resolution: Fixed

using MavenProject.replaceWithActiveArtifact(..) inside the plugin version manager to use the plugin in the reactor where there is an explicit dependency. Implicity plugin dependencies (via lifecycle mapping) are not covered yet.

> search reactorProjects for plugin versions before going to the repository system
> --------------------------------------------------------------------------------
>
>          Key: MNG-1090
>          URL: http://jira.codehaus.org/browse/MNG-1090
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-core
>     Versions: 2.0-beta-3
>     Reporter: John Casey
>     Assignee: John Casey
>      Fix For: 2.0-beta-4

>
> Original Estimate: 1 hour
>        Time Spent: 1 hour
>         Remaining: 0 minutes
>
> the plugin version manager should be searching the reactorProjects collection before it tries against the repository system, in order to pickup plugins that are going to be built in this maven execution.
> The only trick here is ensuring that the plugins actually are built ahead of their invocation...

-- 
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] Commented: (MNG-1090) search reactorProjects for plugin versions before going to the repository system

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

Brett Porter commented on MNG-1090:
-----------------------------------

I'm having an issue with this right now that if you remove /o/a/m/plugins/maven-plugin-plugin from the local repo it tries to download beta-4-SNAPSHOT from the repo when building the plugin-plugin (ie, picking it up from the current project). related?

> search reactorProjects for plugin versions before going to the repository system
> --------------------------------------------------------------------------------
>
>          Key: MNG-1090
>          URL: http://jira.codehaus.org/browse/MNG-1090
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-core
>     Versions: 2.0-beta-3
>     Reporter: John Casey
>     Assignee: John Casey
>      Fix For: 2.0-beta-4

>
>
> the plugin version manager should be searching the reactorProjects collection before it tries against the repository system, in order to pickup plugins that are going to be built in this maven execution.
> The only trick here is ensuring that the plugins actually are built ahead of their invocation...

-- 
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] Commented: (MNG-1090) search reactorProjects for plugin versions before going to the repository system

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

John Casey commented on MNG-1090:
---------------------------------

discussion page is here:

http://docs.codehaus.org/display/MAVEN/Building+and+Using+Plugins+From+a+Single+Maven+Session

> search reactorProjects for plugin versions before going to the repository system
> --------------------------------------------------------------------------------
>
>          Key: MNG-1090
>          URL: http://jira.codehaus.org/browse/MNG-1090
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-core
>     Versions: 2.0-beta-3
>     Reporter: John Casey
>     Assignee: John Casey
>      Fix For: 2.0-beta-4

>
>
> the plugin version manager should be searching the reactorProjects collection before it tries against the repository system, in order to pickup plugins that are going to be built in this maven execution.
> The only trick here is ensuring that the plugins actually are built ahead of their invocation...

-- 
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-1090) search reactorProjects for plugin versions before going to the repository system

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

John Casey updated MNG-1090:
----------------------------

    Remaining Estimate: 1 hour
     Original Estimate: 3600

> search reactorProjects for plugin versions before going to the repository system
> --------------------------------------------------------------------------------
>
>          Key: MNG-1090
>          URL: http://jira.codehaus.org/browse/MNG-1090
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-core
>     Versions: 2.0-beta-3
>     Reporter: John Casey
>     Assignee: John Casey
>      Fix For: 2.0-beta-4

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> the plugin version manager should be searching the reactorProjects collection before it tries against the repository system, in order to pickup plugins that are going to be built in this maven execution.
> The only trick here is ensuring that the plugins actually are built ahead of their invocation...

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