[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-14 Thread Vincent Massol (JIRA)
[ 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-

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-13 Thread John Casey (JIRA)
[ 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 >

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-13 Thread Trygve Laugstol (JIRA)
[ 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

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-13 Thread Vincent Massol (JIRA)
[ 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

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-13 Thread Vincent Massol (JIRA)
[ 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

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-13 Thread Trygve Laugstol (JIRA)
[ 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

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-13 Thread Trygve Laugstol (JIRA)
[ 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 > --

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-12 Thread Brett Porter (JIRA)
[ 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 >

[jira] Commented: (MNG-455) Access to the artifact list of a plugin

2005-06-12 Thread John Casey (JIRA)
[ 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