Skip to content

Commit

Permalink
[releng] Update jarsigner and Sonar due to no longer supported java 8
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe DUL <[email protected]>
  • Loading branch information
pdulth authored and minhtutonthat committed Jan 14, 2022
1 parent 84551cf commit 96ecb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
stage('Build and Package') {
steps {
script {
def customParams = github.isPullRequest() ? '-DSKIP_SONAR=true' : '-Psign'
def customParams = github.isPullRequest() ? '-DSKIP_SONAR=true' : '-DSKIP_SONAR=true -Psign'

sh "mvn -Djacoco.skip=true -DjavaDocPhase=none ${customParams} clean package -f pom.xml"
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.1.5</version>
<version>1.3.2</version>
<executions>
<execution>
<id>sign</id>
Expand Down

0 comments on commit 96ecb43

Please sign in to comment.