You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Paulo Cassiano <pc...@gmail.com> on 2012/02/14 17:37:56 UTC

Maven + QA Tools

When I try to run pmd:pmd, or checkstyle:checkstyle, Maven returns me
error...

How can I properly configure Maven to run QA Tools, like PMD, Checkstyle
and Findbugs?

Thanks in advance!

Paulo Cassiano.

Re: Maven + QA Tools

Posted by Wayne Fay <wa...@gmail.com>.
> Below, my (huge!) console output:

Do you know how to read? Let me remind you what Ansgar said...

>> Upload your pom.xml and the actual error messages somewhere (gist,
>> pastebin) and post the links here, so someone can have a look at it.

Post this massive log to pastebin.com or Gist and send the link to the
list. We don't like receiving such huge logs directly on this list.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven + QA Tools

Posted by Paulo Cassiano <pc...@gmail.com>.
Below, my (huge!) console output:

---
Building in workspace /root/.jenkins/jobs/myapp/workspace
Updating http://10.225.3.184/repos/myapp/branches/...
At revision 262
no change for http://10.225.3.184/repos/myapp/branches/... since the
previous build
[workspace] $ /root/.jenkins/tools/_home_ci_apache-maven-3.0.4/bin/mvn -f
/home/ci/workspace/pom.xml -X -DgroupId=com.mycompany.myapp
-DartifactId=myapp -Dpackage=com.mycompany.myapp -Dversion=1.0
checkstyle:checkstyle pmd:pmd findbugs:findbugs install
Apache Maven 3.0.4 (r1232337; 2012-01-17 06:44:56-0200)
Maven home: /root/.jenkins/tools/_home_ci_apache-maven-3.0.4
Java version: 1.7.0_02, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_02/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.2-1.fc16.i686", arch: "i386", family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from
/root/.jenkins/tools/_home_ci_apache-maven-3.0.4/conf/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Using local repository at /root/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for
/root/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.mycompany.myapp:myapp:ear:1.0:
(none)
[DEBUG] Looking up lifecyle mappings for packaging ear from
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for com.mycompany.myapp:myapp:ear:1.0
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-pmd-plugin is missing. @ line 34, column 10
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 26,
column 15
[WARNING] 'build.plugins.plugin.version' for
org.codehaus.mojo:findbugs-maven-plugin is missing. @ line 47, column 10
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 64,
column 9
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin version for
org.apache.maven.plugins:maven-compiler-plugin
[DEBUG] Could not find metadata
org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml, locally
cached metadata up-to-date.
[DEBUG] Resolved plugin version for
org.apache.maven.plugins:maven-compiler-plugin to 2.3.2 from repository
central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for
org.apache.maven.plugins:maven-pmd-plugin
[DEBUG] Could not find metadata
org.apache.maven.plugins:maven-pmd-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins:maven-pmd-plugin/maven-metadata.xml, locally
cached metadata up-to-date.
[DEBUG] Resolved plugin version for
org.apache.maven.plugins:maven-pmd-plugin to 2.7 from repository central (
http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin version for org.codehaus.mojo:findbugs-maven-plugin
[DEBUG] Could not find metadata
org.codehaus.mojo:findbugs-maven-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.codehaus.mojo:findbugs-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:findbugs-maven-plugin
to 2.4.0 from repository central (http://repo.maven.apache.org/maven2,
releases)
[DEBUG] Resolving plugin version for
org.apache.maven.plugins:maven-checkstyle-plugin
[DEBUG] Could not find metadata
org.apache.maven.plugins:maven-checkstyle-plugin/maven-metadata.xml in
local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins:maven-checkstyle-plugin/maven-metadata.xml,
locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for
org.apache.maven.plugins:maven-checkstyle-plugin to 2.9 from repository
central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] Resolving plugin prefix checkstyle from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix checkstyle to
org.apache.maven.plugins:maven-checkstyle-plugin from POM
com.mycompany.myapp:myapp:ear:1.0
[DEBUG] Resolving plugin prefix pmd from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix pmd to
org.apache.maven.plugins:maven-pmd-plugin from POM
com.mycompany.myapp:myapp:ear:1.0
[DEBUG] Resolving plugin prefix findbugs from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix findbugs to
org.codehaus.mojo:findbugs-maven-plugin from POM
com.mycompany.myapp:myapp:ear:1.0
[DEBUG] === REACTOR BUILD PLAN
================================================
[DEBUG] Project: com.mycompany.myapp:myapp:ear:1.0
[DEBUG] Tasks:   [checkstyle:checkstyle, pmd:pmd, findbugs:findbugs,
install]
[DEBUG] Style:   Regular
[DEBUG]
=======================================================================
[INFO]

[INFO]
------------------------------------------------------------------------
[INFO] Building myapp 1.0
[INFO]
------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix checkstyle from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix checkstyle to
org.apache.maven.plugins:maven-checkstyle-plugin from POM
com.mycompany.myapp:myapp:ear:1.0
[DEBUG] Resolving plugin prefix pmd from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix pmd to
org.apache.maven.plugins:maven-pmd-plugin from POM
com.mycompany.myapp:myapp:ear:1.0
[DEBUG] Resolving plugin prefix findbugs from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix findbugs to
org.codehaus.mojo:findbugs-maven-plugin from POM
com.mycompany.myapp:myapp:ear:1.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package, pre-integration-test,
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN
================================================
[DEBUG] Project:       com.mycompany.myapp:myapp:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, test]
[DEBUG] Repositories (dependencies): [central (
http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins)     : [central (
http://repo.maven.apache.org/maven2, releases)]
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-checkstyle-plugin:2.9:checkstyle
(default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <cacheFile
default-value="${project.build.directory}/checkstyle-cachefile"/>
  <configLocation
default-value="config/sun_checks.xml">config/sun_checks.xml</configLocation>
  <consoleOutput default-value="false"/>
  <enableFilesSummary
default-value="true">${checkstyle.enable.files.summary}</enableFilesSummary>
  <enableRSS default-value="true">${checkstyle.enable.rss}</enableRSS>
  <enableRulesSummary
default-value="true">${checkstyle.enable.rules.summary}</enableRulesSummary>
  <enableSeveritySummary
default-value="true">${checkstyle.enable.severity.summary}</enableSeveritySummary>
  <encoding
default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <excludes>${checkstyle.excludes}</excludes>
  <failsOnError default-value="false"/>
  <format default-value="sun"/>
  <headerFile>${basedir}/LICENSE.txt</headerFile>
  <headerLocation
default-value="LICENSE.txt">${checkstyle.header.file}</headerLocation>
  <includeTestSourceDirectory default-value="${false}"/>
  <includes default-value="**/*.java">${checkstyle.includes}</includes>
  <linkXRef default-value="true">${linkXRef}</linkXRef>
  <outputDirectory default-value="${project.reporting.outputDirectory}"/>
  <outputFile
default-value="${project.build.directory}/checkstyle-result.xml">${checkstyle.output.file}</outputFile>
  <outputFileFormat
default-value="xml">${checkstyle.output.format}</outputFileFormat>
  <project default-value="${project}"/>
  <propertiesLocation>${checkstyle.properties.location}</propertiesLocation>
  <skip default-value="false">${checkstyle.skip}</skip>
  <sourceDirectory default-value="${project.build.sourceDirectory}"/>
  <suppressionsFileExpression
default-value="checkstyle.suppressions.file">${checkstyle.suppression.expression}</suppressionsFileExpression>

<suppressionsLocation>${checkstyle.suppressions.location}</suppressionsLocation>
  <testSourceDirectory
default-value="${project.build.testSourceDirectory}"/>
  <xrefLocation default-value="${project.reporting.outputDirectory}/xref"/>
</configuration>
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-pmd-plugin:2.7:pmd
(default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <aggregate default-value="false">${aggregate}</aggregate>
  <compileSourceRoots>${project.compileSourceRoots}</compileSourceRoots>
  <format default-value="xml">${format}</format>
  <includeTests default-value="false"/>
  <linkXRef default-value="true">${linkXRef}</linkXRef>
  <minimumPriority default-value="5">${minimumPriority}</minimumPriority>
  <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
  <outputEncoding
default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
  <project>${project}</project>
  <reactorProjects>${reactorProjects}</reactorProjects>
  <skip default-value="false">${pmd.skip}</skip>
  <sourceEncoding
default-value="${project.build.sourceEncoding}">${encoding}</sourceEncoding>
  <targetDirectory>${project.build.directory}</targetDirectory>
  <targetJdk>${targetJdk}</targetJdk>
  <testSourceRoots>${project.testCompileSourceRoots}</testSourceRoots>
  <xrefLocation default-value="${project.reporting.outputDirectory}/xref"/>
  <xrefTestLocation
default-value="${project.reporting.outputDirectory}/xref-test"/>
</configuration>
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.codehaus.mojo:findbugs-maven-plugin:2.4.0:findbugs (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <classFilesDirectory default-value="${project.build.outputDirectory}"/>
  <compileSourceRoots>${project.compileSourceRoots}</compileSourceRoots>
  <debug default-value="false">${findbugs.debug}</debug>
  <effort default-value="Default">Default</effort>
  <failOnError default-value="true">${findbugs.failOnError}</failOnError>
  <findbugsXmlOutput default-value="false"/>
  <findbugsXmlOutputDirectory default-value="${project.build.directory}"/>
  <fork default-value="true">${findbugs.fork}</fork>
  <includeTests
default-value="false">${findbugs.includeTests}</includeTests>
  <localRepository>${localRepository}</localRepository>
  <maxHeap default-value="512"/>
  <nested default-value="false">${findbugs.nested}</nested>
  <outputDirectory default-value="${project.reporting.outputDirectory}"/>
  <outputEncoding
default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
  <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
  <project>${project}</project>
  <relaxed default-value="false">${findbugs.relaxed}</relaxed>

<remoteArtifactRepositories>${project.remoteArtifactRepositories}</remoteArtifactRepositories>
  <skip default-value="false">${findbugs.skip}</skip>
  <sourceEncoding
default-value="${project.build.sourceEncoding}">${encoding}</sourceEncoding>
  <testClassFilesDirectory
default-value="${project.build.testOutputDirectory}"/>
  <testSourceRoots>${project.testCompileSourceRoots}</testSourceRoots>
  <threshold default-value="Default">Low</threshold>
  <timeout default-value="600000"/>
  <trace default-value="false">${findbugs.trace}</trace>
  <xmlEncoding default-value="UTF-8"/>
  <xmlOutput default-value="false">${findbugs.xmlOutput}</xmlOutput>
  <xmlOutputDirectory default-value="${project.build.directory}"/>
  <xrefLocation default-value="${project.reporting.outputDirectory}/xref"/>
  <xrefTestLocation
default-value="${project.reporting.outputDirectory}/xref-test"/>
</configuration>
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml
(default-generate-application-xml)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <description default-value="${project.description}"/>
  <displayName default-value="${project.artifactId}"/>
  <encoding default-value="UTF-8"/>
  <generateApplicationXml default-value="true"/>
  <generateModuleId default-value="false"/>
  <generatedDescriptorLocation default-value="${project.build.directory}"/>
  <includeLibInApplicationXml default-value="false"/>
  <project default-value="${project}"/>
  <version default-value="1.3"/>
  <workDirectory
default-value="${project.build.directory}/${project.build.finalName}"/>
</configuration>
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources
(default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding
default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString default-value="${maven.resources.escapeString}"/>
  <escapeWindowsPaths
default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs
default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-ear-plugin:2.6:ear
(default-ear)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <earSourceDirectory default-value="${basedir}/src/main/application"/>
  <earSourceIncludes default-value="**"/>
  <encoding default-value="UTF-8"/>
  <escapeString>${maven.ear.escapeString}</escapeString>
  <escapedBackslashesInFilePath
default-value="false">${maven.ear.escapedBackslashesInFilePath}</escapedBackslashesInFilePath>
  <filtering default-value="false"/>
  <finalName default-value="${project.build.finalName}"/>
  <generatedDescriptorLocation default-value="${project.build.directory}"/>
  <includeLibInApplicationXml default-value="false"/>
  <outputDirectory default-value="${project.build.directory}"/>
  <project default-value="${project}"/>
  <session>${session}</session>
  <version default-value="1.3"/>
  <workDirectory
default-value="${project.build.directory}/${project.build.finalName}"/>
</configuration>
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-install-plugin:2.3.1:install
(default-install)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <updateReleaseInfo
default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG]
=======================================================================
[DEBUG] com.mycompany.myapp:myapp:ear:1.0
[DEBUG]    junit:junit:jar:3.8.1:test
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9:checkstyle (default-cli) @ myapp ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
[DEBUG]   Imported: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported:
org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser <
plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.9:
[DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]
org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]
backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.2:compile
[DEBUG]          xerces:xercesImpl:jar:2.9.1:compile
[DEBUG]             xml-apis:xml-apis:jar:1.3.04:compile
[DEBUG]          org.apache.httpcomponents:httpclient:jar:4.0.2:compile
[DEBUG]             org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.3:compile
[DEBUG]       commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.6:compile
[DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.1.3:compile
[DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]    org.apache.maven.shared:maven-doxia-tools:jar:1.2.1:compile
[DEBUG]       commons-io:commons-io:jar:1.4:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.codehaus.plexus:plexus-resources:jar:1.0-alpha-7:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG]    org.codehaus.plexus:plexus-velocity:jar:1.1.8:compile
[DEBUG]    com.puppycrawl.tools:checkstyle:jar:5.5:compile
[DEBUG]       antlr:antlr:jar:2.7.7:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG]    org.apache.velocity:velocity:jar:1.5:compile
[DEBUG]       commons-lang:commons-lang:jar:2.1:compile
[DEBUG]       oro:oro:jar:2.0.8:compile
[DEBUG]    commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.9
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.9
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.9
[DEBUG]   Included: org.apache.maven.plugins:maven-checkstyle-plugin:jar:2.9
[DEBUG]   Included:
backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.2
[DEBUG]   Included: xerces:xercesImpl:jar:2.9.1
[DEBUG]   Included: xml-apis:xml-apis:jar:1.3.04
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.0.2
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.0.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.6
[DEBUG]   Included: commons-logging:commons-logging:jar:1.0.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.1.3
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: org.apache.maven.shared:maven-doxia-tools:jar:1.2.1
[DEBUG]   Included: commons-io:commons-io:jar:1.4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.8
[DEBUG]   Included: com.puppycrawl.tools:checkstyle:jar:5.5
[DEBUG]   Included: antlr:antlr:jar:2.7.7
[DEBUG]   Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG]   Included: commons-cli:commons-cli:jar:1.2
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.5
[DEBUG]   Included: commons-lang:commons-lang:jar:2.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-checkstyle-plugin:2.9:checkstyle from plugin
realm
ClassRealm[plugin>org.apache.maven.plugins:maven-checkstyle-plugin:2.9,
parent: sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[DEBUG] Setting property: site.resource.loader.class =>
'org.codehaus.plexus.velocity.SiteResourceLoader'.
[DEBUG] Setting property: velocimacro.messages.on => 'false'.
[DEBUG] Setting property: resource.loader => 'classpath,site'.
[DEBUG] Setting property: runtime.log.invalid.references => 'false'.
[DEBUG] Setting property: resource.manager.logwhenfound => 'false'.
[DEBUG] Setting property:
velocimacro.permissions.allow.inline.to.replace.global => 'true'.
[DEBUG] *******************************************************************
[DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
[DEBUG] RuntimeInstance initializing.
[DEBUG] Default Properties File:
org/apache/velocity/runtime/defaults/velocity.properties
[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.
[DEBUG] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.SiteResourceLoader
[DEBUG] ResourceCache: initialized (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[DEBUG] Default ResourceManager initialization complete.
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[DEBUG] Created '20' parsers.
[DEBUG] Velocimacro : initialization starting.
[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[DEBUG] Velocimacro : allowInlineToOverride = true : VMs defined inline may
replace previous VM definitions
[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.
[DEBUG] Velocimacro : autoload off : VM system will not automatically
reload global library macros
[DEBUG] Velocimacro : Velocimacro : initialization complete.
[DEBUG] RuntimeInstance successfully initialized.
[DEBUG] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[DEBUG] Setting property: site.resource.loader.class =>
'org.codehaus.plexus.velocity.SiteResourceLoader'.
[DEBUG] Setting property: velocimacro.messages.on => 'false'.
[DEBUG] Setting property: resource.loader => 'classpath,site'.
[DEBUG] Setting property: runtime.log.invalid.references => 'false'.
[DEBUG] Setting property: resource.manager.logwhenfound => 'false'.
[DEBUG] *******************************************************************
[DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
[DEBUG] RuntimeInstance initializing.
[DEBUG] Default Properties File:
org/apache/velocity/runtime/defaults/velocity.properties
[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.
[DEBUG] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.SiteResourceLoader
[DEBUG] ResourceCache: initialized (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[DEBUG] Default ResourceManager initialization complete.
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[DEBUG] Created '20' parsers.
[DEBUG] Velocimacro : initialization starting.
[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[DEBUG] Velocimacro : allowInlineToOverride = false : VMs defined inline
may NOT replace previous VM definitions
[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.
[DEBUG] Velocimacro : autoload off : VM system will not automatically
reload global library macros
[DEBUG] Velocimacro : Velocimacro : initialization complete.
[DEBUG] RuntimeInstance successfully initialized.
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-checkstyle-plugin:2.9:checkstyle' with
basic configurator -->
[DEBUG]   (f) cacheFile = /home/ci/workspace/target/checkstyle-cachefile
[DEBUG]   (f) configLocation = config/sun_checks.xml
[DEBUG]   (f) consoleOutput = false
[DEBUG]   (f) enableFilesSummary = true
[DEBUG]   (f) enableRSS = true
[DEBUG]   (f) enableRulesSummary = true
[DEBUG]   (f) enableSeveritySummary = true
[DEBUG]   (f) failsOnError = false
[DEBUG]   (f) format = sun
[DEBUG]   (f) headerFile = /home/ci/workspace/LICENSE.txt
[DEBUG]   (f) headerLocation = LICENSE.txt
[DEBUG]   (f) includes = **/*.java
[DEBUG]   (f) linkXRef = true
[DEBUG]   (f) outputDirectory = /home/ci/workspace/target/site
[DEBUG]   (f) outputFile = /home/ci/workspace/target/checkstyle-result.xml
[DEBUG]   (f) outputFileFormat = xml
[DEBUG]   (f) project = MavenProject: com.mycompany.myapp:myapp:1.0 @
/home/ci/workspace/pom.xml
[DEBUG]   (f) skip = false
[DEBUG]   (f) sourceDirectory = /home/ci/workspace/src/main/java
[DEBUG]   (f) suppressionsFileExpression = checkstyle.suppressions.file
[DEBUG]   (f) testSourceDirectory = /home/ci/workspace/src/test/java
[DEBUG]   (f) xrefLocation = /home/ci/workspace/target/site/xref
[DEBUG] -- end configuration --
[INFO]
[INFO] --- maven-pmd-plugin:2.7:pmd (default-cli) @ myapp ---
[DEBUG] org.apache.maven.plugins:maven-pmd-plugin:jar:2.7:
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]
org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]
backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.1:compile
[DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.1.2:compile
[DEBUG]          xerces:xercesImpl:jar:2.8.1:compile
[DEBUG]          commons-lang:commons-lang:jar:2.4:compile
[DEBUG]          commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.2:compile
[DEBUG]       commons-validator:commons-validator:jar:1.2.0:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.6:compile
[DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG]          oro:oro:jar:2.0.8:compile
[DEBUG]          xml-apis:xml-apis:jar:1.0.b2:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.1.3:compile
[DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[DEBUG]       org.apache.velocity:velocity:jar:1.5:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2:compile
[DEBUG]    org.codehaus.plexus:plexus-resources:jar:1.0-alpha-7:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.1:compile
[DEBUG]    pmd:pmd:jar:4.3:compile
[DEBUG]       ant:ant:jar:1.6:compile
[DEBUG]       jaxen:jaxen:jar:1.1.1:compile
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile
[DEBUG]          jdom:jdom:jar:1.0:compile
[DEBUG]          xom:xom:jar:1.0:compile
[DEBUG]             xerces:xmlParserAPIs:jar:2.6.2:compile
[DEBUG]             xalan:xalan:jar:2.6.0:compile
[DEBUG]             com.ibm.icu:icu4j:jar:2.6.1:compile
[DEBUG]       asm:asm:jar:3.2:compile
[DEBUG]       junit:junit:jar:4.4:compile
[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-pmd-plugin:2.7
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-pmd-plugin:2.7
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-pmd-plugin:2.7
[DEBUG]   Included: org.apache.maven.plugins:maven-pmd-plugin:jar:2.7
[DEBUG]   Included:
backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.1
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.1.2
[DEBUG]   Included: xerces:xercesImpl:jar:2.8.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.4
[DEBUG]   Included: commons-httpclient:commons-httpclient:jar:3.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.2
[DEBUG]   Included: commons-validator:commons-validator:jar:1.2.0
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.6
[DEBUG]   Included: commons-logging:commons-logging:jar:1.0.4
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: xml-apis:xml-apis:jar:1.0.b2
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.1.3
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.5
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2
[DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.1
[DEBUG]   Included: pmd:pmd:jar:4.3
[DEBUG]   Included: ant:ant:jar:1.6
[DEBUG]   Included: jaxen:jaxen:jar:1.1.1
[DEBUG]   Included: dom4j:dom4j:jar:1.6.1
[DEBUG]   Included: jdom:jdom:jar:1.0
[DEBUG]   Included: xom:xom:jar:1.0
[DEBUG]   Included: xerces:xmlParserAPIs:jar:2.6.2
[DEBUG]   Included: xalan:xalan:jar:2.6.0
[DEBUG]   Included: com.ibm.icu:icu4j:jar:2.6.1
[DEBUG]   Included: asm:asm:jar:3.2
[DEBUG]   Included: junit:junit:jar:4.4
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.2.1
[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-pmd-plugin:2.7:pmd
from plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-pmd-plugin:2.7, parent:
sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[DEBUG] Setting property: site.resource.loader.class =>
'org.codehaus.plexus.velocity.SiteResourceLoader'.
[DEBUG] Setting property: velocimacro.messages.on => 'false'.
[DEBUG] Setting property: resource.loader => 'classpath,site'.
[DEBUG] Setting property: runtime.log.invalid.references => 'false'.
[DEBUG] Setting property: resource.manager.logwhenfound => 'false'.
[DEBUG] Setting property:
velocimacro.permissions.allow.inline.to.replace.global => 'true'.
[DEBUG] *******************************************************************
[DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
[DEBUG] RuntimeInstance initializing.
[DEBUG] Default Properties File:
org/apache/velocity/runtime/defaults/velocity.properties
[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.
[DEBUG] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.SiteResourceLoader
[DEBUG] ResourceCache: initialized (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[DEBUG] Default ResourceManager initialization complete.
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[DEBUG] Created '20' parsers.
[DEBUG] Velocimacro : initialization starting.
[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[DEBUG] Velocimacro : allowInlineToOverride = true : VMs defined inline may
replace previous VM definitions
[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.
[DEBUG] Velocimacro : autoload off : VM system will not automatically
reload global library macros
[DEBUG] Velocimacro : Velocimacro : initialization complete.
[DEBUG] RuntimeInstance successfully initialized.
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-pmd-plugin:2.7:pmd' with basic configurator
-->
[DEBUG]   (f) aggregate = false
[DEBUG]   (f) compileSourceRoots = [/home/ci/workspace/src/main/java]
[DEBUG]   (f) format = xml
[DEBUG]   (f) includeTests = false
[DEBUG]   (f) linkXRef = true
[DEBUG]   (f) minimumPriority = 5
[DEBUG]   (f) outputDirectory = /home/ci/workspace/target/site
[DEBUG]   (f) project = MavenProject: com.mycompany.myapp:myapp:1.0 @
/home/ci/workspace/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject:
com.mycompany.myapp:myapp:1.0 @ /home/ci/workspace/pom.xml]
[DEBUG]   (f) skip = false
[DEBUG]   (f) targetDirectory = /home/ci/workspace/target
[DEBUG]   (f) testSourceRoots = [/home/ci/workspace/src/test/java]
[DEBUG]   (f) xrefLocation = /home/ci/workspace/target/site/xref
[DEBUG]   (f) xrefTestLocation = /home/ci/workspace/target/site/xref-test
[DEBUG] -- end configuration --
[DEBUG] Preparing ruleset: rulesets/basic.xml
[DEBUG] Before: rulesets/basic.xml After: basic.xml
[DEBUG] URLResourceLoader: Exception when looking for 'rulesets/basic.xml'
at ''
java.net.MalformedURLException: no protocol: rulesets/basic.xml
    at java.net.URL.<init>(URL.java:583)
    at java.net.URL.<init>(URL.java:480)
    at java.net.URL.<init>(URL.java:429)
    at
org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
    at
org.apache.maven.plugin.pmd.PmdReport.generateReport(PmdReport.java:212)
    at org.apache.maven.plugin.pmd.PmdReport.execute(PmdReport.java:175)
    at
org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:149)
    at
org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:190)
    at
org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:99)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[DEBUG] URLResourceLoader: Exception when looking for 'rulesets/basic.xml
java.net.MalformedURLException: no protocol: rulesets/basic.xml
    at java.net.URL.<init>(URL.java:583)
    at java.net.URL.<init>(URL.java:480)
    at java.net.URL.<init>(URL.java:429)
    at
org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
    at
org.apache.maven.plugin.pmd.PmdReport.generateReport(PmdReport.java:212)
    at org.apache.maven.plugin.pmd.PmdReport.execute(PmdReport.java:175)
    at
org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:149)
    at
org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:190)
    at
org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:99)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[DEBUG] The resource 'rulesets/basic.xml' was not found with resourceLoader
org.codehaus.plexus.resource.loader.URLResourceLoader.
[DEBUG] The resource 'rulesets/basic.xml' was found as
jar:file:/root/.m2/repository/pmd/pmd/4.3/pmd-4.3.jar!/rulesets/basic.xml.
[DEBUG] Preparing ruleset: rulesets/unusedcode.xml
[DEBUG] Before: rulesets/unusedcode.xml After: unusedcode.xml
[DEBUG] URLResourceLoader: Exception when looking for
'rulesets/unusedcode.xml' at ''
java.net.MalformedURLException: no protocol: rulesets/unusedcode.xml
    at java.net.URL.<init>(URL.java:583)
    at java.net.URL.<init>(URL.java:480)
    at java.net.URL.<init>(URL.java:429)
    at
org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
    at
org.apache.maven.plugin.pmd.PmdReport.generateReport(PmdReport.java:212)
    at org.apache.maven.plugin.pmd.PmdReport.execute(PmdReport.java:175)
    at
org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:149)
    at
org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:190)
    at
org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:99)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[DEBUG] URLResourceLoader: Exception when looking for
'rulesets/unusedcode.xml
java.net.MalformedURLException: no protocol: rulesets/unusedcode.xml
    at java.net.URL.<init>(URL.java:583)
    at java.net.URL.<init>(URL.java:480)
    at java.net.URL.<init>(URL.java:429)
    at
org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
    at
org.apache.maven.plugin.pmd.PmdReport.generateReport(PmdReport.java:212)
    at org.apache.maven.plugin.pmd.PmdReport.execute(PmdReport.java:175)
    at
org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:149)
    at
org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:190)
    at
org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:99)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[DEBUG] The resource 'rulesets/unusedcode.xml' was not found with
resourceLoader org.codehaus.plexus.resource.loader.URLResourceLoader.
[DEBUG] The resource 'rulesets/unusedcode.xml' was found as
jar:file:/root/.m2/repository/pmd/pmd/4.3/pmd-4.3.jar!/rulesets/unusedcode.xml.
[DEBUG] Preparing ruleset: rulesets/imports.xml
[DEBUG] Before: rulesets/imports.xml After: imports.xml
[DEBUG] URLResourceLoader: Exception when looking for
'rulesets/imports.xml' at ''
java.net.MalformedURLException: no protocol: rulesets/imports.xml
    at java.net.URL.<init>(URL.java:583)
    at java.net.URL.<init>(URL.java:480)
    at java.net.URL.<init>(URL.java:429)
    at
org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:71)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
    at
org.apache.maven.plugin.pmd.PmdReport.generateReport(PmdReport.java:212)
    at org.apache.maven.plugin.pmd.PmdReport.execute(PmdReport.java:175)
    at
org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:149)
    at
org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:190)
    at
org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:99)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[DEBUG] URLResourceLoader: Exception when looking for 'rulesets/imports.xml
java.net.MalformedURLException: no protocol: rulesets/imports.xml
    at java.net.URL.<init>(URL.java:583)
    at java.net.URL.<init>(URL.java:480)
    at java.net.URL.<init>(URL.java:429)
    at
org.codehaus.plexus.resource.loader.URLResourceLoader.getResource(URLResourceLoader.java:123)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResource(DefaultResourceManager.java:159)
    at
org.codehaus.plexus.resource.DefaultResourceManager.getResourceAsFile(DefaultResourceManager.java:91)
    at
org.apache.maven.plugin.pmd.PmdReport.generateReport(PmdReport.java:212)
    at org.apache.maven.plugin.pmd.PmdReport.execute(PmdReport.java:175)
    at
org.apache.maven.plugin.pmd.PmdReport.executeReport(PmdReport.java:149)
    at
org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:190)
    at
org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:99)
    at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[DEBUG] The resource 'rulesets/imports.xml' was not found with
resourceLoader org.codehaus.plexus.resource.loader.URLResourceLoader.
[DEBUG] The resource 'rulesets/imports.xml' was found as
jar:file:/root/.m2/repository/pmd/pmd/4.3/pmd-4.3.jar!/rulesets/imports.xml.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[DEBUG] Exclusions:
**/*~,**/#*#,**/.#*,**/%*%,**/._*,**/CVS,**/CVS/**,**/.cvsignore,**/RCS,**/RCS/**,**/SCCS,**/SCCS/**,**/vssver.scc,**/project.pj,**/.svn,**/.svn/**,**/.arch-ids,**/.arch-ids/**,**/.bzr,**/.bzr/**,**/.MySCMServerInfo,**/.DS_Store,**/.metadata,**/.metadata/**,**/.hg,**/.hg/**,**/.git,**/.git/**,**/BitKeeper,**/BitKeeper/**,**/ChangeSet,**/ChangeSet/**,**/_darcs,**/_darcs/**,**/.darcsrepo,**/.darcsrepo/**,**/-darcs-backup*,**/.darcs-temp-mail
[DEBUG] Inclusions: **/*.java
[DEBUG] Velocimacro : added #link(  href name target img position alt
border width height ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #image(  img alt border width height ) : source
= org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #banner(  banner id ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #links(  links ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #breadcrumbs(  breadcrumbs ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #displayTree(  display item ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #menuItem(  item ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #mainMenu(  menus ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #copyright(  ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #publishDate(  position publishDate version ) :
source = org/apache/maven/doxia/siterenderer/resources/default-site.vm
[DEBUG] Velocimacro : added #poweredByLogo(  poweredBy ) : source =
org/apache/maven/doxia/siterenderer/resources/default-site.vm
[INFO]
[INFO] --- findbugs-maven-plugin:2.4.0:findbugs (default-cli) @ myapp ---
[DEBUG] org.codehaus.mojo:findbugs-maven-plugin:jar:2.4.0:
[DEBUG]    org.codehaus.gmaven:gmaven-mojo:jar:1.3:compile
[DEBUG]       org.codehaus.gmaven.runtime:gmaven-runtime-api:jar:1.3:compile
[DEBUG]
org.codehaus.gmaven.feature:gmaven-feature-api:jar:1.3:compile
[DEBUG]       org.codehaus.gmaven.runtime:gmaven-runtime-1.5:jar:1.3:compile
[DEBUG]
org.codehaus.gmaven.feature:gmaven-feature-support:jar:1.3:compile
[DEBUG]          org.codehaus.groovy:groovy-all-minimal:jar:1.5.8:compile
[DEBUG]          org.apache.ant:ant:jar:1.7.1:compile
[DEBUG]             org.apache.ant:ant-launcher:jar:1.7.1:compile
[DEBUG]          jline:jline:jar:0.9.94:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.0.10:compile
[DEBUG]          org.apache.maven:maven-settings:jar:2.0.10:compile
[DEBUG]          org.apache.maven:maven-profile:jar:2.0.10:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.10:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.1:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:2.0:compile (version
managed from 2.0.10)
[DEBUG]    org.codehaus.gmaven:gmaven-plugin:jar:1.3:compile
[DEBUG]
org.codehaus.gmaven.runtime:gmaven-runtime-loader:jar:1.3:compile
[DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG]
org.codehaus.gmaven.runtime:gmaven-runtime-support:jar:1.3:compile
[DEBUG]          org.sonatype.gshell:gshell-io:jar:2.0:compile
[DEBUG]          com.thoughtworks.qdox:qdox:jar:1.10:compile
[DEBUG]       org.apache.maven.shared:file-management:jar:1.2.1:compile
[DEBUG]          org.apache.maven.shared:maven-shared-io:jar:1.1:compile
[DEBUG]
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:2.0.10:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.10:compile
[DEBUG]       commons-lang:commons-lang:jar:2.4:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.5.10:compile
[DEBUG]       org.sonatype.gossip:gossip:jar:1.2:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-impl:jar:2.1:compile
[DEBUG]       commons-validator:commons-validator:jar:1.2.0:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.6:compile
[DEBUG]          commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG]          oro:oro:jar:2.0.8:compile
[DEBUG]          xml-apis:xml-apis:jar:1.0.b2:compile
[DEBUG]    org.codehaus.groovy:groovy-all:jar:1.7.4:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]       junit:junit:jar:3.8.2:test (scope managed from compile)
(version managed from 3.8.1)
[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.doxia:doxia-core:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.1.3:compile
[DEBUG]       xerces:xercesImpl:jar:2.9.1:compile
[DEBUG]       commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG]          commons-codec:commons-codec:jar:1.2:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.1.3:compile
[DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[DEBUG]       org.apache.velocity:velocity:jar:1.5:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2:compile
[DEBUG]    org.apache.maven.shared:maven-doxia-tools:jar:1.2.1:compile
[DEBUG]       commons-io:commons-io:jar:1.4:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]
org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    com.google.code.findbugs:findbugs-ant:jar:2.0.0:compile
[DEBUG]       com.google.code.findbugs:findbugs:jar:2.0.0:compile
[DEBUG]          com.google.code.findbugs:bcel:jar:2.0.0:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:2.0.0:compile
[DEBUG]          com.google.code.findbugs:jFormatString:jar:2.0.0:compile
[DEBUG]          com.google.code.findbugs:annotations:jar:2.0.0:compile
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile
[DEBUG]          jaxen:jaxen:jar:1.1.1:compile
[DEBUG]             jdom:jdom:jar:1.0:compile
[DEBUG]             xom:xom:jar:1.0:compile
[DEBUG]                xerces:xmlParserAPIs:jar:2.6.2:compile
[DEBUG]                xalan:xalan:jar:2.6.0:compile
[DEBUG]                com.ibm.icu:icu4j:jar:2.6.1:compile
[DEBUG]          asm:asm:jar:3.3:compile
[DEBUG]          asm:asm-tree:jar:3.3:compile
[DEBUG]          asm:asm-commons:jar:3.3:compile
[DEBUG]    jgoodies:plastic:jar:1.2.0:compile
[DEBUG]    org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG] Created new class realm
plugin>org.codehaus.mojo:findbugs-maven-plugin:2.4.0
[DEBUG] Importing foreign packages into class realm
plugin>org.codehaus.mojo:findbugs-maven-plugin:2.4.0
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm
plugin>org.codehaus.mojo:findbugs-maven-plugin:2.4.0
[DEBUG]   Included: org.codehaus.mojo:findbugs-maven-plugin:jar:2.4.0
[DEBUG]   Included: org.codehaus.gmaven:gmaven-mojo:jar:1.3
[DEBUG]   Included: org.codehaus.gmaven.runtime:gmaven-runtime-api:jar:1.3
[DEBUG]   Included: org.codehaus.gmaven.feature:gmaven-feature-api:jar:1.3
[DEBUG]   Included: org.codehaus.gmaven.runtime:gmaven-runtime-1.5:jar:1.3
[DEBUG]   Included:
org.codehaus.gmaven.feature:gmaven-feature-support:jar:1.3
[DEBUG]   Included: org.codehaus.groovy:groovy-all-minimal:jar:1.5.8
[DEBUG]   Included: org.apache.ant:ant:jar:1.7.1
[DEBUG]   Included: org.apache.ant:ant-launcher:jar:1.7.1
[DEBUG]   Included: jline:jline:jar:0.9.94
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.1
[DEBUG]   Included: org.codehaus.gmaven:gmaven-plugin:jar:1.3
[DEBUG]   Included:
org.codehaus.gmaven.runtime:gmaven-runtime-loader:jar:1.3
[DEBUG]   Included:
org.codehaus.gmaven.runtime:gmaven-runtime-support:jar:1.3
[DEBUG]   Included: org.sonatype.gshell:gshell-io:jar:2.0
[DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:1.10
[DEBUG]   Included: org.apache.maven.shared:file-management:jar:1.2.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-io:jar:1.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.4
[DEBUG]   Included: org.slf4j:slf4j-api:jar:1.5.10
[DEBUG]   Included: org.sonatype.gossip:gossip:jar:1.2
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.1
[DEBUG]   Included: commons-validator:commons-validator:jar:1.2.0
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.6
[DEBUG]   Included: commons-logging:commons-logging:jar:1.0.4
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: xml-apis:xml-apis:jar:1.0.b2
[DEBUG]   Included: org.codehaus.groovy:groovy-all:jar:1.7.4
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1.3
[DEBUG]   Included: xerces:xercesImpl:jar:2.9.1
[DEBUG]   Included: commons-httpclient:commons-httpclient:jar:3.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.1.3
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.5
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2
[DEBUG]   Included: org.apache.maven.shared:maven-doxia-tools:jar:1.2.1
[DEBUG]   Included: commons-io:commons-io:jar:1.4
[DEBUG]   Included: com.google.code.findbugs:findbugs-ant:jar:2.0.0
[DEBUG]   Included: com.google.code.findbugs:findbugs:jar:2.0.0
[DEBUG]   Included: com.google.code.findbugs:bcel:jar:2.0.0
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.0
[DEBUG]   Included: com.google.code.findbugs:jFormatString:jar:2.0.0
[DEBUG]   Included: com.google.code.findbugs:annotations:jar:2.0.0
[DEBUG]   Included: dom4j:dom4j:jar:1.6.1
[DEBUG]   Included: jaxen:jaxen:jar:1.1.1
[DEBUG]   Included: jdom:jdom:jar:1.0
[DEBUG]   Included: xom:xom:jar:1.0
[DEBUG]   Included: xerces:xmlParserAPIs:jar:2.6.2
[DEBUG]   Included: xalan:xalan:jar:2.6.0
[DEBUG]   Included: com.ibm.icu:icu4j:jar:2.6.1
[DEBUG]   Included: asm:asm:jar:3.3
[DEBUG]   Included: asm:asm-tree:jar:3.3
[DEBUG]   Included: asm:asm-commons:jar:3.3
[DEBUG]   Included: jgoodies:plastic:jar:1.2.0
[DEBUG]   Included: org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.10
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.10
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.10
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.10
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0
[DEBUG]   Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2
[DEBUG]   Excluded:
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.10
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.10
[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   Excluded: junit:junit:jar:3.8.2
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Configuring mojo
org.codehaus.mojo:findbugs-maven-plugin:2.4.0:findbugs from plugin realm
ClassRealm[plugin>org.codehaus.mojo:findbugs-maven-plugin:2.4.0, parent:
sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[DEBUG] Setting property: site.resource.loader.class =>
'org.codehaus.plexus.velocity.SiteResourceLoader'.
[DEBUG] Setting property: velocimacro.messages.on => 'false'.
[DEBUG] Setting property: resource.loader => 'classpath,site'.
[DEBUG] Setting property: runtime.log.invalid.references => 'false'.
[DEBUG] Setting property: resource.manager.logwhenfound => 'false'.
[DEBUG] Setting property:
velocimacro.permissions.allow.inline.to.replace.global => 'true'.
[DEBUG] *******************************************************************
[DEBUG] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
[DEBUG] RuntimeInstance initializing.
[DEBUG] Default Properties File:
org/apache/velocity/runtime/defaults/velocity.properties
[DEBUG] LogSystem has been deprecated. Please use a LogChute implementation.
[DEBUG] Default ResourceManager initializing. (class
org.apache.velocity.runtime.resource.ResourceManagerImpl)
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[DEBUG] ResourceLoader instantiated:
org.codehaus.plexus.velocity.SiteResourceLoader
[DEBUG] ResourceCache: initialized (class
org.apache.velocity.runtime.resource.ResourceCacheImpl)
[DEBUG] Default ResourceManager initialization complete.
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Literal
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[DEBUG] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Include
[DEBUG] Loaded System Directive:
org.apache.velocity.runtime.directive.Foreach
[DEBUG] Created '20' parsers.
[DEBUG] Velocimacro : initialization starting.
[DEBUG] Velocimacro : allowInline = true : VMs can be defined inline in
templates
[DEBUG] Velocimacro : allowInlineToOverride = true : VMs defined inline may
replace previous VM definitions
[DEBUG] Velocimacro : allowInlineLocal = false : VMs defined inline will be
global in scope if allowed.
[DEBUG] Velocimacro : autoload off : VM system will not automatically
reload global library macros
[DEBUG] Velocimacro : Velocimacro : initialization complete.
[DEBUG] RuntimeInstance successfully initialized.
[DEBUG] Configuring mojo
'org.codehaus.mojo:findbugs-maven-plugin:2.4.0:findbugs' with basic
configurator -->
[DEBUG]   (s) classFilesDirectory = /home/ci/workspace/target/classes
[DEBUG]   (s) compileSourceRoots = [/home/ci/workspace/src/main/java]
[DEBUG]   (s) debug = false
[DEBUG]   (s) effort = Default
[DEBUG]   (s) failOnError = true
[DEBUG]   (s) findbugsXmlOutput = false
[DEBUG]   (s) findbugsXmlOutputDirectory = /home/ci/workspace/target
[DEBUG]   (s) fork = true
[DEBUG]   (s) includeTests = false
[DEBUG]   (s) localRepository =        id: local
      url: file:///root/.m2/repository/
   layout: none

[DEBUG]   (s) maxHeap = 512
[DEBUG]   (s) nested = false
[DEBUG]   (s) outputDirectory = /home/ci/workspace/target/site
[DEBUG]   (s) pluginArtifacts =
[org.codehaus.mojo:findbugs-maven-plugin:maven-plugin:2.4.0:,
org.codehaus.gmaven:gmaven-mojo:jar:1.3:compile,
org.codehaus.gmaven.runtime:gmaven-runtime-api:jar:1.3:compile,
org.codehaus.gmaven.feature:gmaven-feature-api:jar:1.3:compile,
org.codehaus.gmaven.runtime:gmaven-runtime-1.5:jar:1.3:compile,
org.codehaus.gmaven.feature:gmaven-feature-support:jar:1.3:compile,
org.codehaus.groovy:groovy-all-minimal:jar:1.5.8:compile,
org.apache.ant:ant:jar:1.7.1:compile,
org.apache.ant:ant-launcher:jar:1.7.1:compile,
jline:jline:jar:0.9.94:compile,
org.codehaus.plexus:plexus-interpolation:jar:1.1:compile,
org.codehaus.gmaven:gmaven-plugin:jar:1.3:compile,
org.codehaus.gmaven.runtime:gmaven-runtime-loader:jar:1.3:compile,
org.codehaus.gmaven.runtime:gmaven-runtime-support:jar:1.3:compile,
org.sonatype.gshell:gshell-io:jar:2.0:compile,
com.thoughtworks.qdox:qdox:jar:1.10:compile,
org.apache.maven.shared:file-management:jar:1.2.1:compile,
org.apache.maven.shared:maven-shared-io:jar:1.1:compile,
commons-lang:commons-lang:jar:2.4:compile,
org.slf4j:slf4j-api:jar:1.5.10:compile,
org.sonatype.gossip:gossip:jar:1.2:compile,
org.apache.maven.reporting:maven-reporting-impl:jar:2.1:compile,
commons-validator:commons-validator:jar:1.2.0:compile,
commons-beanutils:commons-beanutils:jar:1.7.0:compile,
commons-digester:commons-digester:jar:1.6:compile,
commons-logging:commons-logging:jar:1.0.4:compile,
oro:oro:jar:2.0.8:compile, xml-apis:xml-apis:jar:1.0.b2:compile,
org.codehaus.groovy:groovy-all:jar:1.7.4:compile,
org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile,
org.apache.maven.doxia:doxia-core:jar:1.1.3:compile,
org.apache.maven.doxia:doxia-logging-api:jar:1.1.3:compile,
xerces:xercesImpl:jar:2.9.1:compile,
commons-httpclient:commons-httpclient:jar:3.1:compile,
commons-codec:commons-codec:jar:1.2:compile,
org.apache.maven.doxia:doxia-sink-api:jar:1.1.3:compile,
org.apache.maven.doxia:doxia-decoration-model:jar:1.1.3:compile,
org.apache.maven.doxia:doxia-site-renderer:jar:1.1.3:compile,
org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3:compile,
org.apache.maven.doxia:doxia-module-fml:jar:1.1.3:compile,
org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile,
org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile,
org.apache.velocity:velocity:jar:1.5:compile,
commons-collections:commons-collections:jar:3.2:compile,
org.apache.maven.shared:maven-doxia-tools:jar:1.2.1:compile,
commons-io:commons-io:jar:1.4:compile,
com.google.code.findbugs:findbugs-ant:jar:2.0.0:compile,
com.google.code.findbugs:findbugs:jar:2.0.0:compile,
com.google.code.findbugs:bcel:jar:2.0.0:compile,
com.google.code.findbugs:jsr305:jar:2.0.0:compile,
com.google.code.findbugs:jFormatString:jar:2.0.0:compile,
com.google.code.findbugs:annotations:jar:2.0.0:compile,
dom4j:dom4j:jar:1.6.1:compile, jaxen:jaxen:jar:1.1.1:compile,
jdom:jdom:jar:1.0:compile, xom:xom:jar:1.0:compile,
xerces:xmlParserAPIs:jar:2.6.2:compile, xalan:xalan:jar:2.6.0:compile,
com.ibm.icu:icu4j:jar:2.6.1:compile, asm:asm:jar:3.3:compile,
asm:asm-tree:jar:3.3:compile, asm:asm-commons:jar:3.3:compile,
jgoodies:plastic:jar:1.2.0:compile,
org.codehaus.plexus:plexus-resources:jar:1.0-alpha-4:compile,
org.codehaus.plexus:plexus-utils:jar:1.5.1:compile]
[DEBUG]   (s) project = MavenProject: com.mycompany.myapp:myapp:1.0 @
/home/ci/workspace/pom.xml
[DEBUG]   (s) relaxed = false
[DEBUG]   (s) remoteArtifactRepositories = [       id: central
      url: http://repo.maven.apache.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (s) skip = false
[DEBUG]   (s) testClassFilesDirectory =
/home/ci/workspace/target/test-classes
[DEBUG]   (s) testSourceRoots = [/home/ci/workspace/src/test/java]
[DEBUG]   (s) threshold = Low
[DEBUG]   (s) timeout = 600000
[DEBUG]   (s) trace = false
[DEBUG]   (s) xmlEncoding = UTF-8
[DEBUG]   (s) xmlOutput = false
[DEBUG]   (s) xmlOutputDirectory = /home/ci/workspace/target
[DEBUG]   (s) xrefLocation = /home/ci/workspace/target/site/xref
[DEBUG]   (s) xrefTestLocation = /home/ci/workspace/target/site/xref-test
[DEBUG] -- end configuration --
[DEBUG] ****** FindBugsMojo execute *******
[DEBUG] XML outputFile is /home/ci/workspace/target/findbugsXml.xml
[DEBUG] Generating Findbugs XML
[DEBUG] Inside canGenerateReport..... false
[DEBUG] canGenerate is false
[INFO]
[INFO] --- maven-ear-plugin:2.6:generate-application-xml
(default-generate-application-xml) @ myapp ---
[DEBUG] org.apache.maven.plugins:maven-ear-plugin:jar:2.6:
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]
org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]
org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.4.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:1.0:compile
[DEBUG]       org.codehaus.plexus:plexus-io:jar:1.0:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0-beta-2:compile
[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-ear-plugin:2.6
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-ear-plugin:2.6
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-ear-plugin:2.6
[DEBUG]   Included: org.apache.maven.plugins:maven-ear-plugin:jar:2.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included:
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.4.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:1.0
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-2
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG]   Excluded:
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1
[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml from
plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-ear-plugin:2.6, parent:
sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-ear-plugin:2.6:generate-application-xml'
with basic configurator -->
[DEBUG]   (f) displayName = myapp
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) generateApplicationXml = true
[DEBUG]   (f) generateModuleId = false
[DEBUG]   (f) generatedDescriptorLocation = /home/ci/workspace/target
[DEBUG]   (f) includeLibInApplicationXml = false
[DEBUG]   (f) project = MavenProject: com.mycompany.myapp:myapp:1.0 @
/home/ci/workspace/pom.xml
[DEBUG]   (f) version = 1.3
[DEBUG]   (f) workDirectory = /home/ci/workspace/target/myapp
[DEBUG] -- end configuration --
[DEBUG] Resolving artifact type mappings ...
[DEBUG] Initializing JBoss configuration if necessary ...
[DEBUG] Initializing ear execution context
[DEBUG] Resolving ear modules ...
[INFO] Generating application.xml
[DEBUG] Generation of jboss-app.xml is disabled
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @
myapp ---
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]
org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]
org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.0-beta-4:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3
[DEBUG]   Included:
org.apache.maven.plugins:maven-resources-plugin:jar:2.4.3
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included:
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.0-beta-4
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG]   Excluded:
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources from plugin
realm
ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.4.3,
parent: sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources' with
basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /home/ci/workspace/target/classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: com.mycompany.myapp:myapp:1.0 @
/home/ci/workspace/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false,
FileSet {directory: /home/ci/workspace/src/main/resources, PatternSet
[includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@1e69671
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation,
env.SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/1103,unix/unix:/tmp/.ICE-unix/1103,
env.LESSOPEN=||/usr/bin/lesspipe.sh %s, package=com.mycompany.myapp,
env.JENKINS_SERVER_COOKIE=ee2a2f25342ee90bee0c4de544725779,
sun.java.launcher=SUN_STANDARD, env.QT_IM_MODULE=xim,
sun.management.compiler=HotSpot Client Compiler, os.name=Linux,
sun.boot.class.path=/usr/java/jdk1.7.0_02/jre/lib/resources.jar:/usr/java/jdk1.7.0_02/jre/lib/rt.jar:/usr/java/jdk1.7.0_02/jre/lib/sunrsasign.jar:/usr/java/jdk1.7.0_02/jre/lib/jsse.jar:/usr/java/jdk1.7.0_02/jre/lib/jce.jar:/usr/java/jdk1.7.0_02/jre/lib/charsets.jar:/usr/java/jdk1.7.0_02/jre/classes,
env.PWD=/root/.jenkins/jobs/myapp/workspace,
env.XDG_SESSION_COOKIE=bd7fb154366275d38442361600000010-1329227617.418251-308390103,
sun.desktop=gnome, env.LANG=en_US.UTF-8,
java.vm.specifciation.vendor=Oracle Corporation,
java.runtime.version=1.7.0_02-b13, env.HISTSIZE=1000, env.XDG_VTNR=1,
env.DISPLAY=:0.0, user.name=root, maven.build.version=Apache Maven 3.0.4
(r1232337; 2012-01-17 06:44:56-0200), env.USER=ci,
env.HISTCONTROL=ignoredups, env.SHELL=/bin/bash, env.DESKTOP_SESSION=gnome,
env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat,
env.PATH=/usr/java/jdk1.7.0_02/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ci/.local/bin:/home/ci/bin:/usr/java/jdk1.7.0_02/bin:/home/ci/apache-maven-3.0.4/bin,
user.language=en, env.IMSETTINGS_MODULE=none,
sun.boot.library.path=/usr/java/jdk1.7.0_02/jre/lib/i386,
classworlds.conf=/root/.jenkins/tools/_home_ci_apache-maven-3.0.4/bin/m2.conf,
java.version=1.7.0_02, version=1.0, user.timezone=Brazil/East,
artifactId=myapp, env.NODE_NAME=master,
env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-rVHyJI9Hid,guid=d1c454391f807094f9cce8e800000077,
sun.arch.data.model=32,
java.endorsed.dirs=/usr/java/jdk1.7.0_02/jre/lib/endorsed,
sun.cpu.isalist=, sun.jnu.encoding=UTF-8, file.encoding.pkg=sun.io,
env.SHLVL=3, file.separator=/, env.HOSTNAME=ci-mycompany,
env.SVN_REVISION=256, java.specification.name=Java Platform API
Specification, env.IMSETTINGS_INTEGRATE_DESKTOP=yes,
env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated, java.class.version=51.0,
env.GDMSESSION=gnome, user.country=US, env.GNOME_KEYRING_PID=1099,
env.BUILD_NUMBER=46, java.home=/usr/java/jdk1.7.0_02/jre, java.vm.info=mixed
mode, sharing, env.LOGNAME=ci, os.version=3.2.2-1.fc16.i686,
env.HUDSON_COOKIE=8530e7d0-54c7-4a50-a0be-db25d50e2217, path.separator=:,
java.vm.version=22.0-b10, env.JOB_NAME=myapp,
env.JAVA_HOME=/usr/java/jdk1.7.0_02,
java.awt.printerjob=sun.print.PSPrinterJob, env.TERM=xterm,
env.WINDOWPATH=1, sun.io.unicode.encoding=UnicodeLittle,
awt.toolkit=sun.awt.X11.XToolkit, env.XMODIFIERS=@im=none, env.HUDSON_URL=
http://localhost:8081/, env.BUILD_TAG=jenkins-myapp-46, user.home=/root,
env.JENKINS_HOME=/root/.jenkins, env.JOB_URL=
http://localhost:8081/job/myapp/, java.specification.vendor=Oracle
Corporation, env.M2_HOME=/root/.jenkins/tools/_home_ci_apache-maven-3.0.4,
groupId=com.mycompany.myapp, env.WINDOWID=50331653,
java.library.path=/usr/java/packages/lib/i386:/lib:/usr/lib,
java.vendor.url=http://java.oracle.com/, env.HUDSON_HOME=/root/.jenkins,
env.HUDSON_SERVER_COOKIE=ee2a2f25342ee90bee0c4de544725779,
env.XDG_SEAT=seat0, java.vm.vendor=Oracle Corporation,
maven.home=/root/.jenkins/tools/_home_ci_apache-maven-3.0.4,
java.runtime.name=Java(TM) SE Runtime Environment,
sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -f
/home/ci/workspace/pom.xml -X -DgroupId=com.mycompany.myapp
-DartifactId=myapp -Dpackage=com.mycompany.myapp -Dversion=1.0
checkstyle:checkstyle pmd:pmd findbugs:findbugs install,
java.class.path=/root/.jenkins/tools/_home_ci_apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar,
env.EXECUTOR_NUMBER=0, env.MAVEN_TERMINATE_CMD=on, env.XDG_SESSION_ID=2,
maven.version=3.0.4, env.CVS_RSH=ssh,
env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, java.vm.specification.name=Java
Virtual Machine Specification, java.vm.specification.version=1.7,
sun.cpu.endian=little, sun.os.patch.level=unknown, env.HOME=/root,
java.io.tmpdir=/tmp,
env.LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:*.pdf=00;33:*.ps=00;33:*.ps.gz=00;33:*.txt=00;33:*.patch=00;33:*.diff=00;33:*.log=00;33:*.tex=00;33:*.xls=00;33:*.xlsx=00;33:*.ppt=00;33:*.pptx=00;33:*.rtf=00;33:*.doc=00;33:*.docx=00;33:*.odt=00;33:*.ods=00;33:*.odp=00;33:*.xml=00;33:*.epub=00;33:*.abw=00;33:*.html=00;33:*.wpd=00;33:,
env.BUILD_URL=http://localhost:8081/job/myapp/46/, java.vendor.url.bug=
http://bugreport.sun.com/bugreport/,
env.SSH_AUTH_SOCK=/tmp/keyring-0gmAAm/ssh, os.arch=i386,
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment,
java.ext.dirs=/usr/java/jdk1.7.0_02/jre/lib/ext:/usr/java/packages/lib/ext,
env.XDG_RUNTIME_DIR=/run/user/ci,
user.dir=/root/.jenkins/jobs/myapp/workspace,
env.MAVEN_HOME=/root/.jenkins/tools/_home_ci_apache-maven-3.0.4,
env.XAUTHORITY=/root/.xauthgucFVw, env.BUILD_ID=2012-02-14_16-46-34,
line.separator=
, java.vm.name=Java HotSpot(TM) Client VM, env.JENKINS_URL=
http://localhost:8081/, env.COLORTERM=gnome-terminal, env.SVN_URL=
http://10.225.3.184/repos/myapp/branches/TarFev2012, env.USERNAME=ci,
file.encoding=UTF-8, env.MAIL=/var/spool/mail/ci,
env.WORKSPACE=/root/.jenkins/jobs/myapp/workspace,
env.GPG_AGENT_INFO=/tmp/keyring-0gmAAm/gpg:0:1,
java.specification.version=1.7,
env.GNOME_KEYRING_CONTROL=/tmp/keyring-0gmAAm, env.NODE_LABELS=master}
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[DEBUG] resource with targetPath null
directory /home/ci/workspace/src/main/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory
/home/ci/workspace/src/main/resources
[INFO]
[INFO] --- maven-ear-plugin:2.6:ear (default-ear) @ myapp ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-ear-plugin:2.6:ear
from plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-ear-plugin:2.6, parent:
sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-ear-plugin:2.6:ear' with basic configurator
-->
[DEBUG]   (f) earSourceDirectory = /home/ci/workspace/src/main/application
[DEBUG]   (f) earSourceIncludes = **
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapedBackslashesInFilePath = false
[DEBUG]   (f) filtering = false
[DEBUG]   (f) finalName = myapp
[DEBUG]   (f) generatedDescriptorLocation = /home/ci/workspace/target
[DEBUG]   (f) includeLibInApplicationXml = false
[DEBUG]   (f) outputDirectory = /home/ci/workspace/target
[DEBUG]   (f) project = MavenProject: com.mycompany.myapp:myapp:1.0 @
/home/ci/workspace/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@1e69671
[DEBUG]   (f) version = 1.3
[DEBUG]   (f) workDirectory = /home/ci/workspace/target/myapp
[DEBUG] -- end configuration --
[DEBUG] Resolving artifact type mappings ...
[DEBUG] Initializing JBoss configuration if necessary ...
[DEBUG] Initializing ear execution context
[DEBUG] Resolving ear modules ...
[DEBUG] Jar archiver
implementation[org.codehaus.plexus.archiver.jar.JarArchiver]
[INFO] Could not find manifest file:
/home/ci/workspace/target/myapp/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /home/ci/workspace/target/myapp.ear
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding entry META-INF/application.xml
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/com.mycompany.myapp/
[DEBUG] adding directory META-INF/maven/com.mycompany.myapp/myapp/
[DEBUG] adding entry META-INF/maven/com.mycompany.myapp/myapp/pom.xml
[DEBUG] adding entry META-INF/maven/com.mycompany.myapp/myapp/pom.properties
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ myapp ---
[DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.3.1:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.codehaus.plexus:plexus-digest:jar:1.0:compile
[DEBUG] Created new class realm
plugin>org.apache.maven.plugins:maven-install-plugin:2.3.1
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-install-plugin:2.3.1
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-install-plugin:2.3.1
[DEBUG]   Included: org.apache.maven.plugins:maven-install-plugin:jar:2.3.1
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.codehaus.plexus:plexus-digest:jar:1.0
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-install-plugin:2.3.1:install from plugin
realm
ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.3.1,
parent: sun.misc.Launcher$AppClassLoader@53ba3d]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-install-plugin:2.3.1:install' with basic
configurator -->
[DEBUG]   (f) artifact = com.mycompany.myapp:myapp:ear:1.0
[DEBUG]   (f) attachedArtifacts = []
[DEBUG]   (f) createChecksum = false
[DEBUG]   (f) localRepository =        id: local
      url: file:///root/.m2/repository/
   layout: none

[DEBUG]   (f) packaging = ear
[DEBUG]   (f) pomFile = /home/ci/workspace/pom.xml
[DEBUG]   (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing /home/ci/workspace/target/myapp.ear to
/root/.m2/repository/com/mycompany/myapp/myapp/1.0/myapp-1.0.ear
[DEBUG] Writing resolution tracking file
/root/.m2/repository/com/mycompany/myapp/myapp/1.0/_maven.repositories
[INFO] Installing /home/ci/workspace/pom.xml to
/root/.m2/repository/com/mycompany/myapp/myapp/1.0/myapp-1.0.pom
[DEBUG] Writing resolution tracking file
/root/.m2/repository/com/mycompany/myapp/myapp/1.0/_maven.repositories
[DEBUG] Installing com.mycompany.myapp:myapp/maven-metadata.xml to
/root/.m2/repository/com/mycompany/myapp/myapp/maven-metadata-local.xml
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11.601s
[INFO] Finished at: Tue Feb 14 16:46:55 BRST 2012
[INFO] Final Memory: 18M/44M
[INFO]
------------------------------------------------------------------------
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] No files found in /root/.jenkins/jobs/myapp/workspace for
pattern: myapp/reports/checkstyle-result.xml
[CHECKSTYLE] Computing warning deltas based on reference build #45
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] No files found in /root/.jenkins/jobs/myapp/workspace for
pattern: myapp/reports/findbugs-result.xml
[FINDBUGS] Computing warning deltas based on reference build #45
[PMD] Collecting PMD analysis files...
[PMD] No files found in /root/.jenkins/jobs/myapp/workspace for pattern:
myapp/reports/pmd-result.xml
[PMD] Computing warning deltas based on reference build #45
Finished: SUCCESS

---


And here is my pom.xml

---
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                             http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <!-- <parent>
      <artifactId>parent</artifactId> -->
      <groupId>com.mycompany.myapp</groupId>
      <version>1.0</version>
<!--  </parent> -->
  <artifactId>myapp</artifactId>
  <packaging>ear</packaging>
  <name>myapp</name>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    </dependencies>
  <build>
    <finalName>myapp</finalName>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    <!-- pmd -->
    <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-pmd-plugin</artifactId>
            </plugin>
            <!-- <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
            </plugin> -->
    <!-- findbugs -->
    <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
                <configuration>
                    <threshold>Low</threshold><!--
High|Normal|Low|Exp|Ignore -->
                    <effort>Default</effort><!-- Min|Default|Max -->
                </configuration>
            </plugin>
            <!-- <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
            </plugin> -->
    <!-- checkstyle -->
<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <configuration>

<configLocation>config/sun_checks.xml</configLocation><!-- default -->
                    <!--
<configLocation>config/maven_checks.xml</configLocation> -->
                    <!--
<configLocation>config/turbine_checks.xml</configLocation> -->
                    <!--
<configLocation>config/avalon_checks.xml</configLocation> -->
                </configuration>
            </plugin>
            <!-- <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
            </plugin> -->
    </plugins>
  </build>
</project>
---


Hope someone help me.

Paulo Cassiano

---
2012/2/14 Ansgar Konermann <an...@googlemail.com>

> Upload your pom.xml and the actual error messages somewhere (gist,
> pastebin) and post the links here, so someone can have a look at it.
> Am 14.02.2012 17:39 schrieb "Paulo Cassiano" <pc...@gmail.com>:
>
> > When I try to run pmd:pmd, or checkstyle:checkstyle, Maven returns me
> > error...
> >
> > How can I properly configure Maven to run QA Tools, like PMD, Checkstyle
> > and Findbugs?
> >
> > Thanks in advance!
> >
> > Paulo Cassiano.
> >
>

Re: Maven + QA Tools

Posted by Ansgar Konermann <an...@googlemail.com>.
Upload your pom.xml and the actual error messages somewhere (gist,
pastebin) and post the links here, so someone can have a look at it.
Am 14.02.2012 17:39 schrieb "Paulo Cassiano" <pc...@gmail.com>:

> When I try to run pmd:pmd, or checkstyle:checkstyle, Maven returns me
> error...
>
> How can I properly configure Maven to run QA Tools, like PMD, Checkstyle
> and Findbugs?
>
> Thanks in advance!
>
> Paulo Cassiano.
>