-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins: 2.60.3
Maven plugin: 2.17
We have the following scenario:
- Git project with multiple releases
- release branch with a maven module named abc
- in the master branch the module was renamed to xyz
The incremental build tries to build the respectively missing module. For the master branch module abc seems to be missing and for the release branch xyz seems to be missing.
Would it be possible to detect that a module has been renamed/deleted and exclude it from the incremental build?