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/11 15:04:05 UTC

[isis] branch master updated: ISIS-2445: pom fixes: missing dependencies; missing repo entry for local fs deploy

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 85124b040d ISIS-2445: pom fixes: missing dependencies; missing repo entry for local fs deploy
85124b040d is described below

commit 85124b040d067c6d8b3d962aacd0a76298572e39
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 11 17:03:57 2022 +0200

    ISIS-2445: pom fixes: missing dependencies; missing repo entry for local
    fs deploy
---
 examples/demo/domain/pom.xml | 6 ------
 isis-parent/pom.xml          | 7 +++++++
 pom.xml                      | 2 ++
 starters/pom.xml             | 7 +++++++
 4 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/examples/demo/domain/pom.xml b/examples/demo/domain/pom.xml
index 2fe30d6c84..cb535db03f 100644
--- a/examples/demo/domain/pom.xml
+++ b/examples/demo/domain/pom.xml
@@ -55,12 +55,6 @@
 
 		<!-- EXTENSIONS -->
 
-		<dependency>
-			<groupId>org.apache.isis.incubator.clients</groupId>
-			<artifactId>isis-client-kroviz</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-
 		<dependency>
 			<groupId>org.apache.isis.extensions</groupId>
 			<artifactId>isis-extensions-pdfjs-applib</artifactId>
diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index db1ee0057c..960e717bb5 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -1100,6 +1100,13 @@ under the License.
 					<name>nightly-localfs-repo</name>
 				</property>
 			</activation>
+			<repositories>
+		        <repository>
+			        <id>nightly-localfs-repo</id> 
+			        <name>Temporary Local Filesystem Staging Repository</name> 
+			        <url>file://${MVN_SNAPSHOTS_PATH}</url> 
+			    </repository>
+    		</repositories>
 			<distributionManagement>
 				<repository>
 			        <id>nightly-localfs-repo</id> 
diff --git a/pom.xml b/pom.xml
index e3fa83c4eb..33affed00b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,6 +192,7 @@
 				<module>examples/demo/wicket/jdo</module>
 				<module>examples/demo/wicket/jpa</module>
 				<!-- prerequisites ... -->
+				<module>examples/demo/domain</module>
 				<module>examples/demo/web</module>
 			</modules>
 		</profile>
@@ -208,6 +209,7 @@
 				<module>examples/demo/vaadin</module>
 				<!-- prerequisites ... -->
 				<module>incubator/viewers/vaadin</module>
+				<module>examples/demo/domain</module>
 				<module>examples/demo/web</module>
 				<module>examples/demo/wicket/common</module>
 				<module>examples/demo/wicket/jdo</module>
diff --git a/starters/pom.xml b/starters/pom.xml
index 42ac097f16..8cccd6a379 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -487,6 +487,13 @@
 					<name>nightly-localfs-repo</name>
 				</property>
 			</activation>
+			<repositories>
+		        <repository>
+			        <id>nightly-localfs-repo</id> 
+			        <name>Temporary Local Filesystem Staging Repository</name> 
+			        <url>file://${MVN_SNAPSHOTS_PATH}</url> 
+			    </repository>
+    		</repositories>
 			<distributionManagement>
 				<repository>
 			        <id>nightly-localfs-repo</id>