You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bm...@apache.org on 2020/12/16 21:31:18 UTC

[maven-jlink-plugin] branch MJLINK-47 updated (3d5fe3b -> dc3c6e5)

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

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


 discard 3d5fe3b  MJLINK-47 let plexus-archiver define plexus-utils version
 discard ba3cbc1  [MJLINK-47] - Upgrade plexus-archiver to 4.2.3
     add 244ce72  Bump mockito-core from 3.5.13 to 3.6.28
     add b0eb4e8  small code cleanup
     add 1a7f67e   upgrade org.ow2.asm:asm from 6.0 to 9.0 in integration test
     add bf14da8  Bump mrm-maven-plugin from 1.1.0 to 1.2.0
     add 7a44a7e  [MJLINK-41] add support for --add-options argument (JDK14+).
     new 721502e  [MJLINK-47] - Upgrade plexus-archiver to 4.2.3
     new dc3c6e5  MJLINK-47 let plexus-archiver define plexus-utils version

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   (3d5fe3b)
            \
             N -- N -- N   refs/heads/MJLINK-47 (dc3c6e5)

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 2 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                                            |  4 +-
 .../projects/MJLINK-3_improveVerboseOutput/pom.xml |  2 +-
 .../invoker.properties                             |  4 +-
 .../pom.xml                                        | 21 +++--
 .../src/main/configs/config.test                   |  0
 .../verify.groovy                                  |  8 +-
 .../add-options}/invoker.properties                |  3 +-
 .../{endian-big => add-options}/pom.xml            | 19 ++---
 .../src/main/configs/config.test                   |  0
 .../add-options}/verify.groovy                     |  9 +-
 .../maven/plugins/jlink/AbstractJLinkMojo.java     | 32 +------
 .../org/apache/maven/plugins/jlink/JLinkMojo.java  | 97 +++++++++++++++++-----
 .../maven/plugins/jlink/AbstractJLinkMojoTest.java | 10 +--
 13 files changed, 121 insertions(+), 88 deletions(-)
 copy src/it/projects/{MJLINK-52_classifiers_duplicate_default => MJLINK-41_addoptions-11}/invoker.properties (88%)
 copy src/it/projects/{cli-options/bind-services => MJLINK-41_addoptions-11}/pom.xml (80%)
 copy src/it/projects/{cli-options/suggest-providers => MJLINK-41_addoptions-11}/src/main/configs/config.test (100%)
 copy src/it/projects/{MJLINK-6_allowSetJmodPath => MJLINK-41_addoptions-11}/verify.groovy (82%)
 copy src/it/projects/{MJLINK-52_classifiers => cli-options/add-options}/invoker.properties (90%)
 copy src/it/projects/cli-options/{endian-big => add-options}/pom.xml (82%)
 copy src/it/projects/cli-options/{suggest-providers => add-options}/src/main/configs/config.test (100%)
 copy src/it/projects/{MJLINK-36_toolchainjdk8 => cli-options/add-options}/verify.groovy (77%)


[maven-jlink-plugin] 02/02: MJLINK-47 let plexus-archiver define plexus-utils version

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dc3c6e5ce5c87435ee46190dd5733f8fa5f86e67
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 14 23:51:19 2020 +0100

    MJLINK-47 let plexus-archiver define plexus-utils version
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 672f98f..07fe0dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,12 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-utils</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>


[maven-jlink-plugin] 01/02: [MJLINK-47] - Upgrade plexus-archiver to 4.2.3

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 721502ef52d3a8ae2f9323810bdf91def58a6a11
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Jun 12 08:57:21 2020 +0200

    [MJLINK-47] - Upgrade plexus-archiver to 4.2.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55b6659..672f98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.1.0</version>
+      <version>4.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>