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/13 10:36:49 UTC

(myfaces-tobago) branch main updated: build(deps): use maven-source-plugin < 3.3.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new efa056d041 build(deps): use maven-source-plugin < 3.3.0
efa056d041 is described below

commit efa056d04103e037445ff3cee1c4fdd5fe1fcf70
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Nov 13 11:29:15 2023 +0100

    build(deps): use maven-source-plugin < 3.3.0
    
    The maven-source-plugin 3.3.0 must not be configured twice. Currently Tobago uses MyFaces-master-pom 19 which is based on Apache-pom 21. Try to upgrade the maven-source-plugin if a new MyFaces-master-pom version is created.
---
 .github/dependabot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2397a9a52c..a82553164a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,6 +27,10 @@ updates:
     schedule:
       interval: "daily"
     ignore:
+      # since 3.3.0 maven-source-plugin must not configured twice; try upgrade if using myfaces-master-pom version 20
+      - dependency-name: "org.apache.maven.plugins:maven-source-plugin"
+        versions:
+          - ">= 3.3.0"
       - dependency-name: "org.antlr:stringtemplate"
         versions:
           - ">= 4.0.0"
@@ -88,6 +92,10 @@ updates:
     schedule:
       interval: "daily"
     ignore:
+      # since 3.3.0 maven-source-plugin must not configured twice; try upgrade if using myfaces-master-pom version 20
+      - dependency-name: "org.apache.maven.plugins:maven-source-plugin"
+        versions:
+          - ">= 3.3.0"
       # Jetty >= 10 requires jdk 11
       - dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
         versions: