Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-5357

Maven2 Incremental Build Not Functional When Using Relative Paths In Workspace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • maven-plugin
    • 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

            abayer Andrew Bayer
            bigehokie bigehokie
            Votes:
            3 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: