Incremental build - only build changed modules; wrong modules calculation

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Critical
    • Component/s: maven-plugin
    • None
    • Environment:
      Jenkins 1.540
      maven-plugin 2.8

      Given two SVN repos that are configured in the job:

      • Repository URL: svn+ssh://svn@svn.acme.com/repos/foo
      • Repository URL: svn+ssh://svn@svn.acme.com/repos/bar

      and an aggregator pom in foo, building modules from different repos:

          <modules>
              <module>foo-submodule</module>
              <module>../bar</module>
          </modules>
      

      If there is a commit affecting bar only the root aggregator module will be built and not the bar module.

      Workaround (sort of): add the bar module (-pl ../bar) to Goals and options box, to have it always built.

            Assignee:
            Unassigned
            Reporter:
            Jakub Bochenski
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: