This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MNG-6957 in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git
The following commit(s) were added to refs/heads/MNG-6957 by this push: new 283774a Add comment 283774a is described below commit 283774aa11bf7f40319c087d1067d5da6b1fc099 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri Oct 30 15:22:09 2020 +0100 Add comment --- .../src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml b/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml index 11428b9..e7484bc 100644 --- a/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml +++ b/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml @@ -34,6 +34,9 @@ under the License. <modules> <module>simple-weather</module> <module>simple-webapp</module> + + <!-- On purpose at the end, project graph is responsible for ordering --> + <!-- Build/consumer should not be effected by reverse order --> <module>simple-testutils</module> <module>utils-parent</module> </modules>