Whoops...

This commit is contained in:
Gabriele C 2018-03-18 19:21:27 +01:00
parent bafe102151
commit 57445c2746
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -31,7 +31,7 @@ pipeline {
stage ('compile') {
steps {
withCredentials([string(credentialsId: 'authme-coveralls-token', variable: 'COVERALLS_TOKEN')]) {
sh 'mvn clean verify jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}'
sh 'mvn clean verify coveralls:report -DrepoToken=${COVERALLS_TOKEN}'
}
}
post {

View File

@ -172,7 +172,7 @@
<version>2.20.1</version>
<configuration>
<!-- Force the right file encoding during unit testing -->
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
<argLine>${argLine} -Dfile.encoding=${project.build.sourceEncoding}</argLine>
<systemPropertyVariables>
<project.skipExtendedHashTests>${project.skipExtendedHashTests}</project.skipExtendedHashTests>
</systemPropertyVariables>