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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f9905fdd9 CAUSEWAY-2445: try to fix nightly build
5f9905fdd9 is described below

commit 5f9905fdd91a41a9a9873c736110f65d2e4e6c65
Author: Andi Huber <[email protected]>
AuthorDate: Wed May 24 07:37:40 2023 +0200

    CAUSEWAY-2445: try to fix nightly build
    
    - maven-source-plugin 3.3.0 is more strict now, does not allow package
    duplicates
    
    - 
https://github.com/apache/maven-source-plugin/commit/c20e142cc40151c3060b54878cf21537719b2e63
---
 bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index eb22c9a6e1..49951dab50 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2393,10 +2393,10 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                                        <executions>
                                                <execution>
                                                        <id>package-jars</id>
-                                                       <phase>package</phase>
+                                                       <!-- 
<phase>package</phase> failing since maven-source-plugin 3.3.0 -->
                                                        <goals>
                                                                <goal>jar</goal>
-                                                               
<goal>test-jar</goal>
+                                                               <!-- 
<goal>test-jar</goal> failing since maven-source-plugin 3.3.0 -->
                                                        </goals>
                                                </execution>
                                        </executions>

Reply via email to