Uploaded image for project: 'Hawkular'
  1. Hawkular
  2. HAWKULAR-357

The build fails with OpenJDK 8

    XMLWordPrintable

Details

    Description

      (1) make sure you use OpenJDK 8:

      java -version
      openjdk version "1.8.0_45"
      OpenJDK Runtime Environment (build 1.8.0_45-b14)
      OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode)
      

      (2) Build any project depending on hawkular-parent or hawkular-parent itself:

      mvn clean install --debug
      

      Expected: the build end with success, much like with Oracle Java 8

      Found: the build fails with a strange error Failed to execute goal com.mycila:license-maven-plugin:2.10:check (default) on project hawkular-parent: Execution default of goal com.mycila:license-maven-plugin:2.10:check failed: Plugin com.mycila:license-maven-plugin:2.10 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar

      The complete log:

      Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00)
      Maven home: /home/ppalaga/bin/apache-maven-3.2.5
      Java version: 1.8.0_45, vendor: Oracle Corporation
      Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre
      Default locale: en_US, platform encoding: ANSI_X3.4-1968
      OS name: "linux", version: "4.0.4-303.fc22.x86_64", arch: "amd64", family: "unix"
      [INFO] Error stacktraces are turned on.
      [DEBUG] Reading global settings from /home/ppalaga/bin/apache-maven-3.2.5/conf/settings.xml
      [DEBUG] Reading user settings from /home/ppalaga/ws/hawkular/0-settings/settings.xml
      [DEBUG] Using local repository at /home/data/gtn-m2-repository
      [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/data/gtn-m2-repository
      [INFO] Scanning for projects...
      [DEBUG] Extension realms for project org.hawkular:hawkular-parent:pom:16-SNAPSHOT: (none)
      [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
      [DEBUG] === REACTOR BUILD PLAN ================================================
      [DEBUG] Project: org.hawkular:hawkular-parent:pom:16-SNAPSHOT
      [DEBUG] Tasks:   [clean, install]
      [DEBUG] Style:   Regular
      [DEBUG] =======================================================================
      [INFO]                                                                         
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Hawkular Parent 16-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [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] 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:       org.hawkular:hawkular-parent:16-SNAPSHOT
      [DEBUG] Dependencies (collect): []
      [DEBUG] Dependencies (resolve): [compile, test]
      [DEBUG] Repositories (dependencies): [gp (https://repository.jboss.org/nexus/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
      [DEBUG] Repositories (plugins)     : [gp-plugins (http://repository.jboss.org/nexus/content/groups/public, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.6:clean (default-clean)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <directory default-value="${project.build.directory}"/>
        <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
        <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
        <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
        <outputDirectory default-value="${project.build.outputDirectory}"/>
        <reportDirectory default-value="${project.build.outputDirectory}"/>
        <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
        <skip default-value="false">${clean.skip}</skip>
        <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
        <verbose>${clean.verbose}</verbose>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce-rules)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <fail default-value="true">${enforcer.fail}</fail>
        <failFast default-value="false">${enforcer.failFast}</failFast>
        <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
        <rules>
          <requireMavenVersion>
            <version>[3.0.4,)</version>
          </requireMavenVersion>
          <requireJavaVersion>
            <version>[1.8,)</version>
          </requireJavaVersion>
          <requireNoRepositories/>
          <requirePluginVersions/>
        </rules>
        <skip default-value="false">${enforcer.skip}</skip>
        <project default-value="${project}"/>
        <session default-value="${session}"/>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.codehaus.mojo:buildnumber-maven-plugin:1.3:create (default)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <buildNumberPropertiesFileLocation default-value="${basedir}/buildNumber.properties"/>
        <buildNumberPropertyName default-value="buildNumber">${maven.buildNumber.buildNumberPropertyName}</buildNumberPropertyName>
        <doCheck default-value="false">${maven.buildNumber.doCheck}</doCheck>
        <doUpdate default-value="false">${maven.buildNumber.doUpdate}</doUpdate>
        <format>${maven.buildNumber.format}</format>
        <getRevisionOnlyOnce default-value="false">${maven.buildNumber.getRevisionOnlyOnce}</getRevisionOnlyOnce>
        <locale>en_US</locale>
        <password>${password}</password>
        <project default-value="${project}"/>
        <reactorProjects default-value="${reactorProjects}"/>
        <readUrlScm default-value="${project.scm.connection}"/>
        <revisionOnScmFailure>${maven.buildNumber.revisionOnScmFailure}</revisionOnScmFailure>
        <scmBranchPropertyName default-value="scmBranch">${maven.buildNumber.scmBranchPropertyName}</scmBranchPropertyName>
        <scmDirectory default-value="${basedir}">${maven.buildNumber.scmDirectory}</scmDirectory>
        <session default-value="${session}"/>
        <skip default-value="false">${maven.buildNumber.skip}</skip>
        <timestampFormat>{0,date,yyyy-MM-dd&apos;T&apos;HH:mm:ssX}</timestampFormat>
        <timestampPropertyName default-value="timestamp">${maven.buildNumber.timestampPropertyName}</timestampPropertyName>
        <urlScm default-value="${project.scm.developerConnection}"/>
        <useLastCommittedRevision default-value="false">${maven.buildNumber.useLastCommittedRevision}</useLastCommittedRevision>
        <username>${username}</username>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addSources (default)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <mojoExecution>${mojoExecution}</mojoExecution>
        <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
        <project>${project}</project>
        <session>${session}</session>
        <skipTests default-value="false">${maven.test.skip}</skipTests>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addTestSources (default)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <mojoExecution>${mojoExecution}</mojoExecution>
        <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
        <project>${project}</project>
        <session>${session}</session>
        <skipTests default-value="false">${maven.test.skip}</skipTests>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.codehaus.gmavenplus:gmavenplus-plugin:1.2:compile (default)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <configScript>${configScript}</configScript>
        <debug default-value="false"/>
        <invokeDynamic default-value="false">${invokeDynamic}</invokeDynamic>
        <mojoExecution>${mojoExecution}</mojoExecution>
        <outputDirectory default-value="${project.build.outputDirectory}"/>
        <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
        <project>${project}</project>
        <session>${session}</session>
        <skipTests default-value="false">${maven.test.skip}</skipTests>
        <sourceEncoding default-value="${project.build.sourceEncoding}"/>
        <targetBytecode default-value="1.5"/>
        <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
        <tolerance default-value="0"/>
        <verbose default-value="false"/>
        <warningLevel default-value="1"/>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.codehaus.gmavenplus:gmavenplus-plugin:1.2:testCompile (default)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <configScript>${configScript}</configScript>
        <debug default-value="false"/>
        <invokeDynamic default-value="false">${invokeDynamic}</invokeDynamic>
        <mojoExecution>${mojoExecution}</mojoExecution>
        <outputDirectory default-value="${project.build.outputDirectory}"/>
        <pluginArtifacts>${plugin.artifacts}</pluginArtifacts>
        <project>${project}</project>
        <session>${session}</session>
        <skipTests default-value="false">${maven.test.skip}</skipTests>
        <sourceEncoding default-value="${project.build.sourceEncoding}"/>
        <targetBytecode default-value="1.5"/>
        <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
        <tolerance default-value="0"/>
        <verbose default-value="false"/>
        <warningLevel default-value="1"/>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          com.mycila:license-maven-plugin:2.10:check (default)
      [DEBUG] Style:         Regular
      [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
      <configuration>
        <aggregate default-value="false">${license.aggregate}</aggregate>
        <basedir default-value="${basedir}">${license.basedir}</basedir>
        <concurrencyFactor default-value="1.5">${license.concurrencyFactor}</concurrencyFactor>
        <dryRun default-value="false">${license.dryRun}</dryRun>
        <encoding default-value="${project.build.sourceEncoding}">${license.encoding}</encoding>
        <excludes>
          <exclude>**/.bowerrc</exclude>
          <exclude>**/.jshintrc</exclude>
          <exclude>**/LICENSE</exclude>
          <exclude>**/README</exclude>
          <exclude>**/README.*</exclude>
          <exclude>**/.travis.force.build</exclude>
          <exclude>**/*.d.ts</exclude>
          <exclude>**/*.eot</exclude>
          <exclude>**/*.otf</exclude>
          <exclude>**/*.ttf</exclude>
          <exclude>**/*.svg</exclude>
          <exclude>**/*.woff</exclude>
          <exclude>**/*.html</exclude>
          <exclude>**/*.htm</exclude>
        </excludes>
        <failIfMissing default-value="true">${license.failIfMissing}</failIfMissing>
        <failIfUnknown default-value="false">${license.failIfUnknown}</failIfUnknown>
        <header>hawkular-license/jboss-apache-2-template.txt</header>
        <mapping>
          <conf>SCRIPT_STYLE</conf>
          <cql>DOUBLEDASHES_STYLE</cql>
          <Dockerfile>SCRIPT_STYLE</Dockerfile>
          <drl>SLASHSTAR_STYLE</drl>
          <g4>SLASHSTAR_STYLE</g4>
          <gradle>SLASHSTAR_STYLE</gradle>
          <gradlew>SCRIPT_STYLE</gradlew>
          <iql>DOUBLEDASHES_STYLE</iql>
          <jshintrc>SLASHSTAR_STYLE</jshintrc>
          <java>SLASHSTAR_STYLE</java>
          <less>SLASHSTAR_STYLE</less>
          <yaml>SCRIPT_STYLE</yaml>
          <yml>SCRIPT_STYLE</yml>
        </mapping>
        <quiet default-value="false">${license.quiet}</quiet>
        <skip default-value="false">${license.skip}</skip>
        <skipExistingHeaders default-value="false">${license.skipExistingHeaders}</skipExistingHeaders>
        <strictCheck default-value="true">${license.strictCheck}</strictCheck>
        <useDefaultExcludes default-value="true">${license.useDefaultExcludes}</useDefaultExcludes>
        <useDefaultMapping default-value="true">${license.useDefaultMapping}</useDefaultMapping>
        <project default-value="${project}"/>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.apache.maven.plugins:maven-checkstyle-plugin:2.15:checkstyle (check-style)
      [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">hawkular-checkstyle/checkstyle.xml</configLocation>
        <consoleOutput default-value="false">true</consoleOutput>
        <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>release.properties,
                  **/*.d.ts,</excludes>
        <failsOnError default-value="false">true</failsOnError>
        <format default-value="sun"/>
        <headerFile default-value="${basedir}/LICENSE.txt"/>
        <headerLocation default-value="LICENSE.txt">${checkstyle.header.file}</headerLocation>
        <includeResources default-value="true">${checkstyle.includeResources}</includeResources>
        <includeTestResources default-value="true">${checkstyle.includeTestResources}</includeTestResources>
        <includeTestSourceDirectory default-value="false"/>
        <includes default-value="**\/*.java">src/**/*.java,
                  *.xml,
                  src/**/*.xml,
                  src/**/*.js,
                  *.adoc,
                  src/**/*.adoc,
                  *.conf,
                  src/**/*.conf,
                  src/**/*.cql,
                  src/**/*.css,
                  Dockerfile,
                  src/**/Dockerfile,
                  src/**/*.groovy,
                  *.html,
                  src/**/*.html,
                  src/**/*.json,
                  src/**/*.js.map,
                  *.md,
                  src/**/*.md,
                  *.properties,
                  src/**/*.properties,
                  *.sh,
                  src/**/*.sh,
                  *.txt,
                  src/**/*.txt,
                  src/**/*.xsl,
                  *.yml,
                  src/**/*.yml,
                  src/**/*.yaml,</includes>
        <inputEncoding default-value="${project.build.sourceEncoding}">${encoding}</inputEncoding>
        <linkXRef default-value="true">${linkXRef}</linkXRef>
        <mojoExecution default-value="${mojoExecution}"/>
        <outputDirectory default-value="${project.reporting.outputDirectory}"/>
        <outputEncoding default-value="${project.reporting.outputEncoding}">${outputEncoding}</outputEncoding>
        <outputFile default-value="${project.build.directory}/checkstyle-result.xml">${checkstyle.output.file}</outputFile>
        <outputFileFormat default-value="xml">${checkstyle.output.format}</outputFileFormat>
        <plugin default-value="${plugin}"/>
        <project default-value="${project}"/>
        <propertiesLocation>${checkstyle.properties.location}</propertiesLocation>
        <resourceExcludes>${checkstyle.resourceExcludes}</resourceExcludes>
        <resourceIncludes default-value="**/*.properties">${checkstyle.resourceIncludes}</resourceIncludes>
        <resources default-value="${project.resources}"/>
        <skip default-value="false">${checkstyle.skip}</skip>
        <sourceDirectories default-value="${project.compileSourceRoots}"/>
        <sourceDirectory>/home/ppalaga/git/hawkular-parent-pom</sourceDirectory>
        <suppressionsFileExpression default-value="checkstyle.suppressions.file">${checkstyle.suppression.expression}</suppressionsFileExpression>
        <suppressionsLocation>hawkular-checkstyle/suppressions.xml</suppressionsLocation>
        <testResources default-value="${project.testResources}"/>
        <testSourceDirectories default-value="${project.testCompileSourceRoots}"/>
        <useFile/>
        <xrefLocation default-value="${project.reporting.outputDirectory}/xref"/>
      </configuration>
      [DEBUG] -----------------------------------------------------------------------
      [DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.5.2: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>
        <installAtEnd default-value="false">${installAtEnd}</installAtEnd>
        <localRepository>${localRepository}</localRepository>
        <packaging default-value="${project.packaging}"/>
        <pomFile default-value="${project.file}"/>
        <project default-value="${project}"/>
        <reactorProjects default-value="${reactorProjects}"/>
        <skip default-value="false">${maven.install.skip}</skip>
        <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
      </configuration>
      [DEBUG] =======================================================================
      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=1, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=0, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=0, DefaultDependencyCollector.collectTime=0, DefaultDependencyCollector.transformTime=3}
      [DEBUG] org.hawkular:hawkular-parent:pom:16-SNAPSHOT
      [INFO] 
      [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ hawkular-parent ---
      [DEBUG] Created new class realm maven.api
      [DEBUG] Importing foreign packages into class realm maven.api
      [DEBUG]   Imported: org.apache.maven.cli < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
      [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
      [DEBUG]   Imported: org.apache.maven.repository < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
      [DEBUG]   Imported: org.apache.maven.usability < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
      [DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
      [DEBUG]   Imported: org.apache.maven.* < plexus.core
      [DEBUG]   Imported: org.apache.maven.project < plexus.core
      [DEBUG]   Imported: org.apache.maven.exception < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
      [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
      [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
      [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
      [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
      [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
      [DEBUG]   Imported: javax.inject.* < plexus.core
      [DEBUG]   Imported: org.apache.maven.model < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
      [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
      [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
      [DEBUG]   Imported: org.apache.maven.settings < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
      [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
      [DEBUG]   Imported: org.slf4j.* < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
      [DEBUG]   Imported: javax.enterprise.util.* < plexus.core
      [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
      [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
      [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
      [DEBUG]   Imported: org.apache.maven.execution < plexus.core
      [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
      [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
      [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
      [DEBUG] Populating class realm maven.api
      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=14, DefaultDependencyCollector.transformTime=2}
      [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.6:
      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.15:compile
      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.6
      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.6
      [DEBUG]   Imported:  < maven.api
      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.6
      [DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.6
      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.15
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1
      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.6:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.6:clean' with basic configurator -->
      [DEBUG]   (f) directory = /home/ppalaga/git/hawkular-parent-pom/target
      [DEBUG]   (f) excludeDefaultDirectories = false
      [DEBUG]   (f) failOnError = true
      [DEBUG]   (f) followSymLinks = false
      [DEBUG]   (f) outputDirectory = /home/ppalaga/git/hawkular-parent-pom/target/classes
      [DEBUG]   (f) reportDirectory = /home/ppalaga/git/hawkular-parent-pom/target/classes
      [DEBUG]   (f) retryOnError = true
      [DEBUG]   (f) skip = false
      [DEBUG]   (f) testOutputDirectory = /home/ppalaga/git/hawkular-parent-pom/target/test-classes
      [DEBUG] -- end configuration --
      [DEBUG] Skipping non-existing directory /home/ppalaga/git/hawkular-parent-pom/target
      [DEBUG] Skipping non-existing directory /home/ppalaga/git/hawkular-parent-pom/target/classes
      [DEBUG] Skipping non-existing directory /home/ppalaga/git/hawkular-parent-pom/target/test-classes
      [DEBUG] Skipping non-existing directory /home/ppalaga/git/hawkular-parent-pom/target/classes
      [INFO] 
      [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-rules) @ hawkular-parent ---
      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=101, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=38, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=85, DefaultDependencyCollector.collectTime=64, DefaultDependencyCollector.transformTime=3}
      [DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:1.3.1:
      [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile
      [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
      [DEBUG]    org.apache.maven:maven-project:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
      [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
      [DEBUG]          junit:junit:jar:4.11:test
      [DEBUG]             org.hamcrest:hamcrest-core:jar:1.3:test
      [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
      [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
      [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10:compile
      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
      [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
      [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
      [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
      [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
      [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
      [DEBUG]       classworlds:classworlds:jar:1.1:compile
      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
      [DEBUG]    commons-lang:commons-lang:jar:2.3:compile
      [DEBUG]    org.apache.maven.enforcer:enforcer-api:jar:1.3.1:compile
      [DEBUG]    org.apache.maven.enforcer:enforcer-rules:jar:1.3.1:compile
      [DEBUG]       org.apache.maven.shared:maven-common-artifact-filters:jar:1.4:compile
      [DEBUG]       org.beanshell:bsh:jar:2.0b4:compile
      [DEBUG]       org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
      [DEBUG]          org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
      [DEBUG]          org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
      [DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:compile
      [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.3.1
      [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.3.1
      [DEBUG]   Imported:  < maven.api
      [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.3.1
      [DEBUG]   Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:1.3.1
      [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
      [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-10
      [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.codehaus.plexus:plexus-utils:jar:1.5.8
      [DEBUG]   Included: commons-lang:commons-lang:jar:2.3
      [DEBUG]   Included: org.apache.maven.enforcer:enforcer-api:jar:1.3.1
      [DEBUG]   Included: org.apache.maven.enforcer:enforcer-rules:jar:1.3.1
      [DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.4
      [DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
      [DEBUG]   Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
      [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
      [DEBUG]   Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
      [DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6
      [DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
      [DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
      [DEBUG]   Excluded: junit:junit:jar:4.11
      [DEBUG]   Excluded: org.hamcrest:hamcrest-core:jar:1.3
      [DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9
      [DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.9
      [DEBUG]   Excluded: classworlds:classworlds:jar:1.1
      [DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:1.3.1, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce' with basic configurator -->
      [DEBUG]   (s) fail = true
      [DEBUG]   (s) failFast = false
      [DEBUG]   (f) ignoreCache = false
      [DEBUG]   (s) version = [3.0.4,)
      [DEBUG]   (s) version = [1.8,)
      [DEBUG]   (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@5b58ed3c, org.apache.maven.plugins.enforcer.RequireJavaVersion@24faea88, org.apache.maven.plugins.enforcer.RequireNoRepositories@3a320ade, org.apache.maven.plugins.enforcer.RequirePluginVersions@64beebb7]
      [DEBUG]   (s) skip = false
      [DEBUG]   (s) project = MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml
      [DEBUG]   (s) session = org.apache.maven.execution.MavenSession@7813cb11
      [DEBUG] -- end configuration --
      [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
      [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
      [DEBUG] Detected Maven Version: 3.2.5
      [DEBUG] Detected Maven Version: 3.2.5 is allowed in the range [3.0.4,).
      [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireJavaVersion
      [DEBUG] Rule org.apache.maven.plugins.enforcer.RequireJavaVersion is cacheable.
      [DEBUG] Detected Java String: 1.8.0_45
      [DEBUG] Normalized Java String: 1.8.0-45
      [DEBUG] Parsed Version: Major: 1 Minor: 8 Incremental: 0 Build: 45 Qualifier: null
      [DEBUG] Detected JDK Version: 1.8.0-45 is allowed in the range [1.8,).
      [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireNoRepositories
      [DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequirePluginVersions
      [DEBUG] RequirePluginVersions.getAllPlugins:
      [DEBUG]   lifecycleMapping = clean
      [DEBUG]   plugins = org.apache.maven.plugins:maven-clean-plugin:2.5:clean
      [DEBUG]     plugin = org.apache.maven.plugins:maven-clean-plugin:2.5:clean
      [DEBUG]     GAV = [org.apache.maven.plugins, maven-clean-plugin, 2.5, clean]
      [DEBUG] RequirePluginVersions.getAllPlugins:
      [DEBUG]   lifecycleMapping = install
      [DEBUG]   plugins = org.apache.maven.plugins:maven-install-plugin:2.4:install
      [DEBUG]     plugin = org.apache.maven.plugins:maven-install-plugin:2.4:install
      [DEBUG]     GAV = [org.apache.maven.plugins, maven-install-plugin, 2.4, install]
      [DEBUG]   lifecycleMapping = deploy
      [DEBUG]   plugins = org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
      [DEBUG]     plugin = org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
      [DEBUG]     GAV = [org.apache.maven.plugins, maven-deploy-plugin, 2.7, deploy]
      [DEBUG] RequirePluginVersions.getAllPlugins:
      [DEBUG]   lifecycleMapping = site
      [DEBUG]   plugins = org.apache.maven.plugins:maven-site-plugin:3.3:site
      [DEBUG]     plugin = org.apache.maven.plugins:maven-site-plugin:3.3:site
      [DEBUG]     GAV = [org.apache.maven.plugins, maven-site-plugin, 3.3, site]
      [DEBUG]   lifecycleMapping = site-deploy
      [DEBUG]   plugins = org.apache.maven.plugins:maven-site-plugin:3.3:deploy
      [DEBUG]     plugin = org.apache.maven.plugins:maven-site-plugin:3.3:deploy
      [DEBUG]     GAV = [org.apache.maven.plugins, maven-site-plugin, 3.3, deploy]
      [DEBUG] All Plugins in use: [Plugin [org.apache.maven.plugins:maven-ear-plugin], Plugin [org.apache.maven.plugins:maven-war-plugin], Plugin [org.codehaus.mojo:buildnumber-maven-plugin], Plugin [org.apache.maven.plugins:maven-site-plugin], Plugin [com.mycila:license-maven-plugin], Plugin [org.apache.maven.plugins:maven-compiler-plugin], Plugin [org.apache.maven.plugins:maven-jar-plugin], Plugin [org.codehaus.gmavenplus:gmavenplus-plugin], Plugin [org.apache.maven.plugins:maven-clean-plugin], Plugin [org.apache.maven.plugins:maven-checkstyle-plugin], Plugin [org.apache.maven.plugins:maven-install-plugin], Plugin [org.apache.maven.plugins:maven-deploy-plugin], Plugin [org.apache.maven.plugins:maven-enforcer-plugin]]
      [INFO] 
      [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ hawkular-parent ---
      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=133, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=48, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=122, DefaultDependencyCollector.collectTime=84, DefaultDependencyCollector.transformTime=2}
      [DEBUG] org.codehaus.mojo:buildnumber-maven-plugin:jar:1.3:
      [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-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-artifact:jar:2.0.6:compile
      [DEBUG]    org.apache.maven:maven-settings: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-plugin-api:jar:2.0.6:compile
      [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
      [DEBUG]       junit:junit:jar:4.11:test
      [DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:test
      [DEBUG]    org.apache.maven.scm:maven-scm-api:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-manager-plexus:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.9:compile
      [DEBUG]       regexp:regexp:jar:1.3:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.9:compile
      [DEBUG]       commons-lang:commons-lang:jar:2.6:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.9:compile
      [DEBUG]       commons-io:commons-io:jar:2.2:compile
      [DEBUG]       org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.9:compile
      [DEBUG]       org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-starteam:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-perforce:jar:1.9:compile
      [DEBUG]    org.apache.maven.scm:maven-scm-provider-hg:jar:1.9:compile
      [DEBUG]    com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.13:compile
      [DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
      [DEBUG]    org.tmatesoft.svnkit:svnkit:jar:1.3.5:compile
      [DEBUG]       org.tmatesoft.svnkit:trilead-ssh2:jar:build213-svnkit-1.3-patch:compile
      [DEBUG]       org.tmatesoft.sqljet:sqljet:jar:1.0.4:compile
      [DEBUG]          org.antlr:antlr-runtime:jar:3.1.3:compile
      [DEBUG]             org.antlr:stringtemplate:jar:3.2:compile
      [DEBUG]                antlr:antlr:jar:2.7.7:compile
      [DEBUG]    net.java.dev.jna:jna:jar:3.2.2:compile
      [DEBUG] Created new class realm plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.3
      [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.3
      [DEBUG]   Imported:  < maven.api
      [DEBUG] Populating class realm plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.3
      [DEBUG]   Included: org.codehaus.mojo:buildnumber-maven-plugin:jar:1.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: org.apache.maven.scm:maven-scm-api:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-manager-plexus:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.9
      [DEBUG]   Included: regexp:regexp:jar:1.3
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.9
      [DEBUG]   Included: commons-lang:commons-lang:jar:2.6
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.9
      [DEBUG]   Included: commons-io:commons-io:jar:2.2
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-starteam:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-perforce:jar:1.9
      [DEBUG]   Included: org.apache.maven.scm:maven-scm-provider-hg:jar:1.9
      [DEBUG]   Included: com.google.code.maven-scm-provider-svnjava:maven-scm-provider-svnjava:jar:1.13
      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
      [DEBUG]   Included: org.tmatesoft.svnkit:svnkit:jar:1.3.5
      [DEBUG]   Included: org.tmatesoft.svnkit:trilead-ssh2:jar:build213-svnkit-1.3-patch
      [DEBUG]   Included: org.tmatesoft.sqljet:sqljet:jar:1.0.4
      [DEBUG]   Included: org.antlr:antlr-runtime:jar:3.1.3
      [DEBUG]   Included: org.antlr:stringtemplate:jar:3.2
      [DEBUG]   Included: antlr:antlr:jar:2.7.7
      [DEBUG]   Included: net.java.dev.jna:jna:jar:3.2.2
      [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-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-artifact:jar:2.0.6
      [DEBUG]   Excluded: org.apache.maven:maven-settings: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.apache.maven:maven-plugin-api:jar:2.0.6
      [DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
      [DEBUG]   Excluded: junit:junit:jar:4.11
      [DEBUG]   Excluded: org.hamcrest:hamcrest-core:jar:1.3
      [DEBUG] Configuring mojo org.codehaus.mojo:buildnumber-maven-plugin:1.3:create from plugin realm ClassRealm[plugin>org.codehaus.mojo:buildnumber-maven-plugin:1.3, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.codehaus.mojo:buildnumber-maven-plugin:1.3:create' with basic configurator -->
      [DEBUG]   (s) buildNumberPropertiesFileLocation = /home/ppalaga/git/hawkular-parent-pom/buildNumber.properties
      [DEBUG]   (f) buildNumberPropertyName = buildNumber
      [DEBUG]   (s) doCheck = false
      [DEBUG]   (s) doUpdate = false
      [DEBUG]   (f) getRevisionOnlyOnce = false
      [DEBUG]   (f) locale = en_US
      [DEBUG]   (f) project = MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml
      [DEBUG]   (f) reactorProjects = [MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml]
      [DEBUG]   (f) readUrlScm = scm:git:git@github.com:hawkular/hawkular-parent-pom.git
      [DEBUG]   (f) scmBranchPropertyName = scmBranch
      [DEBUG]   (s) scmDirectory = /home/ppalaga/git/hawkular-parent-pom
      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@7813cb11
      [DEBUG]   (f) skip = false
      [DEBUG]   (f) timestampFormat = {0,date,yyyy-MM-dd'T'HH:mm:ssX}
      [DEBUG]   (f) timestampPropertyName = timestamp
      [DEBUG]   (s) urlScm = scm:git:git@github.com:hawkular/hawkular-parent-pom.git
      [DEBUG]   (f) useLastCommittedRevision = false
      [DEBUG] -- end configuration --
      [DEBUG] Checking for local modifications: skipped.
      [DEBUG] Updating project files from SCM: skipped.
      [INFO] Executing: /bin/sh -c cd /home/ppalaga/git/hawkular-parent-pom && git rev-parse --verify HEAD
      [INFO] Working directory: /home/ppalaga/git/hawkular-parent-pom
      [DEBUG] consume line d8454b76edee55d231e933abc53446162ec4a92d
      [INFO] Storing buildNumber: d8454b76edee55d231e933abc53446162ec4a92d at timestamp: 2015-06-17T09:00:20+02
      [INFO] Storing buildScmBranch: master
      [INFO] 
      [INFO] --- gmavenplus-plugin:1.2:addSources (default) @ hawkular-parent ---
      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=110, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=44, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=91, DefaultDependencyCollector.collectTime=52, DefaultDependencyCollector.transformTime=1}
      [DEBUG] org.codehaus.gmavenplus:gmavenplus-plugin:jar:1.2:
      [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-model:jar:2.2.1:compile
      [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
      [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
      [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
      [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.15:compile
      [DEBUG]       org.apache.maven:maven-artifact:jar:2.2.1:compile
      [DEBUG]    org.apache.maven:maven-core:jar:2.2.1:compile
      [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
      [DEBUG]       org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
      [DEBUG]          org.slf4j:slf4j-api:jar:1.5.6:runtime
      [DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
      [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile
      [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile
      [DEBUG]          org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile
      [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
      [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
      [DEBUG]       commons-cli:commons-cli:jar:1.2:compile
      [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
      [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
      [DEBUG]       org.apache.maven:maven-monitor:jar:2.2.1:compile
      [DEBUG]       classworlds:classworlds:jar:1.1:compile
      [DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
      [DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4: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.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
      [DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile
      [DEBUG]          log4j:log4j:jar:1.2.12:compile
      [DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile
      [DEBUG]       com.google.collections:google-collections:jar:1.0:compile
      [DEBUG]       junit:junit:jar:3.8.2:compile
      [DEBUG]    org.codehaus.plexus:plexus-classworlds:jar:2.5.1:compile
      [DEBUG]    org.apache.maven:maven-plugin-registry:jar:2.2.1:runtime
      [DEBUG]    org.fusesource.jansi:jansi:jar:1.11:runtime
      [DEBUG]    jline:jline:jar:2.11:runtime
      [DEBUG]    org.apache.ant:ant:jar:1.9.4:runtime
      [DEBUG]       org.apache.ant:ant-launcher:jar:1.9.4:runtime
      [DEBUG]    org.apache.ivy:ivy:jar:2.3.0:runtime
      [DEBUG] Created new class realm plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2
      [DEBUG] Importing foreign packages into class realm plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2
      [DEBUG]   Imported:  < maven.api
      [DEBUG] Populating class realm plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2
      [DEBUG]   Included: org.codehaus.gmavenplus:gmavenplus-plugin:jar:1.2
      [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
      [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
      [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.15
      [DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
      [DEBUG]   Included: org.slf4j:slf4j-api:jar:1.5.6
      [DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
      [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1
      [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1
      [DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1
      [DEBUG]   Included: commons-cli:commons-cli:jar:1.2
      [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
      [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
      [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
      [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: org.apache.xbean:xbean-reflect:jar:3.4
      [DEBUG]   Included: log4j:log4j:jar:1.2.12
      [DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
      [DEBUG]   Included: com.google.collections:google-collections:jar:1.0
      [DEBUG]   Included: junit:junit:jar:3.8.2
      [DEBUG]   Included: org.fusesource.jansi:jansi:jar:1.11
      [DEBUG]   Included: jline:jline:jar:2.11
      [DEBUG]   Included: org.apache.ant:ant:jar:1.9.4
      [DEBUG]   Included: org.apache.ant:ant-launcher:jar:1.9.4
      [DEBUG]   Included: org.apache.ivy:ivy:jar:2.3.0
      [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-model:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.2.1
      [DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.2.1
      [DEBUG]   Excluded: classworlds:classworlds:jar:1.1
      [DEBUG]   Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5
      [DEBUG]   Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.5.1
      [DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1
      [DEBUG] Configuring mojo org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addSources from plugin realm ClassRealm[plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addSources' with basic configurator -->
      [DEBUG]   (f) mojoExecution = org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addSources {execution: default}
      [DEBUG]   (f) pluginArtifacts = [org.codehaus.gmavenplus:gmavenplus-plugin:maven-plugin:1.2:, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile, org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile, org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile, commons-cli:commons-cli:jar:1.2:compile, org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:file-management:jar:1.2.1:compile, org.apache.maven.shared:maven-shared-io:jar:1.1:compile, org.apache.xbean:xbean-reflect:jar:3.4:compile, log4j:log4j:jar:1.2.12:compile, commons-logging:commons-logging-api:jar:1.1:compile, com.google.collections:google-collections:jar:1.0:compile, junit:junit:jar:3.8.2:compile, org.fusesource.jansi:jansi:jar:1.11:runtime, jline:jline:jar:2.11:runtime, org.apache.ant:ant:jar:1.9.4:runtime, org.apache.ant:ant-launcher:jar:1.9.4:runtime, org.apache.ivy:ivy:jar:2.3.0:runtime]
      [DEBUG]   (f) project = MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml
      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@7813cb11
      [DEBUG]   (f) skipTests = false
      [DEBUG] -- end configuration --
      [DEBUG] Added source directory: /home/ppalaga/git/hawkular-parent-pom/src/main/groovy
      [INFO] 
      [INFO] --- gmavenplus-plugin:1.2:addTestSources (default) @ hawkular-parent ---
      [DEBUG] Configuring mojo org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addTestSources from plugin realm ClassRealm[plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addTestSources' with basic configurator -->
      [DEBUG]   (f) mojoExecution = org.codehaus.gmavenplus:gmavenplus-plugin:1.2:addTestSources {execution: default}
      [DEBUG]   (f) pluginArtifacts = [org.codehaus.gmavenplus:gmavenplus-plugin:maven-plugin:1.2:, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile, org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile, org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile, commons-cli:commons-cli:jar:1.2:compile, org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:file-management:jar:1.2.1:compile, org.apache.maven.shared:maven-shared-io:jar:1.1:compile, org.apache.xbean:xbean-reflect:jar:3.4:compile, log4j:log4j:jar:1.2.12:compile, commons-logging:commons-logging-api:jar:1.1:compile, com.google.collections:google-collections:jar:1.0:compile, junit:junit:jar:3.8.2:compile, org.fusesource.jansi:jansi:jar:1.11:runtime, jline:jline:jar:2.11:runtime, org.apache.ant:ant:jar:1.9.4:runtime, org.apache.ant:ant-launcher:jar:1.9.4:runtime, org.apache.ivy:ivy:jar:2.3.0:runtime]
      [DEBUG]   (f) project = MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml
      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@7813cb11
      [DEBUG]   (f) skipTests = false
      [DEBUG] -- end configuration --
      [DEBUG] Added test source directory: /home/ppalaga/git/hawkular-parent-pom/src/test/groovy
      [INFO] 
      [INFO] --- gmavenplus-plugin:1.2:compile (default) @ hawkular-parent ---
      [DEBUG] Configuring mojo org.codehaus.gmavenplus:gmavenplus-plugin:1.2:compile from plugin realm ClassRealm[plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.codehaus.gmavenplus:gmavenplus-plugin:1.2:compile' with basic configurator -->
      [DEBUG]   (f) debug = false
      [DEBUG]   (f) invokeDynamic = false
      [DEBUG]   (f) mojoExecution = org.codehaus.gmavenplus:gmavenplus-plugin:1.2:compile {execution: default}
      [DEBUG]   (f) outputDirectory = /home/ppalaga/git/hawkular-parent-pom/target/classes
      [DEBUG]   (f) pluginArtifacts = [org.codehaus.gmavenplus:gmavenplus-plugin:maven-plugin:1.2:, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile, org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile, org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile, commons-cli:commons-cli:jar:1.2:compile, org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:file-management:jar:1.2.1:compile, org.apache.maven.shared:maven-shared-io:jar:1.1:compile, org.apache.xbean:xbean-reflect:jar:3.4:compile, log4j:log4j:jar:1.2.12:compile, commons-logging:commons-logging-api:jar:1.1:compile, com.google.collections:google-collections:jar:1.0:compile, junit:junit:jar:3.8.2:compile, org.fusesource.jansi:jansi:jar:1.11:runtime, jline:jline:jar:2.11:runtime, org.apache.ant:ant:jar:1.9.4:runtime, org.apache.ant:ant-launcher:jar:1.9.4:runtime, org.apache.ivy:ivy:jar:2.3.0:runtime]
      [DEBUG]   (f) project = MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml
      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@7813cb11
      [DEBUG]   (f) skipTests = false
      [DEBUG]   (f) sourceEncoding = UTF-8
      [DEBUG]   (f) targetBytecode = 1.5
      [DEBUG]   (f) testOutputDirectory = /home/ppalaga/git/hawkular-parent-pom/target/test-classes
      [DEBUG]   (f) tolerance = 0
      [DEBUG]   (f) verbose = false
      [DEBUG]   (f) warningLevel = 1
      [DEBUG] -- end configuration --
      [INFO] No sources specified for compilation.  Skipping.
      [INFO] 
      [INFO] --- gmavenplus-plugin:1.2:testCompile (default) @ hawkular-parent ---
      [DEBUG] Configuring mojo org.codehaus.gmavenplus:gmavenplus-plugin:1.2:testCompile from plugin realm ClassRealm[plugin>org.codehaus.gmavenplus:gmavenplus-plugin:1.2, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
      [DEBUG] Configuring mojo 'org.codehaus.gmavenplus:gmavenplus-plugin:1.2:testCompile' with basic configurator -->
      [DEBUG]   (f) debug = false
      [DEBUG]   (f) invokeDynamic = false
      [DEBUG]   (f) mojoExecution = org.codehaus.gmavenplus:gmavenplus-plugin:1.2:testCompile {execution: default}
      [DEBUG]   (f) outputDirectory = /home/ppalaga/git/hawkular-parent-pom/target/classes
      [DEBUG]   (f) pluginArtifacts = [org.codehaus.gmavenplus:gmavenplus-plugin:maven-plugin:1.2:, backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile, org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile, org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile, commons-cli:commons-cli:jar:1.2:compile, org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile, org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven.shared:file-management:jar:1.2.1:compile, org.apache.maven.shared:maven-shared-io:jar:1.1:compile, org.apache.xbean:xbean-reflect:jar:3.4:compile, log4j:log4j:jar:1.2.12:compile, commons-logging:commons-logging-api:jar:1.1:compile, com.google.collections:google-collections:jar:1.0:compile, junit:junit:jar:3.8.2:compile, org.fusesource.jansi:jansi:jar:1.11:runtime, jline:jline:jar:2.11:runtime, org.apache.ant:ant:jar:1.9.4:runtime, org.apache.ant:ant-launcher:jar:1.9.4:runtime, org.apache.ivy:ivy:jar:2.3.0:runtime]
      [DEBUG]   (f) project = MavenProject: org.hawkular:hawkular-parent:16-SNAPSHOT @ /home/ppalaga/git/hawkular-parent-pom/pom.xml
      [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@7813cb11
      [DEBUG]   (f) skipTests = false
      [DEBUG]   (f) sourceEncoding = UTF-8
      [DEBUG]   (f) targetBytecode = 1.5
      [DEBUG]   (f) testOutputDirectory = /home/ppalaga/git/hawkular-parent-pom/target/test-classes
      [DEBUG]   (f) tolerance = 0
      [DEBUG]   (f) verbose = false
      [DEBUG]   (f) warningLevel = 1
      [DEBUG] -- end configuration --
      [INFO] No sources specified for compilation.  Skipping.
      [INFO] 
      [INFO] --- license-maven-plugin:2.10:check (default) @ hawkular-parent ---
      [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=72, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=52, ConflictIdSorter.conflictIdCycleCount=1, ConflictResolver.totalTime=2, ConflictResolver.conflictItemCount=68, DefaultDependencyCollector.collectTime=74, DefaultDependencyCollector.transformTime=2}
      [DEBUG] com.mycila:license-maven-plugin:jar:2.10:
      [DEBUG]    com.mycila:license-maven-plugin-git:jar:2.10:runtime
      [DEBUG]       org.eclipse.jgit:org.eclipse.jgit:jar:3.6.1.201501031845-r:runtime
      [DEBUG]          com.jcraft:jsch:jar:0.1.50:runtime
      [DEBUG]          com.googlecode.javaewah:JavaEWAH:jar:0.7.9:runtime
      [DEBUG]          org.apache.httpcomponents:httpclient:jar:4.1.3:runtime
      [DEBUG]             org.apache.httpcomponents:httpcore:jar:4.1.4:runtime
      [DEBUG]             commons-codec:commons-codec:jar:1.4:runtime
      [DEBUG]    org.hawkular:hawkular-build-tools:jar:11:runtime
      [DEBUG]       com.puppycrawl.tools:checkstyle:jar:6.7:runtime
      [DEBUG]          org.apache.commons:commons-lang3:jar:3.4:runtime
      [DEBUG]          antlr:antlr:jar:2.7.7:runtime
      [DEBUG]          org.antlr:antlr4-runtime:jar:4.5:runtime
      [DEBUG]          commons-beanutils:commons-beanutils-core:jar:1.8.3:runtime
      [DEBUG]          commons-cli:commons-cli:jar:1.3:runtime
      [DEBUG]          com.google.guava:guava:jar:18.0:compile
      [DEBUG]          com.sun:tools:jar:1.7.0:system
      [DEBUG]    org.apache.maven:maven-plugin-api:jar:3.1.0:compile
      [DEBUG]       org.apache.maven:maven-model:jar:3.1.0:compile
      [DEBUG]       org.apache.maven:maven-artifact:jar:3.1.0:compile
      [DEBUG]       org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a:compile
      [DEBUG]          javax.enterprise:cdi-api:jar:1.0:compile
      [DEBUG]             javax.annotation:jsr250-api:jar:1.0:compile
      [DEBUG]             javax.inject:javax.inject:jar:1:compile
      [DEBUG]          org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
      [DEBUG]             aopalliance:aopalliance:jar:1.0:compile
      [DEBUG]          org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M2a:compile
      [DEBUG]             asm:asm:jar:3.3.1:compile
      [DEBUG]          org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
      [DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
      [DEBUG]    org.apache.maven:maven-project:jar:3.0-alpha-2:compile
      [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.6:compile
      [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.1:compile
      [DEBUG]       org.apache.maven:maven-compat:jar:3.0-alpha-2:compile
      [DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-4:compile
      [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.5:compile
      [DEBUG]          org.apache.xbean:xbean-reflect:jar:3.4:compile
      [DEBUG]             log4j:log4j:jar:1.2.12:compile
      [DEBUG]             commons-logging:commons-logging-api:jar:1.1:compile
      [DEBUG]          com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
      [DEBUG]          junit:junit:jar:4.12:compile
      [DEBUG]             org.hamcrest:hamcrest-core:jar:1.3:compile
      [DEBUG]       org.codehaus.woodstox:wstx-asl:jar:3.2.6:compile
      [DEBUG]          stax:stax-api:jar:1.0.1:compile
      [DEBUG]       org.sonatype.spice:model-builder:jar:1.3:compile
      [DEBUG]       org.apache.maven:maven-project-builder:jar:3.0-alpha-2:compile
      [DEBUG]    org.springframework:spring-core:jar:3.1.3.RELEASE:compile
      [DEBUG]       org.springframework:spring-asm:jar:3.1.3.RELEASE:compile
      [DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile
      [DEBUG]    com.mycila:mycila-xmltool:jar:4.4.ga:compile
      [DEBUG]       org.apache.commons:commons-pool2:jar:2.2:compile
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 0.756 s
      [INFO] Finished at: 2015-06-17T09:00:20+02:00
      [INFO] Final Memory: 14M/298M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.10:check (default) on project hawkular-parent: Execution default of goal com.mycila:license-maven-plugin:2.10:check failed: Plugin com.mycila:license-maven-plugin:2.10 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar -> [Help 1]
      org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.mycila:license-maven-plugin:2.10:check (default) on project hawkular-parent: Execution default of goal com.mycila:license-maven-plugin:2.10:check failed: Plugin com.mycila:license-maven-plugin:2.10 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar
      	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
      	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:116)
      	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
      	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
      	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
      	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
      	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
      	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
      	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
      	at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:497)
      	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
      	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
      	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
      	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
      Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default of goal com.mycila:license-maven-plugin:2.10:check failed: Plugin com.mycila:license-maven-plugin:2.10 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar
      	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:104)
      	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
      	... 19 more
      Caused by: org.apache.maven.plugin.PluginResolutionException: Plugin com.mycila:license-maven-plugin:2.10 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar
      	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:208)
      	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.createPluginRealm(DefaultMavenPluginManager.java:361)
      	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.setupPluginRealm(DefaultMavenPluginManager.java:329)
      	at org.apache.maven.plugin.DefaultBuildPluginManager.getPluginRealm(DefaultBuildPluginManager.java:229)
      	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:100)
      	... 20 more
      Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar
      	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:444)
      	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:246)
      	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367)
      	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:200)
      	... 24 more
      Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact com.sun:tools:jar:1.7.0 at specified path /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.45-39.b14.fc22.x86_64/jre/../lib/tools.jar
      	at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:286)
      	... 27 more
      [ERROR] 
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
      
      

      (3) Expected

      Attachments

        Activity

          People

            ppalaga Peter Palaga
            ppalaga Peter Palaga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: