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

Maven2 Incremental Build Not Functional When Using Relative Paths In Workspace

    • 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

          [JENKINS-5357] Maven2 Incremental Build Not Functional When Using Relative Paths In Workspace

          bigehokie created issue -
          Alan Harder made changes -
          Component/s New: maven2 [ 15487 ]
          Andrew Bayer made changes -
          Assignee New: Andrew Bayer [ abayer ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          kutzi made changes -
          Link New: This issue is related to JENKINS-7854 [ JENKINS-7854 ]
          kutzi made changes -
          Link New: This issue is related to JENKINS-7684 [ JENKINS-7684 ]
          kutzi made changes -
          Link New: This issue is related to JENKINS-7835 [ JENKINS-7835 ]
          Marco Rothe made changes -
          Link New: This issue is related to JENKINS-8602 [ JENKINS-8602 ]
          Jenkins IRC Bot made changes -
          Component/s New: maven-plugin [ 16033 ]
          Component/s Original: maven2 [ 15487 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 135446 ] New: JNJira + In-Review [ 186974 ]

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

              Created:
              Updated:
              Resolved: