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:54 UTC

[maven-jlink-plugin] branch MJLINK-29 updated (8f06267 -> 11ecefb)

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

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


 discard 8f06267  Define explicit order
 discard ce4d97e  Downgrade maven-invoker-plugin to 3.0.1
 discard ed72bbc  Defined order for setup projects in invoker.
 discard 974af67  Upgrade surefire 2.22.1
 discard df3e98e  [MJLINK-29] - Upgrade maven-compiler-plugin to version 3.8.0 in IT's  o Introduced a setup-parent which contains all    plugin declarations and removes the duplication    in each IT.
     add 34b2c26  [MJLINK-32] - Upgrade plexus-archiver 3.7.0
     add 225e4df  [MJLINK-33] - Upgrade maven-archiver 3.3.0
     add dd8daf9  [MJLINK-34] - Upgrade java-language to 1.0.1
     add 88ba561  [MJLINK-6] Add 'sourceJdkModules' configuration parameter.
     add f51f117  [MJLINK-6] Add 'sourceJdkModules' configuration parameter.
     add f67defe  [MJLINK-35] - Upgrade plexus-archiver - 4.1.0
     new 3d9ab42  [MJLINK-29] - Upgrade maven-compiler-plugin to version 3.8.0 in IT's  o Introduced a setup-parent which contains all    plugin declarations and removes the duplication    in each IT.
     new 99e0a89  Upgrade surefire 2.22.1
     new b81640f  Defined order for setup projects in invoker.
     new 07d7185  Downgrade maven-invoker-plugin to 3.0.1
     new 37f2ae2  Define explicit order
     new 11ecefb  Manually define order of execution.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8f06267)
            \
             N -- N -- N   refs/heads/MJLINK-29 (11ecefb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 6 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.


Summary of changes:
 pom.xml                                            | 10 +++---
 .../invoker.properties                             |  0
 .../pom.xml                                        | 38 ++++++++++++----------
 .../src/main/java/com/corporate/project/Main.java  |  0
 .../src/main/java/module-info.java                 |  0
 .../verify.groovy}                                 | 14 +++++---
 src/it/projects/{setup-02-jar => setup}/pom.xml    | 24 +++++++-------
 .../{ => setup}/setup-01/invoker.properties        |  0
 src/it/projects/{ => setup}/setup-01/pom.xml       |  0
 .../setup-02-jar}/invoker.properties               |  0
 src/it/projects/{ => setup}/setup-02-jar/pom.xml   |  0
 .../src/main/java/myproject/HelloWorld.java        |  0
 .../setup-03-jar-module-info}/invoker.properties   |  0
 .../{ => setup}/setup-03-jar-module-info/pom.xml   |  0
 .../src/main/java/module-info.java                 |  0
 .../src/main/java/myproject/HelloWorld.java        |  0
 .../org/apache/maven/plugins/jlink/JLinkMojo.java  | 16 ++++++++-
 17 files changed, 62 insertions(+), 40 deletions(-)
 copy src/it/projects/{cli-options/suggest-providers => MJLINK-6_allowSetJmodPath}/invoker.properties (100%)
 copy src/it/projects/{cli-options/compress-1 => MJLINK-6_allowSetJmodPath}/pom.xml (65%)
 copy src/it/projects/{MJLINK-26 => MJLINK-6_allowSetJmodPath}/src/main/java/com/corporate/project/Main.java (100%)
 copy src/it/projects/{MJLINK-26 => MJLINK-6_allowSetJmodPath}/src/main/java/module-info.java (100%)
 copy src/it/projects/{MJLINK-26/src/main/java/module-info.java => MJLINK-6_allowSetJmodPath/verify.groovy} (75%)
 copy src/it/projects/{setup-02-jar => setup}/pom.xml (71%)
 rename src/it/projects/{ => setup}/setup-01/invoker.properties (100%)
 rename src/it/projects/{ => setup}/setup-01/pom.xml (100%)
 rename src/it/projects/{setup-03-jar-module-info => setup/setup-02-jar}/invoker.properties (100%)
 rename src/it/projects/{ => setup}/setup-02-jar/pom.xml (100%)
 rename src/it/projects/{setup-03-jar-module-info => setup/setup-02-jar}/src/main/java/myproject/HelloWorld.java (100%)
 rename src/it/projects/{setup-02-jar => setup/setup-03-jar-module-info}/invoker.properties (100%)
 rename src/it/projects/{ => setup}/setup-03-jar-module-info/pom.xml (100%)
 rename src/it/projects/{ => setup}/setup-03-jar-module-info/src/main/java/module-info.java (100%)
 rename src/it/projects/{setup-02-jar => setup/setup-03-jar-module-info}/src/main/java/myproject/HelloWorld.java (100%)


[maven-jlink-plugin] 04/06: Downgrade maven-invoker-plugin to 3.0.1

Posted by kh...@apache.org.
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 07d718594eafb1647a3036d45fab2e22e4df9aaf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 3 12:53:30 2018 +0100

    Downgrade maven-invoker-plugin to 3.0.1
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c4aba9c..be01d7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.0.1</version>
             <configuration>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <environmentVariables>


[maven-jlink-plugin] 02/06: Upgrade surefire 2.22.1

Posted by kh...@apache.org.
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 99e0a898d81e9bc429c4e6ecd284714837431a69
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 3 12:23:15 2018 +0100

    Upgrade surefire 2.22.1
---
 src/it/projects/setup-01/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/it/projects/setup-01/pom.xml b/src/it/projects/setup-01/pom.xml
index dbf9514..de7bf94 100644
--- a/src/it/projects/setup-01/pom.xml
+++ b/src/it/projects/setup-01/pom.xml
@@ -67,9 +67,9 @@
     <maven-site-plugin.version>3.7.1</maven-site-plugin.version>
 
     <!-- The following belong together -->
-    <maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
-    <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
-    <maven-surefire-report-plugin.version>2.22.0</maven-surefire-report-plugin.version>
+    <maven-failsafe-plugin.version>2.22.1</maven-failsafe-plugin.version>
+    <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
+    <maven-surefire-report-plugin.version>2.22.1</maven-surefire-report-plugin.version>
 
 
     <!-- MojoHaus Plugins (formerly Codehaus) -->


[maven-jlink-plugin] 06/06: Manually define order of execution.

Posted by kh...@apache.org.
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 11ecefb05218fd2f5590db4507424f515929214e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 3 15:09:41 2018 +0100

    Manually define order of execution.
---
 pom.xml                                            |  4 +---
 src/it/projects/{setup-02-jar => setup}/pom.xml    | 24 ++++++++++++----------
 .../{ => setup}/setup-01/invoker.properties        |  0
 src/it/projects/{ => setup}/setup-01/pom.xml       |  0
 .../setup-02-jar}/invoker.properties               |  0
 src/it/projects/{ => setup}/setup-02-jar/pom.xml   |  0
 .../src/main/java/myproject/HelloWorld.java        |  0
 .../setup-03-jar-module-info}/invoker.properties   |  0
 .../{ => setup}/setup-03-jar-module-info/pom.xml   |  0
 .../src/main/java/module-info.java                 |  0
 .../src/main/java/myproject/HelloWorld.java        |  0
 11 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 704e6dc..6856ba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,9 +215,7 @@
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <projectsDirectory>src/it/projects</projectsDirectory>
               <setupIncludes>
-                <setupInclude>setup-01/pom.xml</setupInclude>
-                <setupInclude>setup-02-jar/pom.xml</setupInclude>
-                <setupInclude>setup-03-jar-module-info/pom.xml</setupInclude>
+                <setupInclude>setup/pom.xml</setupInclude>
               </setupIncludes>
               <pomIncludes>
                 <pomInclude>**/pom.xml</pomInclude>
diff --git a/src/it/projects/setup-02-jar/pom.xml b/src/it/projects/setup/pom.xml
similarity index 71%
copy from src/it/projects/setup-02-jar/pom.xml
copy to src/it/projects/setup/pom.xml
index f883281..aec949c 100644
--- a/src/it/projects/setup-02-jar/pom.xml
+++ b/src/it/projects/setup/pom.xml
@@ -24,18 +24,20 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.maven.plugins.jlink.its</groupId>
-    <artifactId>mjlink-parent</artifactId>
-    <version>1.0.0</version>
-  </parent>
+  <groupId>org.apache.maven.plugins.jlink.its</groupId>
+  <artifactId>setup</artifactId>
+  <version>1.0.0</version>
+  <packaging>pom</packaging>
 
-  <groupId>localhost</groupId>
-  <artifactId>first-jar</artifactId>
-  <version>99.0</version>
-  <name>Maven</name>
   <description>
-      Test Project to prepare a jar file which does not contain
-      module-info.class file.
+    Defined aggregator to define order of execution.
   </description>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  <modules>
+    <module>setup-01</module>
+    <module>setup-02-jar</module>
+    <module>setup-02-jar-module-info</module>
+  </modules>
 </project>
diff --git a/src/it/projects/setup-01/invoker.properties b/src/it/projects/setup/setup-01/invoker.properties
similarity index 100%
rename from src/it/projects/setup-01/invoker.properties
rename to src/it/projects/setup/setup-01/invoker.properties
diff --git a/src/it/projects/setup-01/pom.xml b/src/it/projects/setup/setup-01/pom.xml
similarity index 100%
rename from src/it/projects/setup-01/pom.xml
rename to src/it/projects/setup/setup-01/pom.xml
diff --git a/src/it/projects/setup-03-jar-module-info/invoker.properties b/src/it/projects/setup/setup-02-jar/invoker.properties
similarity index 100%
rename from src/it/projects/setup-03-jar-module-info/invoker.properties
rename to src/it/projects/setup/setup-02-jar/invoker.properties
diff --git a/src/it/projects/setup-02-jar/pom.xml b/src/it/projects/setup/setup-02-jar/pom.xml
similarity index 100%
rename from src/it/projects/setup-02-jar/pom.xml
rename to src/it/projects/setup/setup-02-jar/pom.xml
diff --git a/src/it/projects/setup-03-jar-module-info/src/main/java/myproject/HelloWorld.java b/src/it/projects/setup/setup-02-jar/src/main/java/myproject/HelloWorld.java
similarity index 100%
rename from src/it/projects/setup-03-jar-module-info/src/main/java/myproject/HelloWorld.java
rename to src/it/projects/setup/setup-02-jar/src/main/java/myproject/HelloWorld.java
diff --git a/src/it/projects/setup-02-jar/invoker.properties b/src/it/projects/setup/setup-03-jar-module-info/invoker.properties
similarity index 100%
rename from src/it/projects/setup-02-jar/invoker.properties
rename to src/it/projects/setup/setup-03-jar-module-info/invoker.properties
diff --git a/src/it/projects/setup-03-jar-module-info/pom.xml b/src/it/projects/setup/setup-03-jar-module-info/pom.xml
similarity index 100%
rename from src/it/projects/setup-03-jar-module-info/pom.xml
rename to src/it/projects/setup/setup-03-jar-module-info/pom.xml
diff --git a/src/it/projects/setup-03-jar-module-info/src/main/java/module-info.java b/src/it/projects/setup/setup-03-jar-module-info/src/main/java/module-info.java
similarity index 100%
rename from src/it/projects/setup-03-jar-module-info/src/main/java/module-info.java
rename to src/it/projects/setup/setup-03-jar-module-info/src/main/java/module-info.java
diff --git a/src/it/projects/setup-02-jar/src/main/java/myproject/HelloWorld.java b/src/it/projects/setup/setup-03-jar-module-info/src/main/java/myproject/HelloWorld.java
similarity index 100%
rename from src/it/projects/setup-02-jar/src/main/java/myproject/HelloWorld.java
rename to src/it/projects/setup/setup-03-jar-module-info/src/main/java/myproject/HelloWorld.java


[maven-jlink-plugin] 01/06: [MJLINK-29] - Upgrade maven-compiler-plugin to version 3.8.0 in IT's o Introduced a setup-parent which contains all plugin declarations and removes the duplication in each IT.

Posted by kh...@apache.org.
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 3d9ab42ee9afeeaa805bf95a1084c8d333fa7233
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Sep 14 17:30:19 2018 +0200

    [MJLINK-29] - Upgrade maven-compiler-plugin to version 3.8.0 in IT's
     o Introduced a setup-parent which contains all
       plugin declarations and removes the duplication
       in each IT.
---
 src/it/projects/MJLINK-26/pom.xml                  |  28 +-
 .../projects/MJLINK-3_improveVerboseOutput/pom.xml |  33 +-
 src/it/projects/cli-options/bind-services/pom.xml  |  27 +-
 src/it/projects/cli-options/compress-0/pom.xml     |  19 +-
 src/it/projects/cli-options/compress-1/pom.xml     |  19 +-
 src/it/projects/cli-options/compress-2/pom.xml     |  26 +-
 src/it/projects/cli-options/disable-plugin/pom.xml |  19 +-
 src/it/projects/cli-options/endian-big/pom.xml     |  26 +-
 src/it/projects/cli-options/endian/pom.xml         |  26 +-
 .../cli-options/ignore-signing-information/pom.xml |  26 +-
 .../projects/cli-options/no-header-files/pom.xml   |  26 +-
 src/it/projects/cli-options/no-man-pages/pom.xml   |  19 +-
 src/it/projects/cli-options/strip-debug/pom.xml    |  26 +-
 .../projects/cli-options/suggest-providers/pom.xml |  26 +-
 src/it/projects/setup-01/invoker.properties        |  17 +
 src/it/projects/setup-01/pom.xml                   | 402 +++++++++++++++++++++
 src/it/projects/setup-jar-module-info/pom.xml      |  33 +-
 src/it/projects/setup-jar/pom.xml                  |  34 +-
 18 files changed, 553 insertions(+), 279 deletions(-)

diff --git a/src/it/projects/MJLINK-26/pom.xml b/src/it/projects/MJLINK-26/pom.xml
index c8bf47f..5a099be 100644
--- a/src/it/projects/MJLINK-26/pom.xml
+++ b/src/it/projects/MJLINK-26/pom.xml
@@ -18,35 +18,27 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-mjlink-26</artifactId>
   <version>96.0</version>
   <packaging>jlink</packaging>
   <name>Maven</name>
   <url>https://maven.apache.org</url>
-  <description>Test JLink create a image from a module without any dependency.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
+  <description>Test JLink create an image from a module without any dependency.</description>
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml b/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
index 46e9d79..dd34cd2 100644
--- a/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
+++ b/src/it/projects/MJLINK-3_improveVerboseOutput/pom.xml
@@ -19,21 +19,22 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
+
   <groupId>org.apache.maven.plugins.jlink.its</groupId>
   <artifactId>mjlink3</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jlink</packaging>
 
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-
   <dependencies>
     <dependency>
       <!-- use a dependency with a module-info.class -->
@@ -57,19 +58,5 @@
         </configuration>
       </plugin>
     </plugins>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version>
-          <configuration>
-            <source>${maven.compiler.source}</source>
-            <target>${maven.compiler.target}</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
   </build>
-
 </project>
\ No newline at end of file
diff --git a/src/it/projects/cli-options/bind-services/pom.xml b/src/it/projects/cli-options/bind-services/pom.xml
index 9fa2593..ac73743 100644
--- a/src/it/projects/cli-options/bind-services/pom.xml
+++ b/src/it/projects/cli-options/bind-services/pom.xml
@@ -18,10 +18,17 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-bind-services</artifactId>
   <version>99.0</version>
@@ -29,11 +36,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --bind-services.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +47,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/compress-0/pom.xml b/src/it/projects/cli-options/compress-0/pom.xml
index b96fda3..764183c 100644
--- a/src/it/projects/cli-options/compress-0/pom.xml
+++ b/src/it/projects/cli-options/compress-0/pom.xml
@@ -22,6 +22,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
 >
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-compress0</artifactId>
   <version>99.0</version>
@@ -29,11 +34,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --compress 0.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +45,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/compress-1/pom.xml b/src/it/projects/cli-options/compress-1/pom.xml
index ac2bf5a..1b2942a 100644
--- a/src/it/projects/cli-options/compress-1/pom.xml
+++ b/src/it/projects/cli-options/compress-1/pom.xml
@@ -22,6 +22,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
 >
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-compress1</artifactId>
   <version>99.0</version>
@@ -29,11 +34,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --compress 1.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +45,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/compress-2/pom.xml b/src/it/projects/cli-options/compress-2/pom.xml
index 35e3688..ee1c86d 100644
--- a/src/it/projects/cli-options/compress-2/pom.xml
+++ b/src/it/projects/cli-options/compress-2/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-compress2</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --compress 2.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/disable-plugin/pom.xml b/src/it/projects/cli-options/disable-plugin/pom.xml
index 9b6dd5e..ced72fa 100644
--- a/src/it/projects/cli-options/disable-plugin/pom.xml
+++ b/src/it/projects/cli-options/disable-plugin/pom.xml
@@ -22,6 +22,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
 >
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-disable-plugin</artifactId>
   <version>99.0</version>
@@ -29,11 +34,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --disable-plugin compress.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +45,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/endian-big/pom.xml b/src/it/projects/cli-options/endian-big/pom.xml
index 6d6f8ba..0790826 100644
--- a/src/it/projects/cli-options/endian-big/pom.xml
+++ b/src/it/projects/cli-options/endian-big/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-endian-big</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --endian big.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/endian/pom.xml b/src/it/projects/cli-options/endian/pom.xml
index 9805377..230b43c 100644
--- a/src/it/projects/cli-options/endian/pom.xml
+++ b/src/it/projects/cli-options/endian/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-endian</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --endian little.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/ignore-signing-information/pom.xml b/src/it/projects/cli-options/ignore-signing-information/pom.xml
index 252a54b..153d5ad 100644
--- a/src/it/projects/cli-options/ignore-signing-information/pom.xml
+++ b/src/it/projects/cli-options/ignore-signing-information/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-ignore-signing-information</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --ignore-signing-information.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/no-header-files/pom.xml b/src/it/projects/cli-options/no-header-files/pom.xml
index 4cda5ba..f7d0d92 100644
--- a/src/it/projects/cli-options/no-header-files/pom.xml
+++ b/src/it/projects/cli-options/no-header-files/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-no-header-files</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --no-header-files.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/no-man-pages/pom.xml b/src/it/projects/cli-options/no-man-pages/pom.xml
index c4ded3d..46d277c 100644
--- a/src/it/projects/cli-options/no-man-pages/pom.xml
+++ b/src/it/projects/cli-options/no-man-pages/pom.xml
@@ -22,6 +22,11 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
 >
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-no-man-pages</artifactId>
   <version>99.0</version>
@@ -29,11 +34,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --no-man-pages.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +45,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/strip-debug/pom.xml b/src/it/projects/cli-options/strip-debug/pom.xml
index 5c83e57..47c2e4a 100644
--- a/src/it/projects/cli-options/strip-debug/pom.xml
+++ b/src/it/projects/cli-options/strip-debug/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-strip-debug</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --strip-debug.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/cli-options/suggest-providers/pom.xml b/src/it/projects/cli-options/suggest-providers/pom.xml
index 3af8bfd..6e52272 100644
--- a/src/it/projects/cli-options/suggest-providers/pom.xml
+++ b/src/it/projects/cli-options/suggest-providers/pom.xml
@@ -18,10 +18,16 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jlink-plugin-cli-options-suggest-providers</artifactId>
   <version>99.0</version>
@@ -29,11 +35,6 @@
   <name>Maven</name>
   <url>http://maven.apache.org</url>
   <description>Test JLink CLI Options --suggest-providers xyz.</description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>localhost</groupId>
@@ -45,15 +46,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
-        <configuration>
-          <source>1.9</source>
-          <target>1.9</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jlink-plugin</artifactId>
         <version>@project.version@</version>
         <extensions>true</extensions>
diff --git a/src/it/projects/setup-01/invoker.properties b/src/it/projects/setup-01/invoker.properties
new file mode 100644
index 0000000..cecfb8c
--- /dev/null
+++ b/src/it/projects/setup-01/invoker.properties
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+invoker.goals = clean install
diff --git a/src/it/projects/setup-01/pom.xml b/src/it/projects/setup-01/pom.xml
new file mode 100644
index 0000000..dbf9514
--- /dev/null
+++ b/src/it/projects/setup-01/pom.xml
@@ -0,0 +1,402 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.plugins.jlink.its</groupId>
+  <artifactId>mjlink-parent</artifactId>
+  <version>1.0.0</version>
+  <packaging>pom</packaging>
+
+  <description>
+    Parent for integration tests.
+  </description>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <!-- Maven Plugins -->
+    <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
+    <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
+    <maven-changes-plugin.version>2.11</maven-changes-plugin.version>
+    <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
+    <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
+    <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
+    <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
+    <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
+    <maven-ear-plugin.version>3.0.1</maven-ear-plugin.version>
+    <maven-ejb-plugin.version>3.0.1</maven-ejb-plugin.version>
+    <maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version>
+    <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
+    <maven-install-plugin.version>2.5.2</maven-install-plugin.version>
+    <maven-invoker-plugin.version>3.1.0</maven-invoker-plugin.version>
+    <maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
+    <maven-rar-plugin.version>2.4</maven-rar-plugin.version>
+    <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
+    <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
+    <maven-pmd-plugin.version>3.7</maven-pmd-plugin.version>
+    <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
+    <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
+    <maven-remote-resources-plugin.version>1.5</maven-remote-resources-plugin.version>
+    <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
+    <maven-scm-publish-plugin.version>3.0.0</maven-scm-publish-plugin.version>
+    <maven-shade-plugin.version>3.2.0</maven-shade-plugin.version>
+    <maven-source-plugin.version>3.0.1</maven-source-plugin.version>
+    <maven-war-plugin.version>3.2.2</maven-war-plugin.version>
+    <maven-toolchains-plugin.version>1.1</maven-toolchains-plugin.version>
+
+    <maven-site-plugin.version>3.7.1</maven-site-plugin.version>
+
+    <!-- The following belong together -->
+    <maven-failsafe-plugin.version>2.22.0</maven-failsafe-plugin.version>
+    <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
+    <maven-surefire-report-plugin.version>2.22.0</maven-surefire-report-plugin.version>
+
+
+    <!-- MojoHaus Plugins (formerly Codehaus) -->
+    <appassembler-maven-plugin.version>2.0.0</appassembler-maven-plugin.version>
+    <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
+    <buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
+    <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
+    <findbugs-maven-plugin.version>3.0.4</findbugs-maven-plugin.version>
+    <jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
+    <license-maven-plugin.version>1.8</license-maven-plugin.version>
+    <taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
+    <templating-maven-plugin.version>1.0.0</templating-maven-plugin.version>
+    <versions-maven-plugin.version>2.5</versions-maven-plugin.version>
+  </properties>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>${maven-deploy-plugin.version}</version>
+          <configuration>
+            <deployAtEnd>true</deployAtEnd>
+            <updateReleaseInfo>true</updateReleaseInfo>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>${maven-antrun-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-changes-plugin</artifactId>
+          <version>${maven-changes-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>${maven-release-plugin.version}</version>
+          <configuration>
+            <arguments>${arguments}</arguments>
+            <goals>deploy site site:stage scm-publish:publish-scm</goals>
+            <autoVersionSubmodules>true</autoVersionSubmodules>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>${maven-clean-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>${maven-install-plugin.version}</version>
+          <configuration>
+            <installAtEnd>true</installAtEnd>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>${maven-jar-plugin.version}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>true</addMavenDescriptor>
+              <index>true</index>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              </manifest>
+              <manifestEntries>
+                <artifactId>${project.artifactId}</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <version>${project.version}</version>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>${maven-ear-plugin.version}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>true</addMavenDescriptor>
+              <index>true</index>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              </manifest>
+              <manifestEntries>
+                <artifactId>${project.artifactId}</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <version>${project.version}</version>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>${maven-war-plugin.version}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>true</addMavenDescriptor>
+              <index>true</index>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              </manifest>
+              <manifestEntries>
+                <artifactId>${project.artifactId}</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <version>${project.version}</version>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-rar-plugin</artifactId>
+          <version>${maven-rar-plugin.version}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>true</addMavenDescriptor>
+              <index>true</index>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              </manifest>
+              <manifestEntries>
+                <artifactId>${project.artifactId}</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <version>${project.version}</version>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>${maven-ejb-plugin.version}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>true</addMavenDescriptor>
+              <index>true</index>
+              <manifest>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              </manifest>
+              <manifestEntries>
+                <artifactId>${project.artifactId}</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <version>${project.version}</version>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>${maven-shade-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>${maven-invoker-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>${maven-source-plugin.version}</version>
+          <executions>
+            <!--
+              ! here we override the super-pom attach-sources execution id which
+              ! calls sources:jar goal. That goals forks the lifecycle,
+              ! causing the generate-sources phase to be called twice for the install goal.
+              ! See for reference https://issues.apache.org/jira/browse/MNG-5940 will be
+              ! part of the next Maven releases to make this superfluous.
+            -->
+            <execution>
+              <id>attach-sources</id>
+              <phase>DISABLE_FORKED_LIFECYCLE_MSOURCES-13</phase>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>${maven-compiler-plugin.version}</version>
+          <configuration>
+            <release>9</release>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>${maven-resources-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>${maven-surefire-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>${maven-failsafe-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>${maven-assembly-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>${maven-dependency-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>${maven-project-info-reports-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>${maven-site-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>${maven-pmd-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>${maven-javadoc-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>${maven-remote-resources-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>${maven-enforcer-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>${maven-checkstyle-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-toolchains-plugin</artifactId>
+          <version>${maven-toolchains-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.12</version>
+        </plugin>
+
+        <!-- Codehaus Plugins -->
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>appassembler-maven-plugin</artifactId>
+          <version>${appassembler-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>${build-helper-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>buildnumber-maven-plugin</artifactId>
+          <version>${buildnumber-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>license-maven-plugin</artifactId>
+          <version>${license-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>templating-maven-plugin</artifactId>
+          <version>${templating-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>exec-maven-plugin</artifactId>
+          <version>${exec-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>${maven-scm-publish-plugin.version}</version>
+        </plugin>
+        <!-- My Own Plugins -->
+        <plugin>
+          <groupId>com.soebes.maven.plugins</groupId>
+          <artifactId>echo-maven-plugin</artifactId>
+          <version>0.3.0</version>
+        </plugin>
+        <plugin>
+          <groupId>com.soebes.maven.plugins</groupId>
+          <artifactId>multienv-maven-plugin</artifactId>
+          <version>0.3.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.jacoco</groupId>
+          <artifactId>jacoco-maven-plugin</artifactId>
+          <version>0.8.1</version>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+  </build>
+</project>
diff --git a/src/it/projects/setup-jar-module-info/pom.xml b/src/it/projects/setup-jar-module-info/pom.xml
index ae65465..0976f94 100644
--- a/src/it/projects/setup-jar-module-info/pom.xml
+++ b/src/it/projects/setup-jar-module-info/pom.xml
@@ -18,10 +18,17 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
   <groupId>localhost</groupId>
   <artifactId>first-jar-module-info</artifactId>
   <version>99.0</version>
@@ -30,24 +37,4 @@
       Test Project to prepare a jar file which contains
       module-info.class file.
   </description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version>
-          <configuration>
-            <source>1.9</source>
-            <target>1.9</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>
diff --git a/src/it/projects/setup-jar/pom.xml b/src/it/projects/setup-jar/pom.xml
index 0fbcdc0..f883281 100644
--- a/src/it/projects/setup-jar/pom.xml
+++ b/src/it/projects/setup-jar/pom.xml
@@ -18,10 +18,18 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.maven.plugins.jlink.its</groupId>
+    <artifactId>mjlink-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
+
   <groupId>localhost</groupId>
   <artifactId>first-jar</artifactId>
   <version>99.0</version>
@@ -30,24 +38,4 @@
       Test Project to prepare a jar file which does not contain
       module-info.class file.
   </description>
-  <properties>
-    <maven.compiler.source>1.9</maven.compiler.source>
-    <maven.compiler.target>1.9</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.7.0</version>
-          <configuration>
-            <source>1.9</source>
-            <target>1.9</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>


[maven-jlink-plugin] 05/06: Define explicit order

Posted by kh...@apache.org.
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 37f2ae251dbf5e1734dc289b6fa0f76dc86b37e3
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 3 14:59:41 2018 +0100

    Define explicit order
---
 pom.xml                                                              | 5 ++---
 src/it/projects/{setup-jar => setup-02-jar}/invoker.properties       | 0
 src/it/projects/{setup-jar => setup-02-jar}/pom.xml                  | 0
 .../src/main/java/myproject/HelloWorld.java                          | 0
 .../invoker.properties                                               | 0
 .../{setup-jar-module-info => setup-03-jar-module-info}/pom.xml      | 0
 .../src/main/java/module-info.java                                   | 0
 .../src/main/java/myproject/HelloWorld.java                          | 0
 8 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index be01d7f..704e6dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.0.1</version>
             <configuration>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <environmentVariables>
@@ -217,8 +216,8 @@
               <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>
+                <setupInclude>setup-02-jar/pom.xml</setupInclude>
+                <setupInclude>setup-03-jar-module-info/pom.xml</setupInclude>
               </setupIncludes>
               <pomIncludes>
                 <pomInclude>**/pom.xml</pomInclude>
diff --git a/src/it/projects/setup-jar/invoker.properties b/src/it/projects/setup-02-jar/invoker.properties
similarity index 100%
rename from src/it/projects/setup-jar/invoker.properties
rename to src/it/projects/setup-02-jar/invoker.properties
diff --git a/src/it/projects/setup-jar/pom.xml b/src/it/projects/setup-02-jar/pom.xml
similarity index 100%
rename from src/it/projects/setup-jar/pom.xml
rename to src/it/projects/setup-02-jar/pom.xml
diff --git a/src/it/projects/setup-jar/src/main/java/myproject/HelloWorld.java b/src/it/projects/setup-02-jar/src/main/java/myproject/HelloWorld.java
similarity index 100%
rename from src/it/projects/setup-jar/src/main/java/myproject/HelloWorld.java
rename to src/it/projects/setup-02-jar/src/main/java/myproject/HelloWorld.java
diff --git a/src/it/projects/setup-jar-module-info/invoker.properties b/src/it/projects/setup-03-jar-module-info/invoker.properties
similarity index 100%
rename from src/it/projects/setup-jar-module-info/invoker.properties
rename to src/it/projects/setup-03-jar-module-info/invoker.properties
diff --git a/src/it/projects/setup-jar-module-info/pom.xml b/src/it/projects/setup-03-jar-module-info/pom.xml
similarity index 100%
rename from src/it/projects/setup-jar-module-info/pom.xml
rename to src/it/projects/setup-03-jar-module-info/pom.xml
diff --git a/src/it/projects/setup-jar-module-info/src/main/java/module-info.java b/src/it/projects/setup-03-jar-module-info/src/main/java/module-info.java
similarity index 100%
rename from src/it/projects/setup-jar-module-info/src/main/java/module-info.java
rename to src/it/projects/setup-03-jar-module-info/src/main/java/module-info.java
diff --git a/src/it/projects/setup-jar-module-info/src/main/java/myproject/HelloWorld.java b/src/it/projects/setup-03-jar-module-info/src/main/java/myproject/HelloWorld.java
similarity index 100%
rename from src/it/projects/setup-jar-module-info/src/main/java/myproject/HelloWorld.java
rename to src/it/projects/setup-03-jar-module-info/src/main/java/myproject/HelloWorld.java


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

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