-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Mac, Win XP, Win2k3 Server
When using flat project structures in a Maven2 Job, incremental build doesn't work. It always builds the entire project no matter what. The setup is such:
aggregator pom:
<modules> <module>../release-module1</module> <module>../release-module2</module> </modules>
module pom:
<parent> <artifactId>release-parent</artifactId> <groupId>com.captechventures</groupId> <version>0.0.12-SNAPSHOT</version> <relativePath>../release-parent/pom.xml</relativePath> </parent>
Attaching a screenshot of what the project setup looks like in Hudson
- is related to
-
JENKINS-8602 New maven-plugin pom parsing fails with NPE
- Resolved
-
JENKINS-7835 Incremental build doesn't work in a maven2 aggregation project with Cleacase
- Resolved
-
JENKINS-7854 send email fails with NPE
- Resolved
-
JENKINS-7684 NullPointerException when an incremental build is triggered
- Closed