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:38:10 UTC

[maven-artifact-plugin] 01/01: [MARTIFACT-37] Mark Spring Boot Maven Plugin as not reproducible

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 69f3300f5735410d88117fd4a8486c119c55da22
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Feb 1 15:19:10 2023 +0100

    [MARTIFACT-37] Mark Spring Boot Maven Plugin as not reproducible
---
 .../buildinfo/not-reproducible-plugins.properties         | 15 ++++++++-------
 src/site/apt/plugin-issues.apt                            | 12 ++++++------
 2 files changed, 14 insertions(+), 13 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 21f3a69..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.springframework.boot+springboot-maven-plugin=2.3.0-M4
+
+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 b19b016..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.springframework.boot | springboot-maven-plugin | 2.3.0-M4 | 
+| org.jboss.jandex | jandex-maven-plugin | - | no fixed release available, see {{{https://github.com/wildfly/jandex-maven-plugin/pull/35}reference}}
 *--------+--------------------------------------------------------------------+-------+--------------+
-| org.vafer | jdeb | 1.10 | 
+| org.springframework.boot | spring-boot-maven-plugin | - | no fixed release available, see {{{https://github.com/spring-projects/spring-boot/issues/21005}reference}}
 *--------+--------------------------------------------------------------------+-------+--------------+
-| org.jboss.jandex | jandex-maven-plugin | - | no fixed release available, see {{{https://github.com/wildfly/jandex-maven-plugin/pull/35}reference}}
+| org.vafer | jdeb | 1.10 | 
 *----------+------------------------------------------------------------------+-------+--------------+