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/01 14:19:22 UTC

[maven-artifact-plugin] branch master updated: [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 master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a0cc9f7  [MARTIFACT-37] Mark Spring Boot Maven Plugin as not reproducible
a0cc9f7 is described below

commit a0cc9f7ef785b79b8e43e1e0abcb136a6a3acce1
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
---
 .../plugins/artifact/buildinfo/not-reproducible-plugins.properties      | 2 +-
 src/site/apt/plugin-issues.apt                                          | 2 +-
 2 files changed, 2 insertions(+), 2 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..a365d13 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
@@ -68,7 +68,7 @@ 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.springframework.boot+spring-boot-maven-plugin=fail:https://github.com/spring-projects/spring-boot/issues/21005
 #
 
 org.vafer+jdeb=1.10
diff --git a/src/site/apt/plugin-issues.apt b/src/site/apt/plugin-issues.apt
index b19b016..a25f363 100644
--- a/src/site/apt/plugin-issues.apt
+++ b/src/site/apt/plugin-issues.apt
@@ -80,7 +80,7 @@ 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.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 | 
 *--------+--------------------------------------------------------------------+-------+--------------+