You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/20 01:34:39 UTC

[maven-jlink-plugin] branch master updated (c7bd697 -> 85ee68c)

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

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


    from c7bd697  updated links to https
     new bcda892  Bump actions/cache from v2.1.1 to v2.1.3
     new 6740068  Bump commons-lang3 from 3.6 to 3.11
     new 47f51c4  Create Dependabot config file
     new ee54439  Enable Java 16-ea, 17-ea tests
     new a7c014e  Fixed typo
     new 383febe  Update plugins to latest versions
     new 85ee68c  Upgrade Fluido Skin to 1.9

The 7 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:
 .asf.yaml => .github/dependabot.yml                | 36 ++++++++++++++--------
 .github/workflows/maven.yml                        |  8 ++---
 pom.xml                                            | 35 ++++++++++++++++++++-
 .../org/apache/maven/plugins/jlink/JLinkMojo.java  |  2 +-
 src/site/site.xml                                  | 34 +++++++++++++++++---
 5 files changed, 92 insertions(+), 23 deletions(-)
 copy .asf.yaml => .github/dependabot.yml (60%)


[maven-jlink-plugin] 02/07: Bump commons-lang3 from 3.6 to 3.11

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

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

commit 6740068e7491543fb0c638ba2bd592d80ab4058e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 01:31:11 2020 +0100

    Bump commons-lang3 from 3.6 to 3.11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d60424..5eebf01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.6</version>
+      <version>3.11</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>


[maven-jlink-plugin] 03/07: Create Dependabot config file

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

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

commit 47f51c43797136082c0f104fc6e7f8dbe595d0ca
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 01:18:18 2020 +0100

    Create Dependabot config file
---
 .github/dependabot.yml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..2d061e2
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,36 @@
+#
+#  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.
+#
+version: 2
+updates:
+- package-ecosystem: maven
+  directory: "/"
+  schedule:
+    interval: daily
+    time: '04:00'
+  open-pull-requests-limit: 10
+  ignore:
+    # Ignore Maven 3.2.1+
+    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-tools
+      versions:
+        - ">=3.2.0"
+    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness
+      versions:
+        - ">=3.2.0"
+- package-ecosystem: "github-actions"
+  directory: "/"
+  schedule:
+    interval: "daily"
\ No newline at end of file


[maven-jlink-plugin] 06/07: Update plugins to latest versions

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

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

commit 383febef3cd5bc4e706445c9f12e0c3a50342f44
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 02:27:22 2020 +0100

    Update plugins to latest versions
---
 pom.xml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5eebf01..4b8232e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
     <mavenVersion>3.1.1</mavenVersion>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
+    <mavenPluginToolsVersion>3.6.0</mavenPluginToolsVersion><!-- remove with upgrade to parent-pom 35 -->
     <project.build.outputTimestamp>2020-11-11T21:56:48Z</project.build.outputTimestamp>
   </properties>
 
@@ -86,6 +87,16 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
       <exclusions>
@@ -142,6 +153,11 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-component-annotations</artifactId>
+        <version>2.1.0</version>
+      </dependency>
+      <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
         <version>5.7.0</version>
@@ -154,6 +170,23 @@
   <build>
     <pluginManagement>
       <plugins>
+        <!-- remove with next parent upgrade -->
+        <plugin>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>3.2.0</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.9.1</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>


[maven-jlink-plugin] 05/07: Fixed typo

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

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

commit a7c014e6504d8fae0a344b4b16890ac6c080ab79
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 02:27:40 2020 +0100

    Fixed typo
---
 src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
index c2da7eb..b0b273b 100644
--- a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
@@ -106,7 +106,7 @@ public class JLinkMojo
      * These JVM arguments will be appended to the {@code lib/modules} file.<br>
      * <strong>This parameter requires at least JDK 14.<br></strong>
      *
-     * <p>The command line equivalent is: {@code jlink --add-options="…"}.</p>
+     * <p>The command line equivalent is: {@code jlink --add-options="..."}.</p>
      *
      * <p>Example:</p>
      *


[maven-jlink-plugin] 01/07: Bump actions/cache from v2.1.1 to v2.1.3

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

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

commit bcda89259390841ee88cdb9832ab50792c759285
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 01:30:37 2020 +0100

    Bump actions/cache from v2.1.1 to v2.1.3
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 81aa87b..7865ba8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Set up cache for ~./m2/repository
-        uses: actions/cache@v2.1.1
+        uses: actions/cache@v2.1.3
         with:
           path: ~/.m2/repository
           key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}


[maven-jlink-plugin] 04/07: Enable Java 16-ea, 17-ea tests

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

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

commit ee5443934a49904949b2079ac5ce63962bba5b8f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 01:33:52 2020 +0100

    Enable Java 16-ea, 17-ea tests
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7865ba8..f7f8819 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,8 +24,8 @@ jobs:
 
     strategy:
       matrix:
-        os: [ 'Ubuntu-20.04', windows-latest ]
-        java: [ 8, 11, 15 ]
+        os: [ ubuntu-latest, windows-latest, macOS-latest ]
+        java: [ 8, 11, 16-ea, 17-ea ]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -74,5 +74,5 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn verify -e -B -V -Prun-its
+        run: mvn verify -e -B -V -ntp -Prun-its
 


[maven-jlink-plugin] 07/07: Upgrade Fluido Skin to 1.9

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

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

commit 85ee68cae705d87402c2ffd93c71872be49f4459
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 02:28:02 2020 +0100

    Upgrade Fluido Skin to 1.9
---
 src/site/site.xml | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index c0076db..efc990f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,9 +19,35 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
->
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>https://maven.apache.org/images/apache-maven-project.png</src>
+    <href>https://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>https://maven.apache.org/images/maventxt_logo_200.gif</src>
+  </bannerRight>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>true</sideBarEnabled>
+      <googleSearch>
+        <sitesearch>${project.url}</sitesearch>
+      </googleSearch>
+      <gitHub>
+        <projectId>apache/maven-jlink-plugin</projectId>
+        <ribbonOrientation>right</ribbonOrientation>
+        <ribbonColor>gray</ribbonColor>
+      </gitHub>
+    </fluidoSkin>
+  </custom>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html" />
@@ -29,7 +55,7 @@
       <item name="Usage" href="usage.html" />
       <!-- <item name="FAQ" href="faq.html"/> -->
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/" />
+      <item name="License" href="https://www.apache.org/licenses/" />
       <item name="Download" href="download.html" />
     </menu>
     <!-- <menu name="Examples"> -->