You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Greg Hill <gr...@RACKSPACE.COM> on 2016/01/20 15:37:23 UTC

Maven issues with ambari-groovy-shell

My patch keeps failing the ambari shell tests, so I'm trying to reproduce the failure locally, but running mvn test against the ambari-shell folder always fails for me with a different error than the jenkins job output (even on trunk).  Is there some environmental dependency missing here?  It seems like it's trying to download itself from the maven site rather than realizing that the code is actually in the current folder.  This is all it outputs:

$ mvn clean test -DskipTests
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Ambari Groovy Shell 2.0.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.608 s
[INFO] Finished at: 2016-01-20T08:23:07-06:00
[INFO] Final Memory: 9M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ambari-groovy-shell: Could not resolve dependencies for project org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

I tried with -X but the debug output doesn't give any additional clues as to the source of the problem, afaict. I've included it after the email for reference. Google suggested it might be a network issue but I've tried on 3 different networks with the same result, so that seems unlikely.

This is Java 1.8 on a Mac if that makes any difference.  Google hasn't helped me so far, but I might be putting in the wrong query. Any pointers are appreciated; I'm literally using maven for only a week so far, and I'm not that familiar with Java (Perl, Javascript, and Python primarily).

Greg

$ mvn clean test -DskipTests -X
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T10:41:47-06:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_66, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.10.5", arch: "x86_64", family: "mac"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < 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.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /usr/local/Cellar/maven/3.3.9/libexec/conf/settings.xml
[DEBUG] Reading user settings from /Users/greg7137/.m2/settings.xml
[DEBUG] Reading global toolchains from /usr/local/Cellar/maven/3.3.9/libexec/conf/toolchains.xml
[DEBUG] Reading user toolchains from /Users/greg7137/.m2/toolchains.xml
[DEBUG] Using local repository at /Users/greg7137/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /Users/greg7137/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.apache.ambari:ambari-shell:pom:2.0.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.ambari:ambari-project:pom:2.0.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project org.apache.ambari:ambari:pom:2.0.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin version for org.apache.maven.wagon:wagon-ssh-external
[DEBUG] Could not find metadata org.apache.maven.wagon:wagon-ssh-external/maven-metadata.xml in local (/Users/greg7137/.m2/repository)
[DEBUG] Failure to find org.apache.maven.wagon:wagon-ssh-external/maven-metadata.xml in http://download.java.net/maven/2/ was cached in the local repository, resolution will not be reattempted until the update interval of maven2-repository.dev.java.net has elapsed or updates are forced
[DEBUG] Failure to find org.apache.maven.wagon:wagon-ssh-external/maven-metadata.xml in http://download.java.net/maven/glassfish/ was cached in the local repository, resolution will not be reattempted until the update interval of maven2-glassfish-repository.dev.java.net has elapsed or updates are forced
[DEBUG] Skipped remote request for org.apache.maven.wagon:wagon-ssh-external/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote request for org.apache.maven.wagon:wagon-ssh-external/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote request for org.apache.maven.wagon:wagon-ssh-external/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for org.apache.maven.wagon:wagon-ssh-external to 2.10 from repository maven2-repository.atlassian (https://maven.atlassian.com/repository/public, default, releases+snapshots)
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=9, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=5, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=9, DefaultDependencyCollector.collectTime=36, DefaultDependencyCollector.transformTime=8}
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:2.10:
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.15:compile
[DEBUG]    org.apache.maven.wagon:wagon-ssh-common:jar:2.10:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[DEBUG]    org.apache.maven.wagon:wagon-provider-api:jar:2.10:compile
[DEBUG] Created new class realm extension>org.apache.maven.wagon:wagon-ssh-external:2.10
[DEBUG] Importing foreign packages into class realm extension>org.apache.maven.wagon:wagon-ssh-external:2.10
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.apache.maven.wagon:wagon-ssh-external:2.10
[DEBUG]   Included: org.apache.maven.wagon:wagon-ssh-external:jar:2.10
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.15
[DEBUG]   Included: org.apache.maven.wagon:wagon-ssh-common:jar:2.10
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[DEBUG] Extension realms for project org.apache.ambari:ambari-python-shell:pom:2.0.0.0-SNAPSHOT: [ClassRealm[extension>org.apache.maven.wagon:wagon-ssh-external:2.10, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]]
[DEBUG] Created new class realm project>org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT
[DEBUG] Populating class realm project>org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[project>org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Ambari Shell
[INFO] Ambari Python Shell
[INFO] Ambari Groovy Shell
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.apache.ambari:ambari-shell:pom:2.0.0.0-SNAPSHOT
[DEBUG] Tasks:   [clean, test]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.ambari:ambari-python-shell:pom:2.0.0.0-SNAPSHOT
[DEBUG] Tasks:   [clean, test]
[DEBUG] Style:   Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT
[DEBUG] Tasks:   [clean, test]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Ambari Shell 2.0.0.0-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] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       org.apache.ambari:ambari-shell:2.0.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [oss.sonatype.org (https://oss.sonatype.org/content/groups/staging, default, releases+snapshots), spring-milestones (http://repo.spring.io/milestone, default, releases), ASF Staging (https://repository.apache.org/content/groups/staging/, default, releases+snapshots), ASF Snapshots (https://repository.apache.org/content/repositories/snapshots/, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [maven2-repository.dev.java.net (http://download.java.net/maven/2/, default, releases+snapshots), maven2-glassfish-repository.dev.java.net (http://download.java.net/maven/glassfish/, default, releases+snapshots), maven2-repository.atlassian (https://maven.atlassian.com/repository/public, default, releases+snapshots), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5: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>
  <filesets>
    <fileset>
      <directory>/Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell</directory>
      <followSymlinks>false</followSymlinks>
      <includes>
        <include>**/*.pyc</include>
      </includes>
    </fileset>
  </filesets>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.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.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property (parse-package-version)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <failIfNoMatch default-value="true">true</failIfNoMatch>
  <name>package-version</name>
  <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-).*)?</regex>
  <replacement>$1.$2.$3.$4</replacement>
  <value>2.0.0.0-SNAPSHOT</value>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property (parse-package-release)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <failIfNoMatch default-value="true">true</failIfNoMatch>
  <name>package-release</name>
  <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-)(([0-9]+)|(SNAPSHOT)|(techwin)).*)?</regex>
  <replacement>$7</replacement>
  <value>2.0.0.0-SNAPSHOT</value>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.rat:apache-rat-plugin:0.11:check (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addDefaultLicenseMatchers default-value="true">${rat.addDefaultLicenseMatchers}</addDefaultLicenseMatchers>
  <addLicenseHeaders default-value="false">${rat.addLicenseHeaders}</addLicenseHeaders>
  <basedir default-value="${basedir}">${rat.basedir}</basedir>
  <copyrightMessage>${rat.copyrightMessage}</copyrightMessage>
  <excludeSubProjects default-value="true">${rat.excludeSubprojects}</excludeSubProjects>
  <excludes>
    <exclude>**/*.iml</exclude>
  </excludes>
  <ignoreErrors default-value="false">${rat.ignoreErrors}</ignoreErrors>
  <numUnapprovedLicenses default-value="0">${rat.numUnapprovedLicenses}</numUnapprovedLicenses>
  <project default-value="${project}"/>
  <reportFile default-value="${project.build.directory}/rat.txt">${rat.outputFile}</reportFile>
  <reportStyle default-value="plain">${rat.outputStyle}</reportStyle>
  <skip default-value="false">${rat.skip}</skip>
  <useDefaultExcludes default-value="true">${rat.useDefaultExcludes}</useDefaultExcludes>
  <useEclipseDefaultExcludes default-value="true">${rat.useEclipseDefaultExcludes}</useEclipseDefaultExcludes>
  <useIdeaDefaultExcludes default-value="true">${rat.useIdeaDefaultExcludes}</useIdeaDefaultExcludes>
  <useMavenDefaultExcludes default-value="true">${rat.useMavenDefaultExcludes}</useMavenDefaultExcludes>
</configuration>
[DEBUG] =======================================================================
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ambari-shell ---
[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=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=15, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) directory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell
[DEBUG]   (f) followSymlinks = false
[DEBUG]   (f) includes = [**/*.pyc]
[DEBUG]   (f) filesets = [file set: /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell (included: [**/*.pyc], excluded: [])]
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/classes
[DEBUG]   (f) reportDirectory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/test-classes
[DEBUG] -- end configuration --
[INFO] Deleting /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target
[INFO] Deleting file /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/rat.txt
[INFO] Deleting directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target
[DEBUG] Skipping non-existing directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/classes
[DEBUG] Skipping non-existing directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/test-classes
[DEBUG] Skipping non-existing directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/site
[INFO] Deleting /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell (includes = [**/*.pyc], excludes = [])
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:regex-property (parse-package-version) @ ambari-shell ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=61, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=25, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=61, DefaultDependencyCollector.collectTime=70, DefaultDependencyCollector.transformTime=4}
[DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.8:
[DEBUG]    org.apache.maven:maven-model: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-artifact-manager: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:4.10:test
[DEBUG]             org.hamcrest:hamcrest-core:jar:1.1:test
[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.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG]    org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8
[DEBUG]   Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.8
[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.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property' with basic configurator -->
[DEBUG]   (f) failIfNoMatch = true
[DEBUG]   (f) name = package-version
[DEBUG]   (f) regex = ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-).*)?
[DEBUG]   (f) replacement = $1.$2.$3.$4
[DEBUG]   (f) value = 2.0.0.0-SNAPSHOT
[DEBUG]   (f) project = MavenProject: org.apache.ambari:ambari-shell:2.0.0.0-SNAPSHOT @ /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/pom.xml
[DEBUG] -- end configuration --
[DEBUG] define property package-version = "2.0.0.0"
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:regex-property (parse-package-release) @ ambari-shell ---
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property' with basic configurator -->
[DEBUG]   (f) failIfNoMatch = true
[DEBUG]   (f) name = package-release
[DEBUG]   (f) regex = ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-)(([0-9]+)|(SNAPSHOT)|(techwin)).*)?
[DEBUG]   (f) replacement = $7
[DEBUG]   (f) value = 2.0.0.0-SNAPSHOT
[DEBUG]   (f) project = MavenProject: org.apache.ambari:ambari-shell:2.0.0.0-SNAPSHOT @ /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/pom.xml
[DEBUG] -- end configuration --
[DEBUG] define property package-release = "SNAPSHOT"
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (default) @ ambari-shell ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=1, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=51, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=119, DefaultDependencyCollector.collectTime=178, DefaultDependencyCollector.transformTime=5}
[DEBUG] org.apache.rat:apache-rat-plugin:jar:0.11:
[DEBUG]    org.apache.rat:apache-rat-core:jar:0.11:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-io:commons-io:jar:2.2:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.5:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]    org.apache.maven:maven-artifact: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]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]       backport-util-concurrent:backport-util-concurrent:jar:3.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-model:jar:2.2.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.doxia:doxia-core:jar:1.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api: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-logging:commons-logging:jar:1.1.1:compile
[DEBUG]          commons-codec:commons-codec:jar:1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-decoration-model:jar:1.2:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.2:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.2: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]          oro:oro:jar:2.0.8:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
[DEBUG]       org.apache.maven:maven-core:jar:2.0:compile
[DEBUG]          org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:compile
[DEBUG]          org.apache.maven:maven-error-diagnostics:jar:2.0:compile
[DEBUG]          org.apache.maven:maven-plugin-descriptor:jar:2.0:compile
[DEBUG]          org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]          org.apache.maven:maven-monitor:jar:2.0:compile
[DEBUG]       junit:junit:jar:4.11:test
[DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] Created new class realm plugin>org.apache.rat:apache-rat-plugin:0.11
[DEBUG] Importing foreign packages into class realm plugin>org.apache.rat:apache-rat-plugin:0.11
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.apache.rat:apache-rat-plugin:0.11
[DEBUG]   Included: org.apache.rat:apache-rat-plugin:jar:0.11
[DEBUG]   Included: org.apache.rat:apache-rat-core:jar:0.11
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-io:commons-io:jar:2.2
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.5
[DEBUG]   Included: commons-cli:commons-cli: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.apache.maven.doxia:doxia-core:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api: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-logging:commons-logging:jar:1.1.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.2
[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: oro:oro:jar:2.0.8
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Configuring mojo org.apache.rat:apache-rat-plugin:0.11:check from plugin realm ClassRealm[plugin>org.apache.rat:apache-rat-plugin:0.11, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.apache.rat:apache-rat-plugin:0.11:check' with basic configurator -->
[DEBUG]   (f) addDefaultLicenseMatchers = true
[DEBUG]   (f) addLicenseHeaders = false
[DEBUG]   (f) basedir = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell
[DEBUG]   (f) excludeSubProjects = true
[DEBUG]   (f) excludes = [**/*.iml]
[DEBUG]   (f) ignoreErrors = false
[DEBUG]   (f) numUnapprovedLicenses = 0
[DEBUG]   (f) project = MavenProject: org.apache.ambari:ambari-shell:2.0.0.0-SNAPSHOT @ /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/pom.xml
[DEBUG]   (f) reportFile = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/target/rat.txt
[DEBUG]   (f) reportStyle = plain
[DEBUG]   (f) skip = false
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useEclipseDefaultExcludes = true
[DEBUG]   (f) useIdeaDefaultExcludes = true
[DEBUG]   (f) useMavenDefaultExcludes = true
[DEBUG] -- end configuration --
[DEBUG] Adding plexus default exclusions...
[DEBUG] Adding exclusions often needed by Maven projects...
[DEBUG] Adding exclusions often needed by projects developed in Eclipse...
[DEBUG] Adding exclusions often needed by projects developed in IDEA...
[DEBUG] Finished creating list of implicit excludes.
[INFO] 53 implicit excludes (use -debug for more details).
[DEBUG] Implicit exclude: **/*~
[DEBUG] Implicit exclude: **/#*#
[DEBUG] Implicit exclude: **/.#*
[DEBUG] Implicit exclude: **/%*%
[DEBUG] Implicit exclude: **/._*
[DEBUG] Implicit exclude: **/CVS
[DEBUG] Implicit exclude: **/CVS/**
[DEBUG] Implicit exclude: **/.cvsignore
[DEBUG] Implicit exclude: **/RCS
[DEBUG] Implicit exclude: **/RCS/**
[DEBUG] Implicit exclude: **/SCCS
[DEBUG] Implicit exclude: **/SCCS/**
[DEBUG] Implicit exclude: **/vssver.scc
[DEBUG] Implicit exclude: **/project.pj
[DEBUG] Implicit exclude: **/.svn
[DEBUG] Implicit exclude: **/.svn/**
[DEBUG] Implicit exclude: **/.arch-ids
[DEBUG] Implicit exclude: **/.arch-ids/**
[DEBUG] Implicit exclude: **/.bzr
[DEBUG] Implicit exclude: **/.bzr/**
[DEBUG] Implicit exclude: **/.MySCMServerInfo
[DEBUG] Implicit exclude: **/.DS_Store
[DEBUG] Implicit exclude: **/.metadata
[DEBUG] Implicit exclude: **/.metadata/**
[DEBUG] Implicit exclude: **/.hg
[DEBUG] Implicit exclude: **/.hg/**
[DEBUG] Implicit exclude: **/.git
[DEBUG] Implicit exclude: **/.gitignore
[DEBUG] Implicit exclude: **/.gitattributes
[DEBUG] Implicit exclude: **/.git/**
[DEBUG] Implicit exclude: **/BitKeeper
[DEBUG] Implicit exclude: **/BitKeeper/**
[DEBUG] Implicit exclude: **/ChangeSet
[DEBUG] Implicit exclude: **/ChangeSet/**
[DEBUG] Implicit exclude: **/_darcs
[DEBUG] Implicit exclude: **/_darcs/**
[DEBUG] Implicit exclude: **/.darcsrepo
[DEBUG] Implicit exclude: **/.darcsrepo/**
[DEBUG] Implicit exclude: **/-darcs-backup*
[DEBUG] Implicit exclude: **/.darcs-temp-mail
[DEBUG] Implicit exclude: target/**/*
[DEBUG] Implicit exclude: cobertura.ser
[DEBUG] Implicit exclude: release.properties
[DEBUG] Implicit exclude: pom.xml.releaseBackup
[DEBUG] Implicit exclude: .classpath
[DEBUG] Implicit exclude: .project
[DEBUG] Implicit exclude: .settings/**/*
[DEBUG] Implicit exclude: *.iml
[DEBUG] Implicit exclude: *.ipr
[DEBUG] Implicit exclude: *.iws
[DEBUG] Implicit exclude: .idea/**/*
[DEBUG] Implicit exclude: ambari-python-shell/**/*
[DEBUG] Implicit exclude: ambari-groovy-shell/**/*
[INFO] Exclude: **/*.iml
[DEBUG] Excluded 73 resources:
[DEBUG]  - excluded ambari-groovy-shell/pom.xml
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/AmbariShell.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/BasicCommands.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/BlueprintCommands.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/ClusterCommands.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/ConfigCommands.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/ElephantCommand.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/HostCommands.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/commands/ServiceCommands.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/completion/AbstractCompletion.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/completion/Blueprint.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/completion/ConfigType.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/completion/Host.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/completion/Service.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/configuration/ConverterConfiguration.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/configuration/ShellConfiguration.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/converter/AbstractConverter.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/converter/BlueprintConverter.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/converter/ConfigTypeConverter.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/converter/HostConverter.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/converter/ServiceConverter.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/customization/AmbariBanner.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/customization/AmbariHistory.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/customization/AmbariPrompt.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/flash/AbstractFlash.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/flash/FlashService.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/flash/FlashType.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/flash/InstallProgress.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/model/AmbariContext.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/model/Focus.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/model/FocusType.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/model/Hints.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/java/org/apache/ambari/shell/support/TableRenderer.java
[DEBUG]  - excluded ambari-groovy-shell/src/main/resources/banner.txt
[DEBUG]  - excluded ambari-groovy-shell/src/main/resources/elephant.txt
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/commands/BlueprintCommandsTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/commands/ClusterCommandsTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/commands/ConfigCommandsTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/commands/HostCommandsTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/commands/ServiceCommandsTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/customization/AmbariPromptTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/model/AmbariContextTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/java/org/apache/ambari/shell/support/TableRendererTest.java
[DEBUG]  - excluded ambari-groovy-shell/src/test/resources/2columns
[DEBUG]  - excluded ambari-groovy-shell/src/test/resources/3columns
[DEBUG]  - excluded ambari-groovy-shell/src/test/resources/core-site.xml
[DEBUG]  - excluded ambari-groovy-shell/src/test/resources/testBlueprint.json
[DEBUG]  - excluded ambari-python-shell/conf/unix/ambari-shell
[DEBUG]  - excluded ambari-python-shell/conf/unix/ambari-shell.ini
[DEBUG]  - excluded ambari-python-shell/pom.xml
[DEBUG]  - excluded ambari-python-shell/src/main/package/deb/control/control
[DEBUG]  - excluded ambari-python-shell/src/main/package/deb/control/postinst
[DEBUG]  - excluded ambari-python-shell/src/main/package/deb/control/postrm
[DEBUG]  - excluded ambari-python-shell/src/main/package/deb/control/posttrm
[DEBUG]  - excluded ambari-python-shell/src/main/package/deb/control/preinst
[DEBUG]  - excluded ambari-python-shell/src/main/package/deb/control/prerm
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/__init__.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/ambari_shell.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/__init__.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/blueprint.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/connect_cluster.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/create_cluster.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/service.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/shell_config.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/plugins/show.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/utils/__init__.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/utils/displayutils.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/utils/osutils.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/ambari_shell/utils/pluginutils.py
[DEBUG]  - excluded ambari-python-shell/src/main/python/setup.py
[DEBUG]  - excluded ambari-python-shell/src/packages/tarball/all.xml
[DEBUG]  - excluded ambari-python-shell/target/rat.txt
[DEBUG]  - excluded target/rat.txt
[INFO] 2 resources included (use -debug for more details)
[DEBUG]  - included assemblies/client.xml
[DEBUG]  - included pom.xml
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 2 licence.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Ambari Python Shell 2.0.0.0-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] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [oss.sonatype.org (https://oss.sonatype.org/content/groups/staging, default, releases+snapshots), spring-milestones (http://repo.spring.io/milestone, default, releases), ASF Staging (https://repository.apache.org/content/groups/staging/, default, releases+snapshots), ASF Snapshots (https://repository.apache.org/content/repositories/snapshots/, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [maven2-repository.dev.java.net (http://download.java.net/maven/2/, default, releases+snapshots), maven2-glassfish-repository.dev.java.net (http://download.java.net/maven/glassfish/, default, releases+snapshots), maven2-repository.atlassian (https://maven.atlassian.com/repository/public, default, releases+snapshots), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5: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>
  <filesets>
    <fileset>
      <directory>/Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell</directory>
      <followSymlinks>false</followSymlinks>
      <includes>
        <include>**/*.pyc</include>
      </includes>
    </fileset>
  </filesets>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.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.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property (parse-package-version)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <failIfNoMatch default-value="true">true</failIfNoMatch>
  <name>package-version</name>
  <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-).*)?</regex>
  <replacement>$1.$2.$3.$4</replacement>
  <value>2.0.0.0-SNAPSHOT</value>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property (parse-package-release)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <failIfNoMatch default-value="true">true</failIfNoMatch>
  <name>package-release</name>
  <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-)(([0-9]+)|(SNAPSHOT)|(techwin)).*)?</regex>
  <replacement>$7</replacement>
  <value>2.0.0.0-SNAPSHOT</value>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.rat:apache-rat-plugin:0.11:check (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addDefaultLicenseMatchers default-value="true">${rat.addDefaultLicenseMatchers}</addDefaultLicenseMatchers>
  <addLicenseHeaders default-value="false">${rat.addLicenseHeaders}</addLicenseHeaders>
  <basedir default-value="${basedir}">${rat.basedir}</basedir>
  <copyrightMessage>${rat.copyrightMessage}</copyrightMessage>
  <excludeSubProjects default-value="true">${rat.excludeSubprojects}</excludeSubProjects>
  <excludes>
    <exclude>src/examples/*</exclude>
    <exclude>src/test/python/dummy*.txt</exclude>
    <exclude>src/main/python/ambari_client/imports.txt</exclude>
    <exclude>src/main/puppet/modules/stdlib/**</exclude>
    <exclude>**/*.erb</exclude>
    <exclude>**/*.json</exclude>
  </excludes>
  <ignoreErrors default-value="false">${rat.ignoreErrors}</ignoreErrors>
  <numUnapprovedLicenses default-value="0">${rat.numUnapprovedLicenses}</numUnapprovedLicenses>
  <project default-value="${project}"/>
  <reportFile default-value="${project.build.directory}/rat.txt">${rat.outputFile}</reportFile>
  <reportStyle default-value="plain">${rat.outputStyle}</reportStyle>
  <skip default-value="false">${rat.skip}</skip>
  <useDefaultExcludes default-value="true">${rat.useDefaultExcludes}</useDefaultExcludes>
  <useEclipseDefaultExcludes default-value="true">${rat.useEclipseDefaultExcludes}</useEclipseDefaultExcludes>
  <useIdeaDefaultExcludes default-value="true">${rat.useIdeaDefaultExcludes}</useIdeaDefaultExcludes>
  <useMavenDefaultExcludes default-value="true">${rat.useMavenDefaultExcludes}</useMavenDefaultExcludes>
</configuration>
[DEBUG] =======================================================================
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ambari-python-shell ---
[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=0, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=4, DefaultDependencyCollector.transformTime=0}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--2108520286
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--2108520286
[DEBUG]   Imported:  < project>org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--2108520286
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5--2108520286, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) directory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell
[DEBUG]   (f) followSymlinks = false
[DEBUG]   (f) includes = [**/*.pyc]
[DEBUG]   (f) filesets = [file set: /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell (included: [**/*.pyc], excluded: [])]
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/classes
[DEBUG]   (f) reportDirectory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/test-classes
[DEBUG] -- end configuration --
[INFO] Deleting /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target
[INFO] Deleting file /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/rat.txt
[INFO] Deleting directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target
[DEBUG] Skipping non-existing directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/classes
[DEBUG] Skipping non-existing directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/test-classes
[DEBUG] Skipping non-existing directory /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/site
[INFO] Deleting /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell (includes = [**/*.pyc], excludes = [])
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:regex-property (parse-package-version) @ ambari-python-shell ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=61, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=25, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1, ConflictResolver.conflictItemCount=61, DefaultDependencyCollector.collectTime=6, DefaultDependencyCollector.transformTime=1}
[DEBUG] org.codehaus.mojo:build-helper-maven-plugin:jar:1.8:
[DEBUG]    org.apache.maven:maven-model: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-artifact-manager: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:4.10:test
[DEBUG]             org.hamcrest:hamcrest-core:jar:1.1:test
[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.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:1.5.8:compile
[DEBUG]    org.beanshell:bsh:jar:2.0b4:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8--1681879713
[DEBUG] Importing foreign packages into class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8--1681879713
[DEBUG]   Imported:  < project>org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8--1681879713
[DEBUG]   Included: org.codehaus.mojo:build-helper-maven-plugin:jar:1.8
[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.codehaus.plexus:plexus-utils:jar:1.5.8
[DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8--1681879713, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property' with basic configurator -->
[DEBUG]   (f) failIfNoMatch = true
[DEBUG]   (f) name = package-version
[DEBUG]   (f) regex = ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-).*)?
[DEBUG]   (f) replacement = $1.$2.$3.$4
[DEBUG]   (f) value = 2.0.0.0-SNAPSHOT
[DEBUG]   (f) project = MavenProject: org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT @ /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/pom.xml
[DEBUG] -- end configuration --
[DEBUG] define property package-version = "2.0.0.0"
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:regex-property (parse-package-release) @ ambari-python-shell ---
[DEBUG] Configuring mojo org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property from plugin realm ClassRealm[plugin>org.codehaus.mojo:build-helper-maven-plugin:1.8--1681879713, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property' with basic configurator -->
[DEBUG]   (f) failIfNoMatch = true
[DEBUG]   (f) name = package-release
[DEBUG]   (f) regex = ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-)(([0-9]+)|(SNAPSHOT)|(techwin)).*)?
[DEBUG]   (f) replacement = $7
[DEBUG]   (f) value = 2.0.0.0-SNAPSHOT
[DEBUG]   (f) project = MavenProject: org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT @ /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/pom.xml
[DEBUG] -- end configuration --
[DEBUG] define property package-release = "SNAPSHOT"
[INFO]
[INFO] --- apache-rat-plugin:0.11:check (default) @ ambari-python-shell ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=51, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=119, DefaultDependencyCollector.collectTime=12, DefaultDependencyCollector.transformTime=4}
[DEBUG] org.apache.rat:apache-rat-plugin:jar:0.11:
[DEBUG]    org.apache.rat:apache-rat-core:jar:0.11:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-io:commons-io:jar:2.2:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.5:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]    org.apache.maven:maven-artifact: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]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]       backport-util-concurrent:backport-util-concurrent:jar:3.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-model:jar:2.2.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.doxia:doxia-core:jar:1.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api: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-logging:commons-logging:jar:1.1.1:compile
[DEBUG]          commons-codec:commons-codec:jar:1.3:compile
[DEBUG]    org.apache.maven.doxia:doxia-decoration-model:jar:1.2:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.2:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.2: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]          oro:oro:jar:2.0.8:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile
[DEBUG]       org.apache.maven:maven-core:jar:2.0:compile
[DEBUG]          org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:compile
[DEBUG]          org.apache.maven:maven-error-diagnostics:jar:2.0:compile
[DEBUG]          org.apache.maven:maven-plugin-descriptor:jar:2.0:compile
[DEBUG]          org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]          org.apache.maven:maven-monitor:jar:2.0:compile
[DEBUG]       junit:junit:jar:4.11:test
[DEBUG]          org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] Created new class realm plugin>org.apache.rat:apache-rat-plugin:0.11--748504002
[DEBUG] Importing foreign packages into class realm plugin>org.apache.rat:apache-rat-plugin:0.11--748504002
[DEBUG]   Imported:  < project>org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT
[DEBUG] Populating class realm plugin>org.apache.rat:apache-rat-plugin:0.11--748504002
[DEBUG]   Included: org.apache.rat:apache-rat-plugin:jar:0.11
[DEBUG]   Included: org.apache.rat:apache-rat-core:jar:0.11
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-io:commons-io:jar:2.2
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.5
[DEBUG]   Included: commons-cli:commons-cli: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.apache.maven.doxia:doxia-core:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api: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-logging:commons-logging:jar:1.1.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.3
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.2
[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: oro:oro:jar:2.0.8
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Configuring mojo org.apache.rat:apache-rat-plugin:0.11:check from plugin realm ClassRealm[plugin>org.apache.rat:apache-rat-plugin:0.11--748504002, parent: sun.misc.Launcher$AppClassLoader@135fbaa4]
[DEBUG] Configuring mojo 'org.apache.rat:apache-rat-plugin:0.11:check' with basic configurator -->
[DEBUG]   (f) addDefaultLicenseMatchers = true
[DEBUG]   (f) addLicenseHeaders = false
[DEBUG]   (f) basedir = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell
[DEBUG]   (f) excludeSubProjects = true
[DEBUG]   (f) excludes = [src/examples/*, src/test/python/dummy*.txt, src/main/python/ambari_client/imports.txt, src/main/puppet/modules/stdlib/**, **/*.erb, **/*.json]
[DEBUG]   (f) ignoreErrors = false
[DEBUG]   (f) numUnapprovedLicenses = 0
[DEBUG]   (f) project = MavenProject: org.apache.ambari:ambari-python-shell:2.0.0.0-SNAPSHOT @ /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/pom.xml
[DEBUG]   (f) reportFile = /Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-python-shell/target/rat.txt
[DEBUG]   (f) reportStyle = plain
[DEBUG]   (f) skip = false
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useEclipseDefaultExcludes = true
[DEBUG]   (f) useIdeaDefaultExcludes = true
[DEBUG]   (f) useMavenDefaultExcludes = true
[DEBUG] -- end configuration --
[DEBUG] Adding plexus default exclusions...
[DEBUG] Adding exclusions often needed by Maven projects...
[DEBUG] Adding exclusions often needed by projects developed in Eclipse...
[DEBUG] Adding exclusions often needed by projects developed in IDEA...
[DEBUG] Finished creating list of implicit excludes.
[INFO] 51 implicit excludes (use -debug for more details).
[DEBUG] Implicit exclude: **/*~
[DEBUG] Implicit exclude: **/#*#
[DEBUG] Implicit exclude: **/.#*
[DEBUG] Implicit exclude: **/%*%
[DEBUG] Implicit exclude: **/._*
[DEBUG] Implicit exclude: **/CVS
[DEBUG] Implicit exclude: **/CVS/**
[DEBUG] Implicit exclude: **/.cvsignore
[DEBUG] Implicit exclude: **/RCS
[DEBUG] Implicit exclude: **/RCS/**
[DEBUG] Implicit exclude: **/SCCS
[DEBUG] Implicit exclude: **/SCCS/**
[DEBUG] Implicit exclude: **/vssver.scc
[DEBUG] Implicit exclude: **/project.pj
[DEBUG] Implicit exclude: **/.svn
[DEBUG] Implicit exclude: **/.svn/**
[DEBUG] Implicit exclude: **/.arch-ids
[DEBUG] Implicit exclude: **/.arch-ids/**
[DEBUG] Implicit exclude: **/.bzr
[DEBUG] Implicit exclude: **/.bzr/**
[DEBUG] Implicit exclude: **/.MySCMServerInfo
[DEBUG] Implicit exclude: **/.DS_Store
[DEBUG] Implicit exclude: **/.metadata
[DEBUG] Implicit exclude: **/.metadata/**
[DEBUG] Implicit exclude: **/.hg
[DEBUG] Implicit exclude: **/.hg/**
[DEBUG] Implicit exclude: **/.git
[DEBUG] Implicit exclude: **/.gitignore
[DEBUG] Implicit exclude: **/.gitattributes
[DEBUG] Implicit exclude: **/.git/**
[DEBUG] Implicit exclude: **/BitKeeper
[DEBUG] Implicit exclude: **/BitKeeper/**
[DEBUG] Implicit exclude: **/ChangeSet
[DEBUG] Implicit exclude: **/ChangeSet/**
[DEBUG] Implicit exclude: **/_darcs
[DEBUG] Implicit exclude: **/_darcs/**
[DEBUG] Implicit exclude: **/.darcsrepo
[DEBUG] Implicit exclude: **/.darcsrepo/**
[DEBUG] Implicit exclude: **/-darcs-backup*
[DEBUG] Implicit exclude: **/.darcs-temp-mail
[DEBUG] Implicit exclude: target/**/*
[DEBUG] Implicit exclude: cobertura.ser
[DEBUG] Implicit exclude: release.properties
[DEBUG] Implicit exclude: pom.xml.releaseBackup
[DEBUG] Implicit exclude: .classpath
[DEBUG] Implicit exclude: .project
[DEBUG] Implicit exclude: .settings/**/*
[DEBUG] Implicit exclude: *.iml
[DEBUG] Implicit exclude: *.ipr
[DEBUG] Implicit exclude: *.iws
[DEBUG] Implicit exclude: .idea/**/*
[INFO] Exclude: src/examples/*
[INFO] Exclude: src/test/python/dummy*.txt
[INFO] Exclude: src/main/python/ambari_client/imports.txt
[INFO] Exclude: src/main/puppet/modules/stdlib/**
[INFO] Exclude: **/*.erb
[INFO] Exclude: **/*.json
[DEBUG] Excluded 1 resources:
[DEBUG]  - excluded target/rat.txt
[INFO] 24 resources included (use -debug for more details)
[DEBUG]  - included conf/unix/ambari-shell
[DEBUG]  - included conf/unix/ambari-shell.ini
[DEBUG]  - included pom.xml
[DEBUG]  - included src/main/package/deb/control/control
[DEBUG]  - included src/main/package/deb/control/postinst
[DEBUG]  - included src/main/package/deb/control/postrm
[DEBUG]  - included src/main/package/deb/control/posttrm
[DEBUG]  - included src/main/package/deb/control/preinst
[DEBUG]  - included src/main/package/deb/control/prerm
[DEBUG]  - included src/main/python/ambari_shell/__init__.py
[DEBUG]  - included src/main/python/ambari_shell/ambari_shell.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/__init__.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/blueprint.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/connect_cluster.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/create_cluster.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/service.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/shell_config.py
[DEBUG]  - included src/main/python/ambari_shell/plugins/show.py
[DEBUG]  - included src/main/python/ambari_shell/utils/__init__.py
[DEBUG]  - included src/main/python/ambari_shell/utils/displayutils.py
[DEBUG]  - included src/main/python/ambari_shell/utils/osutils.py
[DEBUG]  - included src/main/python/ambari_shell/utils/pluginutils.py
[DEBUG]  - included src/main/python/setup.py
[DEBUG]  - included src/packages/tarball/all.xml
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 24 licence.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Ambari Groovy Shell 2.0.0.0-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.apache.ambari:ambari-groovy-shell:2.0.0.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, test]
[DEBUG] Repositories (dependencies): [oss.sonatype.org (https://oss.sonatype.org/content/groups/staging, default, releases+snapshots), spring-milestones (http://repo.spring.io/milestone, default, releases), ASF Staging (https://repository.apache.org/content/groups/staging/, default, releases+snapshots), ASF Snapshots (https://repository.apache.org/content/repositories/snapshots/, default, snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins)     : [maven2-repository.dev.java.net (http://download.java.net/maven/2/, default, releases+snapshots), maven2-glassfish-repository.dev.java.net (http://download.java.net/maven/glassfish/, default, releases+snapshots), maven2-repository.atlassian (https://maven.atlassian.com/repository/public, default, releases+snapshots), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots), central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5: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>
  <filesets>
    <fileset>
      <directory>/Users/greg7137/Rackspace/code/CloudBigData/ambari/ambari-shell/ambari-groovy-shell</directory>
      <followSymlinks>false</followSymlinks>
      <includes>
        <include>**/*.pyc</include>
      </includes>
    </fileset>
  </filesets>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.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.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property (parse-package-version)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <failIfNoMatch default-value="true">true</failIfNoMatch>
  <name>package-version</name>
  <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-).*)?</regex>
  <replacement>$1.$2.$3.$4</replacement>
  <value>2.0.0.0-SNAPSHOT</value>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:build-helper-maven-plugin:1.8:regex-property (parse-package-release)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <failIfNoMatch default-value="true">true</failIfNoMatch>
  <name>package-release</name>
  <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)((\.|-)(([0-9]+)|(SNAPSHOT)|(techwin)).*)?</regex>
  <replacement>$7</replacement>
  <value>2.0.0.0-SNAPSHOT</value>
  <project default-value="${project}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6: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>${maven.resources.escapeString}</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}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.compileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">1.7</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">1.7</target>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[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>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.testResources}"/>
  <session default-value="${session}"/>
  <skip>${maven.test.skip}</skip>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.testClasspathElements}"/>
  <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">1.7</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">1.7</target>
  <testSource>${maven.compiler.testSource}</testSource>
  <testTarget>${maven.compiler.testTarget}</testTarget>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
  <argLine>${argLine}</argLine>
  <basedir default-value="${basedir}"/>
  <childDelegation default-value="false">${childDelegation}</childDelegation>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
  <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
  <dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
  <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
  <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
  <excludedGroups>${excludedGroups}</excludedGroups>
  <excludesFile>${surefire.excludesFile}</excludesFile>
  <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
  <failIfNoTests>${failIfNoTests}</failIfNoTests>
  <forkCount default-value="1">${forkCount}</forkCount>
  <forkMode default-value="once">always</forkMode>
  <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
  <groups>${groups}</groups>
  <includesFile>${surefire.includesFile}</includesFile>
  <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
  <jvm>${jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <objectFactory>${objectFactory}</objectFactory>
  <parallel>${parallel}</parallel>
  <parallelMavenExecution default-value="${session.parallel}"/>
  <parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
  <parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
  <parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
  <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
  <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
  <pluginDescriptor default-value="${plugin}"/>
  <printSummary default-value="true">${surefire.printSummary}</printSummary>
  <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
  <redirectTestOutputToFile default-value="false">true</redirectTestOutputToFile>
  <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
  <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
  <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
  <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
  <rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
  <reuseForks default-value="true">${reuseForks}</reuseForks>
  <runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
  <shutdown default-value="testset">${surefire.shutdown}</shutdown>
  <skip default-value="false">${maven.test.skip}</skip>
  <skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
  <threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
  <threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.rat:apache-rat-plugin:0.11:check (default)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <addDefaultLicenseMatchers default-value="true">${rat.addDefaultLicenseMatchers}</addDefaultLicenseMatchers>
  <addLicenseHeaders default-value="false">${rat.addLicenseHeaders}</addLicenseHeaders>
  <basedir default-value="${basedir}">${rat.basedir}</basedir>
  <copyrightMessage>${rat.copyrightMessage}</copyrightMessage>
  <excludeSubProjects default-value="true">${rat.excludeSubprojects}</excludeSubProjects>
  <excludes>
    <exclude>src/main/resources/elephant.txt</exclude>
    <exclude>src/main/resources/banner.txt</exclude>
    <exclude>src/test/resources/2columns</exclude>
    <exclude>src/test/resources/3columns</exclude>
    <exclude>src/test/resources/testBlueprint.json</exclude>
    <exclude>src/test/resources/core-site.xml</exclude>
  </excludes>
  <ignoreErrors default-value="false">${rat.ignoreErrors}</ignoreErrors>
  <numUnapprovedLicenses default-value="0">${rat.numUnapprovedLicenses}</numUnapprovedLicenses>
  <project default-value="${project}"/>
  <reportFile default-value="${project.build.directory}/rat.txt">${rat.outputFile}</reportFile>
  <reportStyle default-value="plain">${rat.outputStyle}</reportStyle>
  <skip default-value="false">${rat.skip}</skip>
  <useDefaultExcludes default-value="true">${rat.useDefaultExcludes}</useDefaultExcludes>
  <useEclipseDefaultExcludes default-value="true">${rat.useEclipseDefaultExcludes}</useEclipseDefaultExcludes>
  <useIdeaDefaultExcludes default-value="true">${rat.useIdeaDefaultExcludes}</useIdeaDefaultExcludes>
  <useMavenDefaultExcludes default-value="true">${rat.useMavenDefaultExcludes}</useMavenDefaultExcludes>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Could not find metadata org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in local (/Users/greg7137/.m2/repository)
[DEBUG] Failure to find org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
[DEBUG] Failure to find org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in https://repository.apache.org/content/groups/staging/ was cached in the local repository, resolution will not be reattempted until the update interval of ASF Staging has elapsed or updates are forced
[DEBUG] Failure to find org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in https://repository.apache.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of ASF Snapshots has elapsed or updates are forced
[DEBUG] Could not find metadata org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in local (/Users/greg7137/.m2/repository)
[DEBUG] Failure to find org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
[DEBUG] Failure to find org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in https://repository.apache.org/content/groups/staging/ was cached in the local repository, resolution will not be reattempted until the update interval of ASF Staging has elapsed or updates are forced
[DEBUG] Failure to find org.apache.ambari:groovy-client:2.0.0.0-SNAPSHOT/maven-metadata.xml in https://repository.apache.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of ASF Snapshots has elapsed or updates are forced
[WARNING] The POM for org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT is missing, no dependency information available
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=173, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=82, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6, ConflictResolver.conflictItemCount=149, DefaultDependencyCollector.collectTime=175, DefaultDependencyCollector.transformTime=7}
[DEBUG] org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT
[DEBUG]    junit:junit:jar:4.10:compile
[DEBUG]       org.hamcrest:hamcrest-core:jar:1.1:compile
[DEBUG]    org.springframework.shell:spring-shell:jar:1.1.0.RC3:compile
[DEBUG]       com.google.guava:guava:jar:14.0.1:compile (version managed from 15.0 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       cglib:cglib:jar:2.2.2:compile
[DEBUG]          asm:asm:jar:3.3.1:compile
[DEBUG]       org.springframework:spring-context-support:jar:4.0.3.RELEASE:compile
[DEBUG]          org.springframework:spring-beans:jar:4.0.3.RELEASE:compile
[DEBUG]          org.springframework:spring-context:jar:4.0.3.RELEASE:compile
[DEBUG]             org.springframework:spring-aop:jar:4.0.3.RELEASE:compile
[DEBUG]                aopalliance:aopalliance:jar:1.0:compile
[DEBUG]             org.springframework:spring-expression:jar:4.0.3.RELEASE:compile
[DEBUG]       org.springframework:spring-core:jar:4.0.3.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter:jar:1.0.2.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot:jar:1.0.2.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-autoconfigure:jar:1.0.2.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-starter-logging:jar:1.0.2.RELEASE:compile
[DEBUG]          org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
[DEBUG]          org.slf4j:jul-to-slf4j:jar:1.7.7:compile
[DEBUG]          org.slf4j:log4j-over-slf4j:jar:1.7.7:compile
[DEBUG]          ch.qos.logback:logback-classic:jar:1.1.2:compile
[DEBUG]             ch.qos.logback:logback-core:jar:1.1.2:compile
[DEBUG]       org.yaml:snakeyaml:jar:1.13:runtime
[DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.0.2.RELEASE:compile
[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:compile
[DEBUG]       org.springframework:spring-test:jar:4.0.3.RELEASE:compile
[DEBUG]    commons-io:commons-io:jar:2.3:compile
[DEBUG]    org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT:compile
[DEBUG]    org.mockito:mockito-core:jar:1.10.19:test
[DEBUG]       org.objenesis:objenesis:jar:2.1:test
[DEBUG]    jline:jline:jar:2.11:compile
[DEBUG]    org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[DEBUG]       org.codehaus.jackson:jackson-core-asl:jar:1.9.9:compile (version managed from 1.9.13 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]    org.apache.hadoop:hadoop-common:jar:2.4.1:compile
[DEBUG]       org.apache.hadoop:hadoop-annotations:jar:2.4.1:compile
[DEBUG]       commons-cli:commons-cli:jar:1.2:compile
[DEBUG]       org.apache.commons:commons-math3:jar:3.1.1:compile
[DEBUG]       xmlenc:xmlenc:jar:0.52:compile
[DEBUG]       commons-httpclient:commons-httpclient:jar:3.1:compile
[DEBUG]       commons-codec:commons-codec:jar:1.8:compile (version managed from 1.4 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       commons-net:commons-net:jar:3.1:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]       javax.servlet:servlet-api:jar:2.5:compile
[DEBUG]       org.mortbay.jetty:jetty:jar:6.1.26:compile
[DEBUG]       org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[DEBUG]       com.sun.jersey:jersey-core:jar:1.18:compile (version managed from 1.9 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       com.sun.jersey:jersey-json:jar:1.18:compile (version managed from 1.9 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]          org.codehaus.jettison:jettison:jar:1.1:compile
[DEBUG]          com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[DEBUG]             javax.xml.bind:jaxb-api:jar:2.2.2:compile
[DEBUG]                javax.xml.stream:stax-api:jar:1.0-2:compile
[DEBUG]                javax.activation:activation:jar:1.1:compile
[DEBUG]          org.codehaus.jackson:jackson-jaxrs:jar:1.9.9:compile (version managed from 1.9.2 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]          org.codehaus.jackson:jackson-xc:jar:1.9.9:compile (version managed from 1.9.2 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       com.sun.jersey:jersey-server:jar:1.18:compile (version managed from 1.9 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       tomcat:jasper-compiler:jar:5.5.23:runtime
[DEBUG]       tomcat:jasper-runtime:jar:5.5.23:runtime
[DEBUG]       javax.servlet.jsp:jsp-api:jar:2.1:runtime
[DEBUG]       commons-el:commons-el:jar:1.0:runtime
[DEBUG]       commons-logging:commons-logging:jar:1.1.1:compile (version managed from 1.1.3 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       log4j:log4j:jar:1.2.16:compile (version managed from 1.2.17 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       net.java.dev.jets3t:jets3t:jar:0.9.0:compile
[DEBUG]          com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
[DEBUG]       commons-lang:commons-lang:jar:2.5:compile (version managed from 2.6 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       commons-configuration:commons-configuration:jar:1.6:compile
[DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[DEBUG]             commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.2:compile (version managed from 1.7.5 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       org.slf4j:slf4j-log4j12:jar:1.7.2:compile (version managed from 1.7.5 by org.apache.ambari:ambari-project:2.0.0.0-SNAPSHOT)
[DEBUG]       org.apache.avro:avro:jar:1.7.4:compile
[DEBUG]          com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[DEBUG]          org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
[DEBUG]       com.google.protobuf:protobuf-java:jar:2.5.0:compile
[DEBUG]       org.apache.hadoop:hadoop-auth:jar:2.4.1:compile
[DEBUG]       com.jcraft:jsch:jar:0.1.42:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG]       org.apache.zookeeper:zookeeper:jar:3.4.5:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.4.1:compile
[DEBUG]          org.tukaani:xz:jar:1.0:compile
[DEBUG]    org.apache.httpcomponents:httpclient:jar:4.2.5:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.2.4:compile
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Shell ....................................... SUCCESS [  0.847 s]
[INFO] Ambari Python Shell ................................ SUCCESS [  0.392 s]
[INFO] Ambari Groovy Shell ................................ FAILURE [  0.242 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.791 s
[INFO] Finished at: 2016-01-20T08:33:26-06:00
[INFO] Final Memory: 18M/235M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ambari-groovy-shell: Could not resolve dependencies for project org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project ambari-groovy-shell: Could not resolve dependencies for project org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:221)
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:127)
at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:245)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
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:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
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.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.ambari:ambari-groovy-shell:jar:2.0.0.0-SNAPSHOT: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:211)
at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:195)
... 23 more
Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384)
at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:205)
... 24 more
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
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)
... 25 more
Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Failure to find org.apache.ambari:groovy-client:jar:2.0.0.0-SNAPSHOT in https://oss.sonatype.org/content/groups/staging was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.newException(DefaultUpdateCheckManager.java:231)
at org.eclipse.aether.internal.impl.DefaultUpdateCheckManager.checkArtifact(DefaultUpdateCheckManager.java:206)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.gatherDownloads(DefaultArtifactResolver.java:585)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:503)
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:421)
... 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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :ambari-groovy-shell