See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master/3/

Changes:

* (doc) Remove javadoc for missing parameter
* (doc) Remove duplicated determiner

All tests passed

Build log:
[...truncated 440195 lines...]
      url: http://repository.apache.org/snapshots
   layout: default
snapshots: [enabled => true, update => daily]
 releases: [enabled => false, update => daily]
,       id: central
      url: https://repo.maven.apache.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => never]
]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@5d3d2bab
[DEBUG]   (f) skip = false
[DEBUG] -- end configuration --
[INFO] Stopping Mock Repository Manager on http://localhost:39763
[DEBUG] stopped SocketConnector@0.0.0.0:0
[DEBUG] stopping Server@1479b8ee
[DEBUG] stopping org.mortbay.jetty.servlet.Context@2042d2f5{/,null}
[DEBUG] stopping SessionHandler@2fc07397
[DEBUG] stopping ServletHandler@3e4d6ff
[DEBUG] stopped org.codehaus.mojo.mrm.servlet.FileSystemServlet-538240854
[DEBUG] stopped ServletHandler@3e4d6ff
[DEBUG] stopped org.mortbay.jetty.servlet.HashSessionManager@24df0158
[DEBUG] stopped SessionHandler@2fc07397
[DEBUG] stopping ErrorHandler@47fff1c3
[DEBUG] stopped ErrorHandler@47fff1c3
[DEBUG] stopped org.mortbay.jetty.servlet.Context@2042d2f5{/,null}
[DEBUG] stopped org.mortbay.jetty.servlet.HashSessionIdManager@6976bd5d
[DEBUG] stopped org.mortbay.thread.BoundedThreadPool@1cce52db
[DEBUG] stopped Server@1479b8ee
[INFO] Mock Repository Manager http://localhost:39763 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-enforcer-plugin ---
[DEBUG] Configuring mojo 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check from plugin realm 
ClassRealm[plugin>org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0, 
parent: sun.misc.Launcher$AppClassLoader@29cd761a]
[DEBUG] Configuring mojo 
'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check' with basic 
configurator -->
[DEBUG]   (f) cacheFile = 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/checkstyle-cachefile
[DEBUG]   (f) configLocation = config/maven_checks.xml
[DEBUG]   (f) consoleOutput = false
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnViolation = true
[DEBUG]   (f) failsOnError = false
[DEBUG]   (f) headerLocation = config/maven-header.txt
[DEBUG]   (f) includeResources = true
[DEBUG]   (f) includeTestResources = true
[DEBUG]   (f) includeTestSourceDirectory = false
[DEBUG]   (f) includes = **\/*.java
[DEBUG]   (f) logViolationsToConsole = true
[DEBUG]   (f) maxAllowedViolations = 0
[DEBUG]   (f) omitIgnoredModules = false
[DEBUG]   (f) outputFile = 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/checkstyle-result.xml
[DEBUG]   (f) outputFileFormat = xml
[DEBUG]   (f) plugin = Component Descriptor: role: 
'org.apache.maven.plugin.Mojo', implementation: 
'org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo', role hint: 
'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check'
role: 'org.apache.maven.plugin.Mojo', implementation: 
'org.apache.maven.plugins.checkstyle.CheckstyleReport', role hint: 
'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle'
role: 'org.apache.maven.plugin.Mojo', implementation: 
'org.apache.maven.plugins.checkstyle.CheckstyleAggregateReport', role hint: 
'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle-aggregate'
role: 'org.apache.maven.plugin.Mojo', implementation: 
'org.apache.maven.plugins.checkstyle.HelpMojo', role hint: 
'org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:help'
---
[DEBUG]   (f) project = MavenProject: 
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M4-SNAPSHOT @ 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/pom.xml
[DEBUG]   (f) resourceIncludes = **/*.properties
[DEBUG]   (f) resources = [Resource {targetPath: null, filtering: false, 
FileSet {directory: 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/main/resources,
 PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, 
filtering: false, FileSet {directory: 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/maven-shared-archive-resources,
 PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) rulesFiles = 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/checkstyle-rules.xml
[DEBUG]   (f) skip = false
[DEBUG]   (f) skipExec = false
[DEBUG]   (f) sourceDirectories = [src/main/java]
[DEBUG]   (f) suppressionsFileExpression = checkstyle.suppressions.file
[DEBUG]   (f) testResources = [Resource {targetPath: null, filtering: false, 
FileSet {directory: 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/test/resources,
 PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: null, 
filtering: false, FileSet {directory: 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/maven-shared-archive-resources,
 PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) testSourceDirectories = [src/test/java]
[DEBUG]   (f) violationIgnore = 
RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength
[DEBUG]   (f) violationSeverity = error
[DEBUG] -- end configuration --
[DEBUG] executeCheckstyle start headerLocation : config/maven-header.txt
[DEBUG] Added 3 source files found in 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/main/java'.
[DEBUG] Added 0 resource files found in 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/main/resources'.
[DEBUG] Added 0 resource files found in 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/maven-shared-archive-resources'.
[DEBUG] The resources directory 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/test/resources'
 does not exist or is not a directory.
[DEBUG] Added 0 resource files found in 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/maven-shared-archive-resources'.
[DEBUG] Added 3 files to process.
[DEBUG] Adding the outputDirectory 
file:/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/classes/
 to the Checkstyle class path
[DEBUG] request.getConfigLocation() config/maven_checks.xml
[DEBUG] The resource 'config/maven_checks.xml' was not found with 
resourceLoader org.codehaus.plexus.resource.loader.JarResourceLoader.
[DEBUG] The resource 'config/maven_checks.xml' was found as 
jar:file:/home/jenkins/workspace/.maven_repositories/0/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar!/config/maven_checks.xml.
[DEBUG] headerLocation config/maven-header.txt
[DEBUG] JarResourceLoader : trying to load 
"jar:file:/home/jenkins/workspace/.maven_repositories/0/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar"
[DEBUG] The resource 'config/maven-header.txt' was found as 
jar:file:/home/jenkins/workspace/.maven_repositories/0/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.jar!/config/maven-header.txt.
[DEBUG] Added 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/main/resources'
 as a source directory.
[DEBUG] Added 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2/linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/maven-shared-archive-resources'
 as a source directory.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven Enforcer .............................. SUCCESS [  8.907 s]
[INFO] Apache Maven Enforcer API .......................... SUCCESS [  5.291 s]
[INFO] Apache Maven Enforcer Built-In Rules ............... SUCCESS [ 21.196 s]
[INFO] Apache Maven Enforcer Plugin ....................... SUCCESS [08:04 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:40 min
[INFO] Finished at: 2020-07-27T14:32:40+00:00
[INFO] Final Memory: 55M/1762M
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/_maven-box_maven-enforcer_master@2@tmp/withMaven33a472d9/maven-spy-20200727-142359-4942893173657986891603.log
[Pipeline] }
[Pipeline] // dir
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk7-m3.6.x_build/enforcer-api/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk7-m3.6.x_build/enforcer-rules/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT 
in source directory linux-jdk7-m3.6.x_build/maven-enforcer-plugin/src/main/java
[TASKS] Scanning folder 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2' for files matching 
the pattern 
'linux-jdk7-m3.6.x_build/enforcer-api/src/main/java/**/*,linux-jdk7-m3.6.x_build/enforcer-rules/src/main/java/**/*,linux-jdk7-m3.6.x_build/maven-enforcer-plugin/src/main/java/**/*'
 - excludes: null
[TASKS] Found 52 files to scan for tasks
[TASKS] Found 4 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT(version:
 3.0.0-M4-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.1@run  
integration-test}: 
linux-jdk7-m3.6.x_build/maven-enforcer-plugin/target/invoker-reports/*.xml
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk14-m3.6.x_build/enforcer-api/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk14-m3.6.x_build/enforcer-rules/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT 
in source directory linux-jdk14-m3.6.x_build/maven-enforcer-plugin/src/main/java
[TASKS] Scanning folder 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@3@2' for files 
matching the pattern 
'linux-jdk14-m3.6.x_build/enforcer-api/src/main/java/**/*,linux-jdk14-m3.6.x_build/enforcer-rules/src/main/java/**/*,linux-jdk14-m3.6.x_build/maven-enforcer-plugin/src/main/java/**/*'
 - excludes: null
[TASKS] Found 52 files to scan for tasks
[TASKS] Found 4 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT(version:
 3.0.0-M4-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.1@run  
integration-test}: 
linux-jdk14-m3.6.x_build/maven-enforcer-plugin/target/invoker-reports/*.xml
[Pipeline] }
[withMaven] Publishers: Generated Artifacts Publisher: 6692 ms, Junit 
Publisher: 29636 ms, Open Task Scanner Publisher: 2792 ms, Dependencies 
Fingerprint Publisher: 1753 ms, Invoker Publisher: 143481 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk8-m3.6.x_build/enforcer-api/src/main/java
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk8-m3.6.x_build/enforcer-rules/src/main/java
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/pom.xml under 
org/apache/maven/enforcer/enforcer/3.0.0-M4-SNAPSHOT/enforcer-3.0.0-M4-SNAPSHOT.pom
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT 
in source directory linux-jdk8-m3.6.x_build/maven-enforcer-plugin/src/main/java
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/target/enforcer-3.0.0-M4-SNAPSHOT-site.xml under 
org/apache/maven/enforcer/enforcer/3.0.0-M4-SNAPSHOT/enforcer-3.0.0-M4-SNAPSHOT-site.xml
[TASKS] Scanning folder 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2' for files matching 
the pattern 
'linux-jdk8-m3.6.x_build/enforcer-api/src/main/java/**/*,linux-jdk8-m3.6.x_build/enforcer-rules/src/main/java/**/*,linux-jdk8-m3.6.x_build/maven-enforcer-plugin/src/main/java/**/*'
 - excludes: null
[TASKS] Found 52 files to scan for tasks
[TASKS] Found 4 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/enforcer-api/pom.xml under 
org/apache/maven/enforcer/enforcer-api/3.0.0-M4-SNAPSHOT/enforcer-api-3.0.0-M4-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/enforcer-api/target/enforcer-api-3.0.0-M4-SNAPSHOT.jar 
under 
org/apache/maven/enforcer/enforcer-api/3.0.0-M4-SNAPSHOT/enforcer-api-3.0.0-M4-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/enforcer-rules/pom.xml under 
org/apache/maven/enforcer/enforcer-rules/3.0.0-M4-SNAPSHOT/enforcer-rules-3.0.0-M4-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/enforcer-rules/target/enforcer-rules-3.0.0-M4-SNAPSHOT.jar
 under 
org/apache/maven/enforcer/enforcer-rules/3.0.0-M4-SNAPSHOT/enforcer-rules-3.0.0-M4-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/enforcer-rules/target/enforcer-rules-3.0.0-M4-SNAPSHOT-tests.jar
 under 
org/apache/maven/enforcer/enforcer-rules/3.0.0-M4-SNAPSHOT/enforcer-rules-3.0.0-M4-SNAPSHOT-tests.jar
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT(version:
 3.0.0-M4-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.1@run  
integration-test}: 
linux-jdk8-m3.6.x_build/maven-enforcer-plugin/target/invoker-reports/*.xml
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/maven-enforcer-plugin/pom.xml under 
org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M4-SNAPSHOT/maven-enforcer-plugin-3.0.0-M4-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/maven-enforcer-plugin-3.0.0-M4-SNAPSHOT.jar
 under 
org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M4-SNAPSHOT/maven-enforcer-plugin-3.0.0-M4-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M4-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
linux-jdk7-m3.3.x_build/enforcer-api/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M4-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
linux-jdk7-m3.3.x_build/enforcer-rules/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/surefire-reports/*.xml
Recording test results
[withMaven] Publishers: Generated Artifacts Publisher: 7121 ms, Junit 
Publisher: 28656 ms, Open Task Scanner Publisher: 2740 ms, Dependencies 
Fingerprint Publisher: 1760 ms, Invoker Publisher: 143232 ms, Pipeline Graph 
Publisher: 3 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk7-m3.3.x_build/enforcer-api/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M4-SNAPSHOT in source 
directory linux-jdk7-m3.3.x_build/enforcer-rules/src/main/java
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT 
in source directory linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/main/java
[TASKS] Scanning folder 
'/home/jenkins/workspace/_maven-box_maven-enforcer_master@2' for files matching 
the pattern 
'linux-jdk7-m3.3.x_build/enforcer-api/src/main/java/**/*,linux-jdk7-m3.3.x_build/enforcer-rules/src/main/java/**/*,linux-jdk7-m3.3.x_build/maven-enforcer-plugin/src/main/java/**/*'
 - excludes: null
[TASKS] Found 52 files to scan for tasks
[TASKS] Found 4 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:3.0.0-M4-SNAPSHOT(version:
 3.0.0-M4-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.1@run  
integration-test}: 
linux-jdk7-m3.3.x_build/maven-enforcer-plugin/target/invoker-reports/*.xml
[withMaven] Publishers: Generated Artifacts Publisher: 6840 ms, Junit 
Publisher: 39920 ms, Open Task Scanner Publisher: 2718 ms, Dependencies 
Fingerprint Publisher: 2041 ms, Invoker Publisher: 136038 ms, Pipeline Graph 
Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] Publishers: Generated Artifacts Publisher: 7545 ms, Junit 
Publisher: 33763 ms, Open Task Scanner Publisher: 3064 ms, Dependencies 
Fingerprint Publisher: 2042 ms, Invoker Publisher: 132501 ms, Pipeline Graph 
Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] Publishers: Generated Artifacts Publisher: 8157 ms, Junit 
Publisher: 49575 ms, Open Task Scanner Publisher: 3105 ms, Dependencies 
Fingerprint Publisher: 2071 ms, Invoker Publisher: 139574 ms, Pipeline Graph 
Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] Publishers: Generated Artifacts Publisher: 8245 ms, Junit 
Publisher: 83881 ms, Open Task Scanner Publisher: 3105 ms, Dependencies 
Fingerprint Publisher: 2071 ms, Invoker Publisher: 136760 ms, Pipeline Graph 
Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] Publishers: Generated Artifacts Publisher: 6922 ms, Junit 
Publisher: 28668 ms, Open Task Scanner Publisher: 2893 ms, Dependencies 
Fingerprint Publisher: 1875 ms, Invoker Publisher: 127022 ms, Pipeline Graph 
Publisher: 3 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [slachiewicz].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Reply via email to