[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41244 ]
Vincent Massol commented on MNG-455:
The key could be (groupId, artifactId).
> Access to the artifact list of a plugin
> ---
>
> Key: MNG-
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41209 ]
John Casey commented on MNG-455:
Vincent: what would you key that map on?
> Access to the artifact list of a plugin
> ---
>
> Key: MNG-455
>
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41195 ]
Trygve Laugstol commented on MNG-455:
-
I would say that we should make a ArtifactCollection type that feels like a
SortedSet with the methods that vincent is asking for (collection.ge
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41190 ]
Vincent Massol commented on MNG-455:
John,
That's very cool. i'm trying to use it and I have to iterate over the full list
to get the artifact I want. Wouldn't a Map be better than a
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41172 ]
Vincent Massol commented on MNG-455:
If I had to venture a suggestion I would also choose plugin.* but that's also
my personal-after-lunch-still-digesting opinion ;-)
> Access to the
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41164 ]
Trygve Laugstol commented on MNG-455:
-
Note that my last comment was just my personal-before-morning-coffee opinion so
don't give it too much weight.
> Access to the artifact list of
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41153 ]
Trygve Laugstol commented on MNG-455:
-
I think plugin.* is more clear than this.*, we're always talking about projects
and plugins.
> Access to the artifact list of a plugin
> --
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41126 ]
Brett Porter commented on MNG-455:
--
I think your idea about the plugin expression here is fine (maybe use this.
instead of plugin.?)
> Access to the artifact list of a plugin
>
[ http://jira.codehaus.org/browse/MNG-455?page=comments#action_41120 ]
John Casey commented on MNG-455:
is alright for me to just add a 'plugin.*' prefix resolution to the
PluginParameterExpressionEvaluator? This would be a relatively simple fix, if
we add