You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/09/14 16:38:27 UTC

[isis] 02/06: ISIS-1965: still stuck in isis-validate

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit a302ca07720ab93c4e6fd6641750c91cb5e8ca8e
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Sep 14 15:57:09 2018 +0100

    ISIS-1965: still stuck in isis-validate
    
    disabling isis-validate, changes to DEBUG logging for integtests
---
 .gitlab-ci.yml                                                          | 1 +
 .../application/simpleapp/module-simple/logging-integtest.properties    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e13c9e..60ee73e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,6 +61,7 @@ build-package-push:
     - >
       mvn --batch-mode \
           install \
+          -Dskip.isis-validate \
           -Drevision=$REVISION \
           -Disis.version=$REVISION \
           $CORE_ADDITIONAL_OPTS \
diff --git a/example/application/simpleapp/module-simple/logging-integtest.properties b/example/application/simpleapp/module-simple/logging-integtest.properties
index a3a512b..cd0606a 100644
--- a/example/application/simpleapp/module-simple/logging-integtest.properties
+++ b/example/application/simpleapp/module-simple/logging-integtest.properties
@@ -19,7 +19,7 @@
 #
 # Isis uses log4j is used to provide system logging
 #
-log4j.rootCategory=INFO, Console
+log4j.rootCategory=DEBUG, Console
 
 # The console appender
 log4j.appender.Console=org.apache.log4j.ConsoleAppender