mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CodeNarc Maven Plugin 0.18.1-1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ codenarc-maven-plugin ---
[INFO] Deleting /codenarc-maven-plugin/target
[INFO]
[INFO] --- cobertura-maven-plugin:2.5.1:clean (default) @ codenarc-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ codenarc-maven-plugin ---
[INFO]
[INFO] --- gmaven-plugin:1.4:generateStubs (default) @ codenarc-maven-plugin ---
[INFO] Generated 2 Java stubs
[INFO]
[INFO] --- maven-plugin-plugin:2.6:helpmojo (help-mojo) @ codenarc-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[WARNING] org.codehaus.mojo.codenarc.CodeNarcMojo#artifactResolver:
[WARNING] The syntax
[WARNING] @parameter _expression_="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
[WARNING] org.codehaus.mojo.codenarc.CodeNarcMojo#factory:
[WARNING] The syntax
[WARNING] @parameter _expression_="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- maven-plugin-plugin:2.6:descriptor (default-descriptor) @ codenarc-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[WARNING] org.codehaus.mojo.codenarc.CodeNarcMojo#artifactResolver:
[WARNING] The syntax
[WARNING] @parameter _expression_="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
[WARNING] org.codehaus.mojo.codenarc.CodeNarcMojo#factory:
[WARNING] The syntax
[WARNING] @parameter _expression_="${component.<role>#<roleHint>}"
[WARNING] is deprecated, please use
[WARNING] @component role="<role>" roleHint="<roleHint>"
[WARNING] instead.
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ codenarc-maven-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ codenarc-maven-plugin ---
[INFO] Compiling 3 source files to /codenarc-maven-plugin/target/classes
[INFO]
[INFO] --- gmaven-plugin:1.4:compile (default) @ codenarc-maven-plugin ---
[INFO] Compiled 12 Groovy classes
[INFO]
[INFO] --- gmaven-plugin:1.4:generateTestStubs (default) @ codenarc-maven-plugin ---
[INFO] No sources found for Java stub generation
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ codenarc-maven-plugin ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /codenarc-maven-plugin/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ codenarc-maven-plugin ---
[INFO] No sources to compile
[INFO]
[INFO] --- gmaven-plugin:1.4:testCompile (default) @ codenarc-maven-plugin ---
[INFO] No sources found to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ codenarc-maven-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ codenarc-maven-plugin ---
[INFO] Building jar: /codenarc-maven-plugin/target/codenarc-maven-plugin-0.18.1-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:2.6:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ codenarc-maven-plugin ---
[INFO]
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ codenarc-maven-plugin ---
[INFO] Installing /codenarc-maven-plugin/pom.xml to /codenarc-maven-plugin/target/local-repo/org/codehaus/mojo/codenarc-maven-plugin/0.18.1-1-SNAPSHOT/codenarc-maven-plugin-0.18.1-1-SNAPSHOT.pom
[INFO] Installing /codenarc-maven-plugin/target/codenarc-maven-plugin-0.18.1-1-SNAPSHOT.jar to /codenarc-maven-plugin/target/local-repo/org/codehaus/mojo/codenarc-maven-plugin/0.18.1-1-SNAPSHOT/codenarc-maven-plugin-0.18.1-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ codenarc-maven-plugin ---
[INFO] Building: maxPriorityViolations/pom.xml
[INFO] ..FAILED (9.1 s)
[INFO] The build exited with code 0. See /codenarc-maven-plugin/target/it/maxPriorityViolations/build.log for details.
[INFO] Building: basic-1/pom.xml
[INFO] ..FAILED (5.4 s)
[INFO] The post-build script did not succeed. _expression_: codenarcHtml.exists()
[INFO] Building: rulesets-internal/pom.xml
[INFO] ..FAILED (4.5 s)
[INFO] The post-build script did not succeed. _expression_: codenarcHtml.exists()
[INFO] Building: multi-source/pom.xml
[INFO] ..FAILED (2.4 s)
[INFO] The post-build script did not succeed. _expression_: codenarcHtml.exists()
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 0, Failed: 4, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] * maxPriorityViolations/pom.xml
[ERROR] * basic-1/pom.xml
[ERROR] * rulesets-internal/pom.xml
[ERROR] * multi-source/pom.xml
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.903s
[INFO] Finished at: Sat Jan 31 22:27:34 CET 2015
[INFO] Final Memory: 28M/257M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.5:run (integration-test) on project codenarc-maven-plugin: 4 builds failed. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http: