This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ANOTHER_ISSUE
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 264e51405f537c626175c32fcf1ca3a6261a2366
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sat Apr 14 12:37:36 2018 +0200

    Define the order of setup explicitly cause
    their order is important.
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index d1b112d..f0c1924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -273,6 +273,15 @@ under the License.
                       <pomInclude>*/pom.xml</pomInclude>
                       <pomInclude>extras/*/pom.xml</pomInclude>
                     </pomIncludes>
+                    <!--
+                      ! Define explicit the order
+                      -->
+                    <setupIncludes>
+                      <setupInclude>setup_jar_automodule/pom.xml</setupInclude>
+                      <setupInclude>setup_jar_classic/pom.xml</setupInclude>
+                      <setupInclude>setup_jar_module/pom.xml</setupInclude>
+                      
<setupInclude>setup_module-transitive/pom.xml</setupInclude>
+                    </setupIncludes>
                     <postBuildHookScript>verify</postBuildHookScript>
                     
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
                     <settingsFile>src/it/settings.xml</settingsFile>

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to