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 2020/05/02 11:28:37 UTC

[isis] branch master updated: ISIS-2340: exclude krovic from CI build (seems broken)

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 596abf1  ISIS-2340: exclude krovic from CI build (seems broken)
596abf1 is described below

commit 596abf164c5426a6dc20df28f645458ca95cf660
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat May 2 13:28:24 2020 +0200

    ISIS-2340: exclude krovic from CI build (seems broken)
---
 core-parent/pom.xml | 21 +++++++++++++--------
 incubator/pom.xml   |  1 -
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/core-parent/pom.xml b/core-parent/pom.xml
index 81e9e8a..8c3432b 100644
--- a/core-parent/pom.xml
+++ b/core-parent/pom.xml
@@ -885,10 +885,6 @@ under the License.
 			<modules>
 				<module>../core</module>
 				<module>../extensions</module>
-<!--
-				<module>../incubator</module>
-				<module>../legacy</module>
--->
 				<module>../mappings</module>
 				<module>../mavendeps</module>
 				<module>../starters</module>
@@ -905,10 +901,6 @@ under the License.
 			<modules>
 				<module>../core</module>
 				<module>../extensions</module>
-<!--
-				<module>../incubator</module>
-				<module>../legacy</module>
--->
 				<module>../mappings</module>
 				<module>../mavendeps</module>
 				<module>../starters</module>
@@ -940,6 +932,18 @@ under the License.
 		</profile>
 
 		<profile>
+			<id>kroviz-module</id>
+			<activation>
+				<property>
+					<name>kroviz-module</name>
+				</property>
+			</activation>
+			<modules>
+				<module>../incubator/clients/kroviz</module>
+			</modules>
+		</profile>
+
+		<profile>
 			<id>demo-app-module</id>
 			<activation>
 				<property>
@@ -948,6 +952,7 @@ under the License.
 			</activation>
 			<modules>
 				<module>../examples/demo</module>
+				<module>../examples/demo-wicket</module>
 				<module>../examples/demo-vaadin</module>
 			</modules>
 		</profile>
diff --git a/incubator/pom.xml b/incubator/pom.xml
index 9e1d781..10f9238 100644
--- a/incubator/pom.xml
+++ b/incubator/pom.xml
@@ -120,7 +120,6 @@
 		<module>core/model</module>
 		<module>mappings/microprofile</module>
 		<module>viewers/vaadin</module>
-		<module>clients/kroviz</module>
 	</modules>
 
 </project>