Proposal: Maven launchers in the POM

2010-06-16 Thread Jochen Wiedmann
Hi, I have already posted the same suggestion on the M2Eclipse mailing list, with very limited response, so'd like to try it once more, and with a wider audience. In the times when I was using make, or ant, there have always been some standard targets like all, install, clean and so on. These

Re: Proposal: Maven launchers in the POM

2010-06-16 Thread Milos Kleint
you can already do this with netbeans afaik. 1. add the configuration of plugins in a profile 2. in nb ui, create a custom action in project properties/Actions customizer. 3. name the action, enable the given profile and execute the goals 4. done, run the action from project popup. (if you want it

Re: Proposal: Maven launchers in the POM

2010-06-16 Thread Jochen Wiedmann
Yes, Milos, I can do mostly the same by creating a so-called launcher with M2Eclipse. But that's not the point. It's a solution, which is specific to the respective plugin. So would be my shell or whatever script. My point is, that the requirement is there, for all of us, and so it would make