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/20 11:27:54 UTC

[isis] branch master updated: ISIS-2341: trying to fix jib build (4)

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 1efa8ac  ISIS-2341: trying to fix jib build (4)
1efa8ac is described below

commit 1efa8ac904a533ee914b8946c537b944c56d0ee7
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 13:27:45 2020 +0200

    ISIS-2341: trying to fix jib build (4)
---
 examples/demo/vaadin/pom.xml | 3 ++-
 examples/demo/wicket/pom.xml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/examples/demo/vaadin/pom.xml b/examples/demo/vaadin/pom.xml
index 56526bf..a54f7fa 100644
--- a/examples/demo/vaadin/pom.xml
+++ b/examples/demo/vaadin/pom.xml
@@ -28,6 +28,7 @@
 	<packaging>${packaging.type}</packaging>
 
 	<properties>
+		<sonar.skip>true</sonar.skip>
 		<packaging.type>jar</packaging.type>
 
 		<maven-war-plugin.warName>${project.artifactId}</maven-war-plugin.warName>
@@ -95,7 +96,7 @@
 	
 		<dependency>
 			<groupId>org.apache.isis.examples.apps</groupId>
-			<artifactId>demo</artifactId>
+			<artifactId>demo-domain</artifactId>
 			<version>${project.version}</version>
 			<type>jar</type>
 		</dependency>
diff --git a/examples/demo/wicket/pom.xml b/examples/demo/wicket/pom.xml
index 8319034..9f997fe 100644
--- a/examples/demo/wicket/pom.xml
+++ b/examples/demo/wicket/pom.xml
@@ -28,6 +28,7 @@
 	<packaging>${packaging.type}</packaging>
 
 	<properties>
+		<sonar.skip>true</sonar.skip>
 		<packaging.type>jar</packaging.type>
 
 		<maven-war-plugin.warName>${project.artifactId}</maven-war-plugin.warName>
@@ -63,7 +64,7 @@
 	
 		<dependency>
 			<groupId>org.apache.isis.examples.apps</groupId>
-			<artifactId>demo</artifactId>
+			<artifactId>demo-domain</artifactId>
 			<version>${project.version}</version>
 			<type>jar</type>
 		</dependency>