Skip to content

Commit 23ece33

Browse files
committed
fix command line
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 3a9dcd9 commit 23ece33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pipeline {
6262
steps {
6363
timeout( time: 180, unit: 'MINUTES' ) {
6464
checkout scm
65-
mavenBuild( "jdk17", "clean install -Perrorprone jacoco-aggregator:report-aggregate-all", "maven3") // javadoc:javadoc
65+
mavenBuild( "jdk17", "clean install -Perrorprone io.github.olamy.maven.plugins:jacoco-aggregator-maven-plugin:report-aggregate-all", "maven3") // javadoc:javadoc
6666
recordIssues id: "analysis-jdk17", name: "Static Analysis jdk17", aggregatingResults: true, enabledForFailure: true,
6767
tools: [mavenConsole(), java(), checkStyle(), errorProne(), spotBugs(), javaDoc()],
6868
skipPublishingChecks: true, skipBlames: true

0 commit comments

Comments
 (0)