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 10:26:58 UTC

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

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

commit e29f14a21f14f293585f270eea2c6c848a2efaa3
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 12:26:44 2020 +0200

    ISIS-2341: trying to fix jib build (2)
---
 examples/demo/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/demo/pom.xml b/examples/demo/pom.xml
index d898f98..0e3db85 100644
--- a/examples/demo/pom.xml
+++ b/examples/demo/pom.xml
@@ -18,7 +18,8 @@
         <groupId>org.apache.isis.app</groupId>
         <artifactId>isis-app-starter-parent</artifactId>
         <version>2.0.0-SNAPSHOT</version>
-        <relativePath/>
+		<!-- explicitly setting the path so sonar analysis does not fail parsing this? -->
+        <relativePath>../../starters/pom.xml</relativePath>
     </parent>
 
 	<groupId>org.apache.isis.examples.apps</groupId>