This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new 18034379d1b CAUSEWAY-2445: attempted fix for script in prev. commit
(CI)
18034379d1b is described below
commit 18034379d1be04bde5b0c4ef023141a7090e9df7
Author: Andi Huber <[email protected]>
AuthorDate: Wed Jul 9 14:15:19 2025 +0200
CAUSEWAY-2445: attempted fix for script in prev. commit (CI)
---
scripts/ci/fix_eclipse_persistence_parent_pom.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/ci/fix_eclipse_persistence_parent_pom.sh
b/scripts/ci/fix_eclipse_persistence_parent_pom.sh
index 76bea80c3a6..8690108be7b 100644
--- a/scripts/ci/fix_eclipse_persistence_parent_pom.sh
+++ b/scripts/ci/fix_eclipse_persistence_parent_pom.sh
@@ -26,9 +26,10 @@ set -e
echo "=========== ECLIPSE PERSISTENCE PARENT POM FIX ==========="
-mvn dependency:get
-Dartifact=org.eclipse.persistence:org.eclipse.persistence.parent:4.0.7
+cd /tmp
+mvn dependency:get
-Dartifact=org.eclipse.persistence:org.eclipse.persistence.parent:4.0.7:pom
-DsonatypeOssDistMgmtStagingUrl=https://jakarta.oss.sonatype.org/content/repositories/staging/
-Dtransitive=false
OFFENDING_POM=~/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.7/org.eclipse.persistence.parent-4.0.7.pom
FIXED_POM=$1/org.eclipse.persistence.parent-4.0.7.pom
-cp -fv ${OFFENDING_POM} ${FIXED_POM}
+cp -fv ${FIXED_POM} ${OFFENDING_POM}