You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/15 19:26:04 UTC

Build failed in Jenkins: maven-plugins » Apache Maven Compiler Plugin #8959

See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/8959/display/redirect?page=changes>

Changes:

[Robert Scholte] [MCOMPILER-294] replace -Xmodule with --patch-module
[MCOMPILER-293] Add advice message in case automodules are used
[MCOMPILER-286] Detect if dependencies should be added to classpath or modulepath

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Compiler Plugin 3.6.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_ALPHA2/asm-6.0_ALPHA2.pom
[WARNING] The POM for org.ow2.asm:asm:jar:6.0_ALPHA2 is missing, no dependency information available
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_ALPHA2/asm-6.0_ALPHA2.jar

Jenkins build is back to normal : maven-plugins » Apache Maven Compiler Plugin #8961

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/8961/display/redirect?page=changes>


Build failed in Jenkins: maven-plugins » Apache Maven Compiler Plugin #8960

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/8960/display/redirect?page=changes>

Changes:

[Robert Scholte] ASM 6.0_ALPHA2 not yet released, back to 6.0_ALPHA

------------------------------------------
[...truncated 6.13 KB...]
[INFO] Compiling 4 source files to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/src/test/java/org/apache/maven/plugin/compiler/stubs/CompilerStub.java>: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/src/test/java/org/apache/maven/plugin/compiler/stubs/CompilerStub.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/src/test/java/org/apache/maven/plugin/compiler/stubs/CompilerStub.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ maven-compiler-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.plugin.compiler.CompilerMojoTestCase
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-basic-test/src/main/java/TestCompile0.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-basic-test/src/main/java>
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-basic-test/target/classes> -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-basic-test/src/main/java>: -g -nowarn -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-basic-test/target/classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-basic-test/src/test/java/TestCompile0Test.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-basic-test/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-basic-test/src/test/java>
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-basic-test/target/test-classes> -classpath /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar:<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-basic-test/target/classes>: -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-basic-test/src/test/java>: -g -nowarn -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-basic-test/target/test-classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-includes-excludes-test/src/main/java/TestCompile4.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-includes-excludes-test/src/main/java>
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-includes-excludes-test/target/classes> -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-includes-excludes-test/src/main/java>: -g -nowarn -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-includes-excludes-test/target/classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-includes-excludes-test/src/test/java/TestCompile4TestCase.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-includes-excludes-test/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-includes-excludes-test/src/test/java>
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-includes-excludes-test/target/test-classes> -classpath /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar:<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-includes-excludes-test/target/classes>: -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-includes-excludes-test/src/test/java>: -g -nowarn -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-includes-excludes-test/target/test-classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[info] Not compiling main sources
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-skip-main/src/test/java/TestSkipMainCompile0Test.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-skip-main/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-skip-main/src/test/java>
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-skip-main/target/test-classes> -classpath /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar:<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-skip-main/target/classes>: -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-skip-main/src/test/java>: -g -nowarn -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-skip-main/target/test-classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-skip-test/src/main/java/TestSkipTestCompile0.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-skip-test/src/main/java>
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-skip-test/target/classes> -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-skip-test/src/main/java>: -g -nowarn -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-skip-test/target/classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[info] Not compiling test sources
[debug] Using compiler 'javac'.
[info] No sources to compile
[debug] Using compiler 'javac'.
[info] No sources to compile
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fail-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-one-output-file-test2/src/main/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-one-output-file-test2/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-one-output-file-test2/src/test/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-one-output-file-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-one-output-file-test/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-one-output-file-test/src/test/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fail-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-args-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[debug] incrementalBuildHelper#afterRebuildExecution
[info] message 1
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/main/java/TestCompile1.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/main/java>
[debug] Excutable: 
[debug]  /home/jenkins/tools/java/latest1.7/bin/javac
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-fork-test/target/classes> -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/main/java>: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/main/java/TestCompile1.java> -g -verbose -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-fork-test/target/classes>
[debug] incrementalBuildHelper#afterRebuildExecution
[debug] Using compiler 'javac'.
[debug] CompilerReuseStrategy: reuseCreated
[debug] useIncrementalCompilation enabled
[debug] unable to get start time for the current build: null
[debug] Stale source detected: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/test/java/TestCompile1TestCase.java>
[info] Changes detected - recompiling the module!
[debug] Classpath:
[debug]  /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-fork-test/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/test/java>
[debug] Excutable: 
[debug]  /home/jenkins/tools/java/latest1.7/bin/javac
[debug] Command line options:
[debug] -d <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-fork-test/target/test-classes> -classpath /home/jenkins/jenkins-slave/maven-repositories/1/junit/junit/3.8.1/junit-3.8.1.jar:<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-fork-test/target/classes>: -sourcepath <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/test/java>: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test-classes/unit/compiler-fork-test/src/test/java/TestCompile1TestCase.java> -g -verbose -target 1.5 -source 1.5
[warn] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[debug] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/test/unit/compiler-fork-test/target/test-classes>
[debug] incrementalBuildHelper#afterRebuildExecution
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.324 sec - in org.apache.maven.plugin.compiler.CompilerMojoTestCase

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-compiler-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-compiler-plugin/ws/target/maven-compiler-plugin-3.6.2-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:3.5:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-compiler-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-compiler-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-compiler-plugin ---
[INFO] There are 2 errors reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[ERROR] src/main/java/org/apache/maven/plugin/compiler/module/AsmModuleInfoParser.java[33:8] (imports) UnusedImports: Unused import - org.objectweb.asm.ModuleVisitor.
[INFO] Ignored 1 error, 1 violation remaining.