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/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 2989dce378 ISIS-2445: use separate env var for nightly-localfs-repo
2989dce378 is described below
commit 2989dce378f34ecef1309abdaa8c872d84f1d323
Author: Andi Huber <[email protected]>
AuthorDate: Mon Apr 11 12:43:03 2022 +0200
ISIS-2445: use separate env var for nightly-localfs-repo
- MVN_SNAPSHOTS_PATH
---
isis-parent/pom.xml | 4 ++--
starters/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index 41821f2403..db1ee0057c 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -1104,7 +1104,7 @@ under the License.
<repository>
<id>nightly-localfs-repo</id>
<name>Temporary Local Filesystem Staging
Repository</name>
-
<url>file://${NIGHTLY_ROOT_PATH}/mvn-snapshots</url>
+ <url>file://${MVN_SNAPSHOTS_PATH}</url>
</repository>
</distributionManagement>
<build>
@@ -1114,7 +1114,7 @@ under the License.
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${NIGHTLY_ROOT_PATH}/mvn-snapshots
+
nightly-localfs-repo::default::file://${MVN_SNAPSHOTS_PATH}
</altDeploymentRepository>
</configuration>
</plugin>
diff --git a/starters/pom.xml b/starters/pom.xml
index 76b065bf87..77ef41fc06 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -491,7 +491,7 @@
<repository>
<id>nightly-localfs-repo</id>
<name>Temporary Local Filesystem Staging
Repository</name>
-
<url>file://${NIGHTLY_ROOT_PATH}/mvn-snapshots</url>
+ <url>file://${MVN_SNAPSHOTS_PATH}</url>
</repository>
</distributionManagement>
<build>
@@ -501,7 +501,7 @@
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>
-
nightly-localfs-repo::default::file://${NIGHTLY_ROOT_PATH}/mvn-snapshots
+
nightly-localfs-repo::default::file://${MVN_SNAPSHOTS_PATH}
</altDeploymentRepository>
</configuration>
</plugin>