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 16:43:35 UTC

[maven-jlink-plugin] branch fix created (now 481af12)

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

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


      at 481af12  fixed typo

This branch includes the following new commits:

     new 911a4d0  Revert "Update plugins to latest versions"
     new 481af12  fixed typo

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.



[maven-jlink-plugin] 01/02: Revert "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 fix
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

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

    Revert "Update plugins to latest versions"
---
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 503cbb1..2274ead 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,16 +86,6 @@
     </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>
@@ -152,11 +142,6 @@
   <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>


[maven-jlink-plugin] 02/02: 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 fix
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 481af12343e6724f1a7429d2ab1a7967ef2d9fda
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 20 17:22:55 2020 +0100

    fixed typo
---
 .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 f7f8819..02aa4a3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -74,5 +74,5 @@ jobs:
           java-version: ${{ matrix.java }}
 
       - name: Build with Maven
-        run: mvn verify -e -B -V -ntp -Prun-its
+        run: mvn verify -e -B -V -Prun-its