diff --git a/Jenkinsfile b/Jenkinsfile
index f19d9695c..26a2e86e5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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 {
diff --git a/pom.xml b/pom.xml
index eb8d583af..a17122eaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
2.20.1
- -Dfile.encoding=${project.build.sourceEncoding}
+ ${argLine} -Dfile.encoding=${project.build.sourceEncoding}
${project.skipExtendedHashTests}