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/17 11:01:19 UTC

[jira] Created: (MNG-482) add a keyed artifact lookup on the project

add a keyed artifact lookup on the project
------------------------------------------

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


see MNG-455 for the original suggestions

-- 
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-482) add a keyed artifact lookup on the plugin

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

    Resolution: Fixed

use parameter expressions:

  ${plugin.artifactMap}
  ${project.artifactMap}

Artifacts in these maps are keyed using:

  org.apache.maven.artifact.ArtifactUtils.versionlessKey( String groupId, String artifactId )

from the maven-artifact project.

> add a keyed artifact lookup on the plugin
> -----------------------------------------
>
>          Key: MNG-482
>          URL: http://jira.codehaus.org/browse/MNG-482
>      Project: Maven 2
>         Type: Bug
>   Components: maven-project
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-beta-1

>
>
> see MNG-455 for the original suggestions

-- 
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-482) add a keyed artifact lookup on the plugin

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

John Casey updated MNG-482:
---------------------------

    Environment: 
        Summary: add a keyed artifact lookup on the plugin  (was: add a keyed artifact lookup on the project)

Actually, the original discussion centered on adding this functionality to the ${plugin.*} arsenal, not the ${project.*} one.

I think for consistency, I'll also add it to the MavenProject, but it definitely has to be on PluginDescriptor as well...

> add a keyed artifact lookup on the plugin
> -----------------------------------------
>
>          Key: MNG-482
>          URL: http://jira.codehaus.org/browse/MNG-482
>      Project: Maven 2
>         Type: Bug
>   Components: maven-project
>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0-beta-1

>
>
> see MNG-455 for the original suggestions

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