Closed yegor256 closed 1 day ago
This will produce a wrong pom:
f.build() .plugins() .appendItself() .execution("first") .phase("process-classes") .goals("build", "optimize"); f.build() .plugins() .appendItself() .execution("first") .phase("process-classes") .goals("build", "optimize");
There will be 4 goals instead of two.
@rultor release, tag is 0.4.0
0.4.0
@yegor256 OK, I will release it now. Please check the progress here.
@yegor256 Done! FYI, the full log is here (took me 6min).
This will produce a wrong pom:
There will be 4 goals instead of two.