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 ff99665fc22 CAUSEWAY-3892: ditch the nightly deploy profiles
ff99665fc22 is described below
commit ff99665fc222902be9af6e4c0b31341a93813fdc
Author: Andi Huber <[email protected]>
AuthorDate: Thu May 29 07:02:28 2025 +0200
CAUSEWAY-3892: ditch the nightly deploy profiles
- its simpler to just us an alt deploy from mvn commandline
---
parent/pom.xml | 28 ----------------------------
pom.xml | 29 -----------------------------
starters/pom.xml | 29 -----------------------------
3 files changed, 86 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 22ffa0cf0c5..818a7c2916c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1258,34 +1258,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>nightly-localfs-repo</id>
- <activation>
- <property>
- <name>nightly-localfs-repo</name>
- </property>
- </activation>
- <distributionManagement>
- <repository>
- <id>nightly-localfs-repo</id>
- <name>Temporary Local Filesystem Staging Repository</name>
- <url>file://${MVN_SNAPSHOTS_PATH}</url>
- </repository>
- </distributionManagement>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.4</version>
- <configuration>
- <altDeploymentRepository>
-
nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
- </altDeploymentRepository>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
<profile>
<id>jacoco-report-xml</id>
<activation>
diff --git a/pom.xml b/pom.xml
index 14c6379e742..f0e441f87e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,35 +224,6 @@
</distributionManagement>
</profile>
- <profile>
- <id>nightly-localfs-repo</id>
- <activation>
- <property>
- <name>nightly-localfs-repo</name>
- </property>
- </activation>
- <distributionManagement>
- <repository>
- <id>nightly-localfs-repo</id>
- <name>Temporary Local Filesystem Staging Repository</name>
- <url>file://${MVN_SNAPSHOTS_PATH}</url>
- </repository>
- </distributionManagement>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.4</version>
- <configuration>
- <altDeploymentRepository>
-
nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
- </altDeploymentRepository>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
</project>
diff --git a/starters/pom.xml b/starters/pom.xml
index 1d319b00177..6e6a4c22eb5 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -363,34 +363,5 @@
</distributionManagement>
</profile>
- <profile>
- <id>nightly-localfs-repo</id>
- <activation>
- <property>
- <name>nightly-localfs-repo</name>
- </property>
- </activation>
- <distributionManagement>
- <repository>
- <id>nightly-localfs-repo</id>
- <name>Temporary Local Filesystem Staging
Repository</name>
- <url>file://${MVN_SNAPSHOTS_PATH}</url>
- </repository>
- </distributionManagement>
- <build>
- <plugins>
- <plugin>
-
<artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.4</version>
- <configuration>
- <altDeploymentRepository>
-
nightly-localfs-repo::file://${MVN_SNAPSHOTS_PATH}
- </altDeploymentRepository>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
</profiles>
</project>