is it possible to run a single execution of a custom maven plugin before version 3.3.1?
groupid:artifactid:goal@id
does only work from version 3.3.1 upwards. So how can I target a single execution id without using phases?
Asked
Active
Viewed 31 times
0

lob
- 131
- 1
- 3
- 11
-
As answered here http://stackoverflow.com/questions/3779369/run-a-single-maven-plugin-execution, not possible in the general case. – Tunaki Feb 23 '17 at 08:12
-
1Possible duplicate of [Run a single Maven plugin execution?](http://stackoverflow.com/questions/3779369/run-a-single-maven-plugin-execution) – Tunaki Feb 23 '17 at 08:12