You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/02/03 11:43:38 UTC

[maven-artifact-plugin] branch MARTIFACT-32 updated (69f3300 -> 79da42f)

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

michaelo pushed a change to branch MARTIFACT-32
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


 discard 69f3300  [MARTIFACT-37] Mark Spring Boot Maven Plugin as not reproducible
     add a0cc9f7  [MARTIFACT-37] Mark Spring Boot Maven Plugin as not reproducible
     new 79da42f  [MARTIFACT-32] Add new plugins issues/fixes

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   (69f3300)
            \
             N -- N -- N   refs/heads/MARTIFACT-32 (79da42f)

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 1 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:


[maven-artifact-plugin] 01/01: [MARTIFACT-32] Add new plugins issues/fixes

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

michaelo pushed a commit to branch MARTIFACT-32
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git

commit 79da42fb1d5d072cc54dd29e0a8acf0f25ac8a36
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Feb 1 15:19:10 2023 +0100

    [MARTIFACT-32] Add new plugins issues/fixes
    
    This closes #11
---
 .../artifact/buildinfo/not-reproducible-plugins.properties  | 13 +++++++------
 src/site/apt/plugin-issues.apt                              | 10 +++++-----
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties b/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties
index a365d13..3404d7a 100644
--- a/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties
+++ b/src/main/resources/org/apache/maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties
@@ -31,8 +31,7 @@ maven-plugin-plugin=3.5.1
 # https://issues.apache.org/jira/browse/MPLUGIN-326
 maven-remote-resources-plugin=1.7.0
 # https://issues.apache.org/jira/browse/MRRESOURCES-114
-maven-shade-plugin=3.2.3
-# https://issues.apache.org/jira/browse/MSHADE-352
+maven-shade-plugin=fail:https://issues.apache.org/jira/browse/MSHADE-420
 maven-source-plugin=3.2.1
 # https://issues.apache.org/jira/browse/MSOURCES-123
 maven-war-plugin=3.3.1
@@ -48,10 +47,11 @@ maven-acr-plugin=3.2.0
 
 org.antlr+antlr3-maven-plugin=fail:https://github.com/antlr/antlr3/pull/195
 
-org.apache.felix+maven-bundle-plugin=5.1.4
+org.apache.felix+maven-bundle-plugin=5.1.5
 # https://issues.apache.org/jira/browse/FELIX-6495
 # https://issues.apache.org/jira/browse/FELIX-6496
-org.apache.karaf.tooling+karaf-maven-plugin=fail:https://issues.apache.org/jira/browse/KARAF-7367
+org.apache.karaf.tooling+karaf-maven-plugin=4.3.7
+# https://issues.apache.org/jira/browse/KARAF-7367
 org.apache.nifi+nifi-nar-maven-plugin=1.3.4
 # https://issues.apache.org/jira/browse/NIFI-9857
 org.apache.servicemix.tooling+depends-maven-plugin=fail:https://issues.apache.org/jira/browse/SM-5021
@@ -67,11 +67,12 @@ org.codehaus.mojo+flatten-maven-plugin=fail:https://github.com/mojohaus/flatten-
 org.eclipse.sisu+sisu-maven-plugin=0.3.4
 # https://github.com/eclipse/sisu.inject/pull/5
 org.eclipse.jetty+jetty-jspc-maven-plugin=fail:https://github.com/eclipse/jetty.project/
-# 
+
+org.jboss.jandex+jandex-maven-plugin=fail:https://github.com/wildfly/jandex-maven-plugin/pull/35
+
 org.springframework.boot+spring-boot-maven-plugin=fail:https://github.com/spring-projects/spring-boot/issues/21005
 #
 
 org.vafer+jdeb=1.10
 # https://github.com/tcurdt/jdeb/pull/363
 
-org.jboss.jandex+jandex-maven-plugin=fail:https://github.com/wildfly/jandex-maven-plugin/pull/35
diff --git a/src/site/apt/plugin-issues.apt b/src/site/apt/plugin-issues.apt
index a25f363..1344675 100644
--- a/src/site/apt/plugin-issues.apt
+++ b/src/site/apt/plugin-issues.apt
@@ -46,7 +46,7 @@ Usage
 *--------+--------------------------------------------------------------------+-------+--------------+
 | org.apache.maven.plugins | {{{/plugins/maven-remote-resources-plugin/}maven-remote-resources-plugin}} | 1.7.0 | 
 *--------+--------------------------------------------------------------------+-------+--------------+
-| org.apache.maven.plugins | {{{/plugins/maven-shade-plugin/}maven-shade-plugin}} | 3.2.3 | 
+| org.apache.maven.plugins | {{{/plugins/maven-shade-plugin/}maven-shade-plugin}} | - | no fixed release available, see {{{https://issues.apache.org/jira/browse/MSHADE-420}reference}}
 *--------+--------------------------------------------------------------------+-------+--------------+
 | org.apache.maven.plugins | {{{/plugins/maven-source-plugin/}maven-source-plugin}} | 3.2.1 | 
 *--------+--------------------------------------------------------------------+-------+--------------+
@@ -60,9 +60,9 @@ Usage
 *--------+--------------------------------------------------------------------+-------+--------------+
 | org.antlr | antlr3-maven-plugin | - | no fixed release available, see {{{https://github.com/antlr/antlr3/pull/195}reference}}
 *--------+--------------------------------------------------------------------+-------+--------------+
-| org.apache.felix | maven-bundle-plugin | 5.1.4 | 
+| org.apache.felix | maven-bundle-plugin | 5.1.5 | 
 *--------+--------------------------------------------------------------------+-------+--------------+
-| org.apache.karaf.tooling | karaf-maven-plugin | - | no fixed release available, see {{{https://issues.apache.org/jira/browse/KARAF-7367}reference}}
+| org.apache.karaf.tooling | karaf-maven-plugin | 4.3.7 | 
 *--------+--------------------------------------------------------------------+-------+--------------+
 | org.apache.nifi | nifi-nar-maven-plugin | 1.3.4 | 
 *--------+--------------------------------------------------------------------+-------+--------------+
@@ -80,9 +80,9 @@ Usage
 *--------+--------------------------------------------------------------------+-------+--------------+
 | org.eclipse.jetty | jetty-jspc-maven-plugin | - | no fixed release available, see {{{https://github.com/eclipse/jetty.project/}reference}}
 *--------+--------------------------------------------------------------------+-------+--------------+
+| org.jboss.jandex | jandex-maven-plugin | - | no fixed release available, see {{{https://github.com/wildfly/jandex-maven-plugin/pull/35}reference}}
+*--------+--------------------------------------------------------------------+-------+--------------+
 | org.springframework.boot | spring-boot-maven-plugin | - | no fixed release available, see {{{https://github.com/spring-projects/spring-boot/issues/21005}reference}}
 *--------+--------------------------------------------------------------------+-------+--------------+
 | org.vafer | jdeb | 1.10 | 
-*--------+--------------------------------------------------------------------+-------+--------------+
-| org.jboss.jandex | jandex-maven-plugin | - | no fixed release available, see {{{https://github.com/wildfly/jandex-maven-plugin/pull/35}reference}}
 *----------+------------------------------------------------------------------+-------+--------------+