-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins 1.6.10
Configuration Slicing Plugin 1.40
I noticed that setting the Maven top-level target for a job deletes the job's POM location setting.
I can reproduce this as follows:
- There's a freestyle project with a Maven Build step. The Goals are "clean verify", the POM location is "myproject-parent/pom.xml".
- Change the Maven goal with the Configuration Slicing Plugin to "clean package"
Result:
The POM location is empty.