We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f4f82 commit 6b545f6Copy full SHA for 6b545f6
1 file changed
.travis.yml
@@ -9,6 +9,8 @@ branches:
9
jdk:
10
- oraclejdk9
11
12
+before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
13
+
14
addons:
15
sonarcloud:
16
organization: "jmrozanec-github"
@@ -17,7 +19,7 @@ addons:
17
19
script:
18
20
- >
21
if [ "$TRAVIS_PULL_REQUEST" != "false" ];then
- mvn org.jacoco:jacoco-maven-plugin:prepare-agent clean compile test -Dmaven.javadoc.skip=true;
22
+ mvn org.jacoco:jacoco-maven-plugin:prepare-agent package --settings target/travis/settings.xml -Dsettings.security=target/travis/settings-security.xml -Dmaven.javadoc.skip=true;
23
sonar-scanner
24
fi
25
0 commit comments