Repository: cayenne Updated Branches: refs/heads/STABLE-3.1 bf01e60ec -> af1e4eef5
Enable travis Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/af1e4eef Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/af1e4eef Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/af1e4eef Branch: refs/heads/STABLE-3.1 Commit: af1e4eef5274767c84712d37d117a63006a19a14 Parents: bf01e60 Author: Nikita Timofeev <[email protected]> Authored: Tue Jul 10 18:03:19 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Tue Jul 10 18:03:19 2018 +0300 ---------------------------------------------------------------------- .travis.yml | 7 ++++++- pom.xml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/af1e4eef/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 95d9993..6fe402e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,12 @@ jdk: - oraclejdk8 script: - - travis_wait 30 mvn verify -q -DcayenneTestConnection=$DB_PROFILE + - | + travis_wait 30 mvn verify -q -pl \ + !docs/doc,!docs/asciidoc,!docs/asciidoc/cayenne-guide, \ + !docs/asciidoc/getting-started-guide,!docs/asciidoc/getting-started-rop,!docs/asciidoc/upgrade-guide, \ + !docs/asciidoc/cayenne-asciidoc-extension,!assembly \ + -DcayenneLogLevel=ERROR -DcayenneTestConnection=$DB_PROFILE # prevent Travis from unneeded "mvn install" run install: true http://git-wip-us.apache.org/repos/asf/cayenne/blob/af1e4eef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b032820..63b45c0 100644 --- a/pom.xml +++ b/pom.xml @@ -689,6 +689,7 @@ <name>cayenneJdbcDriver</name> <value>${cayenneJdbcDriver}</value> </property> + <org.slf4j.simpleLogger.defaultLogLevel>${cayenneLogLevel}</org.slf4j.simpleLogger.defaultLogLevel> </systemPropertyVariables> </configuration> </plugin>
