Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.4
-
None
-
None
-
None
Description
The limitation of not been able to specify executing an execution id of a plug-in is often mentioned.
It's very obvious to be a missing feature when you are using a plug-ins that is generic like maven-antrun-plugin or maven*groovy.
In other words, I may have a tiny ant script deleting some folders, then still also need the maven-antrun-plugin for other things like preparing a DB.
It's insane to be stuck with only default-cli mechanism when all my "execution"s already have an identifier.
Instead of been stuck with antrun:run, I should be able to do antrun:myExecutionId
Attachments
Issue Links
- duplicates
-
MNG-3409 Add ability to execute an specific plugin execution via its id
- Closed