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 2019/02/14 18:06:57 UTC

[maven-jlink-plugin] 03/06: Defined order for setup projects in invoker.

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

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

commit b81640fe0b34fbd0a5f37b23c98ee9b9226765f7
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 3 12:45:27 2018 +0100

    Defined order for setup projects in invoker.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1773fbe..c4aba9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,6 +214,11 @@
               </environmentVariables>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <projectsDirectory>src/it/projects</projectsDirectory>
+              <setupIncludes>
+                <setupInclude>setup-01/pom.xml</setupInclude>
+                <setupInclude>setup-jar/pom.xml</setupInclude>
+                <setupInclude>setup-jar-module-info/pom.xml</setupInclude>
+              </setupIncludes>
               <pomIncludes>
                 <pomInclude>**/pom.xml</pomInclude>
                 <!--