You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/06 14:45:54 UTC

(myfaces-tobago) 02/03: build(deps): downgrade maven-source-plugin

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

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 67ec815dd0a9b4a5ef124837718ab62962a7f7b7
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 6 15:43:10 2023 +0100

    build(deps): downgrade maven-source-plugin
    
    Downgrade from 3.3.0 to 3.2.1 to avoid an issue when executing: mvn release:prepare
    
    Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar-no-fork (attach-sources) on project tobago-config-dev: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6dc26d1870..6b5d359974 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.2.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>