This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new f71628f3540 CAUSEWAY-3892: moves release specific deploy config to
release profile (POM)
f71628f3540 is described below
commit f71628f35400cebc8feb831185c077cf3d4be176
Author: Andi Huber <[email protected]>
AuthorDate: Thu May 29 05:45:14 2025 +0200
CAUSEWAY-3892: moves release specific deploy config to release profile
(POM)
---
bom/pom.xml | 14 --------------
parent/pom.xml | 27 +++++++++++++++++++++------
2 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 029f2fdba3d..7e3ed93cd77 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -2027,20 +2027,6 @@ identified
</repository>
</repositories>
- <distributionManagement>
- <repository>
- <id>apache.releases.https</id>
- <name>Apache Release Distribution Repository</name>
- <url>
-
https://repository.apache.org/service/local/staging/deploy/maven2</url>
- </repository>
- <snapshotRepository>
- <id>apache.snapshots.https</id>
- <name>${distMgmtSnapshotsName}</name>
- <url>${distMgmtSnapshotsUrl}</url>
- </snapshotRepository>
- </distributionManagement>
-
<!-- META DATA -->
<url>https://causeway.apache.org</url>
diff --git a/parent/pom.xml b/parent/pom.xml
index d270f6f32c0..22ffa0cf0c5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -70,20 +70,22 @@
<maven-surefire-report-plugin.version>3.5.3</maven-surefire-report-plugin.version>
<!-- for surefire, failsafe and surefire-report -->
<maven.plugin.tools.version>3.15.1</maven.plugin.tools.version>
-
- <maven.jar.phase>package</maven.jar.phase> <!-- override with 'none'
for artifacts that need to skip the maven-jar-plugin-->
-
+
+ <maven.jar.phase>package</maven.jar.phase> <!-- override with 'none'
for
+ artifacts that need to skip the maven-jar-plugin-->
+
<!-- config migrated here from core POM -->
<git-plugin.gitDir>${project.basedir}/.git</git-plugin.gitDir>
<dependency.locations.enabled>false</dependency.locations.enabled>
<testsToExclude>**/*IntegrationTest.java</testsToExclude>
-
<checkstyle.configLocation>${project.basedir}/core/codequality/checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>
+
${project.basedir}/core/codequality/checkstyle.xml</checkstyle.configLocation>
<pmd.ruleset>${project.basedir}/core/codequality/pmd.xml</pmd.ruleset>
</properties>
<build>
-
+
<resources>
<resource>
<filtering>true</filtering>
@@ -103,7 +105,7 @@
</excludes>
</resource>
</resources>
-
+
<pluginManagement>
<plugins>
<!-- set versions of common plugins for reproducibility,
ordered
@@ -862,6 +864,19 @@
<properties>
<skipTests>true</skipTests>
</properties>
+ <distributionManagement>
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+ <url>
+
https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>${distMgmtSnapshotsName}</name>
+ <url>${distMgmtSnapshotsUrl}</url>
+ </snapshotRepository>
+ </distributionManagement>
<build>
<plugins>
<plugin>