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/01/31 07:48:28 UTC

[isis] branch master updated: ISIS-2223: disable analysis for 'isis-subdomains-excel-integtests'

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 13a14c0  ISIS-2223: disable analysis for 'isis-subdomains-excel-integtests'
13a14c0 is described below

commit 13a14c0bc3e5d5f8638d08c3d1aca02aa0d46218
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 31 08:48:20 2020 +0100

    ISIS-2223: disable analysis for 'isis-subdomains-excel-integtests'
---
 subdomains/excel/integtests/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/subdomains/excel/integtests/pom.xml b/subdomains/excel/integtests/pom.xml
index 5136bca..8a5ce60 100644
--- a/subdomains/excel/integtests/pom.xml
+++ b/subdomains/excel/integtests/pom.xml
@@ -17,6 +17,15 @@
 
         <!-- TODO: reinstate -->
         <skipTests>true</skipTests>
+        
+        <!-- [ERROR] Failed to execute goal on project isis-subdomains-excel-integtests: 
+        Could not resolve dependencies for project 
+        org.apache.isis.subdomains:isis-subdomains-excel-integtests:jar:2.0.0-M3-SNAPSHOT: 
+        Failure to find org.apache.isis.mavendeps:isis-mavendeps-testing:pom:2.0.0-M3-SNAPSHOT 
+        in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, 
+        resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced  
+        -->
+        <sonar.skip>true</sonar.skip>
 
     	<jar-plugin.automaticModuleName>org.apache.isis.subdomains.excel.integtests</jar-plugin.automaticModuleName>
         <git-plugin.propertiesDir>org/apache/isis/subdomains/excel/integtests</git-plugin.propertiesDir>