[jira] Commented: (MNG-823) Ability to allow mojos to communicate with each others - other than project's source root and project's attachment

2005-09-26 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-823?page=comments#action_47206 ] John Casey commented on MNG-823: I think it'd be pretty easy to have a Map stored in the plugin container's context, and add get/setContext(..) to Mojo/AbstractMojo. The plugin manager

[jira] Commented: (MNG-823) Ability to allow mojos to communicate with each others - other than project's source root and project's attachment

2005-09-11 Thread John Fallows (JIRA)
[ http://jira.codehaus.org/browse/MNG-823?page=comments#action_46102 ] John Fallows commented on MNG-823: -- There is another usecase for sharing context between mojos in the same plugin. Here is the email sent to Maven Users List. I'm writing a maven2

[jira] Commented: (MNG-823) Ability to allow mojos to communicate with each others - other than project's source root and project's attachment

2005-09-02 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-823?page=comments#action_45738 ] Dan Tran commented on MNG-823: -- It is also needed by native compiler mojo where it can pass a list of its object (.o, obj) files to link mojo. This is a cleaner approach. Currently,