You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/10 10:13:19 UTC

[isis] branch master updated: ISIS-2445: redirect local staging repo to nightly (3)

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 aa77967b73 ISIS-2445: redirect local staging repo to nightly (3)
aa77967b73 is described below

commit aa77967b7325aa4fd4250f9b0f050d4c4a7b0f55
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Apr 10 12:13:12 2022 +0200

    ISIS-2445: redirect local staging repo to nightly (3)
---
 isis-parent/pom.xml | 7 +++++++
 starters/pom.xml    | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index c0d3d26782..b6ab17a565 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -1147,6 +1147,13 @@ under the License.
 					<name>nightly-stage2</name>
 				</property>
 			</activation>
+			<distributionManagement>
+				<repository>
+			        <id>local.staging.repo</id> 
+			        <name>Temporary Local Filesystem Staging Repository</name> 
+			        <url>file://${project.build.directory}/mvn-artifact</url> 
+			    </repository> 
+			</distributionManagement>
 			<build>
 				<plugins>
 					<plugin>
diff --git a/starters/pom.xml b/starters/pom.xml
index eb1822ca3e..6a82755366 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -516,6 +516,13 @@
 					<name>nightly-stage2</name>
 				</property>
 			</activation>
+			<distributionManagement>
+				<repository>
+			        <id>local.staging.repo</id> 
+			        <name>Temporary Local Filesystem Staging Repository</name> 
+			        <url>file://${project.build.directory}/mvn-artifact</url> 
+			    </repository> 
+			</distributionManagement>
 			<build>
 				<plugins>
 					<plugin>