You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/14 10:38:00 UTC

[maven-compiler-plugin] branch ANOTHER_ISSUE created (now 264e514)

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

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


      at 264e514  Define the order of setup explicitly cause their order is important.

This branch includes the following new commits:

     new 264e514  Define the order of setup explicitly cause their order is important.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[maven-compiler-plugin] 01/01: Define the order of setup explicitly cause their order is important.

Posted by kh...@apache.org.
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 <kh...@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
khmarbaise@apache.org.