Last active
August 29, 2015 14:06
-
-
Save bimargulies/c82594b0b57f6ab19c51 to your computer and use it in GitHub Desktop.
maven-release-plugin debugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Executing goals 'clean verify'... | |
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance. | |
[INFO] [INFO] Scanning for projects... | |
[INFO] [INFO] | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] Building pom-file-name-tc-second 0.0.6 | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] | |
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ pom-file-name-tc-second --- | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] BUILD SUCCESS | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] Total time: 0.226s | |
[INFO] [INFO] Finished at: Wed Sep 10 21:47:46 EDT 2014 | |
[INFO] [INFO] Final Memory: 5M/245M | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] Checking in modified POMs... | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git add -- pom.xml | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git rev-parse --show-toplevel | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git status --porcelain . | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Tagging release with the label pom-file-name-tc-second-0.0.6... | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git tag -F /var/folders/80/5l86669j3278_x4hlpntlz380000gp/T/maven-scm-1429218908.commit pom-file-name-tc-second-0.0.6 | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git push [email protected]:bimargulies/pom-file-name-tc.git refs/tags/pom-file-name-tc-second-0.0.6 | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git ls-files | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Transforming 'pom-file-name-tc-second'... | |
[INFO] Not removing release POMs | |
[INFO] Checking in modified POMs... | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git add -- pom.xml | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git rev-parse --show-toplevel | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git status --porcelain . | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Release preparation complete. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 7.633s | |
[INFO] Finished at: Wed Sep 10 21:47:48 EDT 2014 | |
[INFO] Final Memory: 11M/245M | |
[INFO] ------------------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ second git:(master) ✗ git status --porcelain | |
M second/pom.xml | |
➜ second git:(master) ✗ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500) | |
Maven home: /opt/apache-maven-3.0.4-basis | |
Java version: 1.7.0_60, vendor: Oracle Corporation | |
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre | |
Default locale: en_US, platform encoding: utf-8 | |
OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading global settings from /opt/apache-maven-3.0.4-basis/conf/settings.xml | |
[DEBUG] Reading user settings from /Users/benson/.m2/settings.xml | |
[DEBUG] Using local repository at /Users/benson/.m2/repository | |
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/benson/.m2/repository | |
[INFO] Scanning for projects... | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for basis.releases (http://maven.basistech.net/nexus/content/repositories/releases/). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for basis.snapshots (http://maven.basistech.net/nexus/content/repositories/snapshots/). | |
[DEBUG] Extension realms for project com.basistech:pom-file-name-tc-second:pom:0.0.20-SNAPSHOT: (none) | |
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null] | |
[DEBUG] Resolving plugin prefix release from [com.atlassian.maven.plugins, org.apache.maven.plugins, org.codehaus.mojo] | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.org (http://snapshots.repository.codehaus.org). | |
[DEBUG] Resolved plugin prefix release to org.apache.maven.plugins:maven-release-plugin from POM com.basistech:pom-file-name-tc-second:pom:0.0.20-SNAPSHOT | |
[DEBUG] === REACTOR BUILD PLAN ================================================ | |
[DEBUG] Project: com.basistech:pom-file-name-tc-second:pom:0.0.20-SNAPSHOT | |
[DEBUG] Tasks: [release:prepare] | |
[DEBUG] Style: Aggregating | |
[DEBUG] ======================================================================= | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building pom-file-name-tc-second 0.0.20-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[DEBUG] Resolving plugin prefix release from [com.atlassian.maven.plugins, org.apache.maven.plugins, org.codehaus.mojo] | |
[DEBUG] Resolved plugin prefix release to org.apache.maven.plugins:maven-release-plugin from POM com.basistech:pom-file-name-tc-second:pom:0.0.20-SNAPSHOT | |
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] | |
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
[DEBUG] === PROJECT BUILD PLAN ================================================ | |
[DEBUG] Project: com.basistech:pom-file-name-tc-second:0.0.20-SNAPSHOT | |
[DEBUG] Dependencies (collect): [] | |
[DEBUG] Dependencies (resolve): [] | |
[DEBUG] Repositories (dependencies): [Nexus (http://maven.basistech.net/nexus/content/groups/public, releases+snapshots)] | |
[DEBUG] Repositories (plugins) : [Nexus (http://maven.basistech.net/nexus/content/groups/public, releases)] | |
[DEBUG] ----------------------------------------------------------------------- | |
[DEBUG] Goal: org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) | |
[DEBUG] Style: Aggregating | |
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<addSchema default-value="true">${addSchema}</addSchema> | |
<allowReleasePluginSnapshot default-value="false">${allowReleasePluginSnapshot}</allowReleasePluginSnapshot> | |
<allowTimestampedSnapshots default-value="false">${ignoreSnapshots}</allowTimestampedSnapshots> | |
<arguments>${arguments}</arguments> | |
<autoVersionSubmodules default-value="false">true</autoVersionSubmodules> | |
<basedir default-value="${basedir}"/> | |
<checkModificationExcludeList>${checkModificationExcludeList}</checkModificationExcludeList> | |
<commitByProject default-value="false">${commitByProject}</commitByProject> | |
<completionGoals default-value="">${completionGoals}</completionGoals> | |
<developmentVersion>${developmentVersion}</developmentVersion> | |
<dryRun default-value="false">${dryRun}</dryRun> | |
<generateReleasePoms default-value="false">${generateReleasePoms}</generateReleasePoms> | |
<javaHome default-value="${java.home}"/> | |
<localRepoDirectory default-value="${maven.repo.local}"/> | |
<mavenExecutorId default-value="invoker">${mavenExecutorId}</mavenExecutorId> | |
<mavenHome default-value="${maven.home}"/> | |
<password>${password}</password> | |
<pomFileName>second/pom.xml</pomFileName> | |
<preparationGoals default-value="clean verify">${preparationGoals}</preparationGoals> | |
<pushChanges default-value="true">${pushChanges}</pushChanges> | |
<reactorProjects default-value="${reactorProjects}"/> | |
<releaseVersion>${releaseVersion}</releaseVersion> | |
<remoteTagging default-value="true">true</remoteTagging> | |
<resume default-value="true">${resume}</resume> | |
<scmCommentPrefix default-value="[maven-release-plugin] ">${scmCommentPrefix}</scmCommentPrefix> | |
<suppressCommitBeforeTag default-value="false">${suppressCommitBeforeTag}</suppressCommitBeforeTag> | |
<tag>${tag}</tag> | |
<tagBase>${tagBase}</tagBase> | |
<tagNameFormat default-value="@{project.artifactId}-@{project.version}">${tagNameFormat}</tagNameFormat> | |
<updateDependencies default-value="true">${updateDependencies}</updateDependencies> | |
<updateWorkingCopyVersions default-value="true">${updateWorkingCopyVersions}</updateWorkingCopyVersions> | |
<useEditMode default-value="false">${useEditMode}</useEditMode> | |
<username>${username}</username> | |
<waitBeforeTagging default-value="0">${waitBeforeTagging}</waitBeforeTagging> | |
<project default-value="${project}"/> | |
<session default-value="${session}"/> | |
<settings default-value="${settings}"/> | |
</configuration> | |
[DEBUG] ======================================================================= | |
[INFO] | |
[INFO] --- maven-release-plugin:2.5:prepare (default-cli) @ pom-file-name-tc-second --- | |
[DEBUG] Created new class realm maven.api | |
[DEBUG] Importing foreign packages into class realm maven.api | |
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.transfer < plexus.core | |
[DEBUG] Imported: org.apache.maven.exception < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.version < plexus.core | |
[DEBUG] Imported: org.apache.maven.monitor < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core | |
[DEBUG] Imported: org.apache.maven.repository < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core | |
[DEBUG] Imported: org.apache.maven.profiles < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.repository < plexus.core | |
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core | |
[DEBUG] Imported: org.apache.maven.execution < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.spi < plexus.core | |
[DEBUG] Imported: org.apache.maven.reporting < plexus.core | |
[DEBUG] Imported: org.apache.maven.usability < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core | |
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.settings < plexus.core | |
[DEBUG] Imported: org.codehaus.classworlds < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.deployment < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core | |
[DEBUG] Imported: org.apache.maven.configuration < plexus.core | |
[DEBUG] Imported: org.apache.maven.cli < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.installation < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core | |
[DEBUG] Imported: org.apache.maven.project < plexus.core | |
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core | |
[DEBUG] Imported: org.apache.maven.artifact < plexus.core | |
[DEBUG] Imported: org.apache.maven.model < plexus.core | |
[DEBUG] Imported: org.apache.maven.* < plexus.core | |
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core | |
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core | |
[DEBUG] Imported: org.apache.maven.plugin < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core | |
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core | |
[DEBUG] Populating class realm maven.api | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo1.maven.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo1.maven.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[DEBUG] org.apache.maven.plugins:maven-release-plugin:jar:2.5: | |
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile | |
[DEBUG] org.apache.maven.release:maven-release-manager:jar:2.5:compile | |
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile | |
[DEBUG] junit:junit:jar:3.8.1:compile | |
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile | |
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile | |
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile | |
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile | |
[DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile | |
[DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile | |
[DEBUG] org.apache.maven.shared:maven-invoker:jar:2.1:compile | |
[DEBUG] commons-lang:commons-lang:jar:2.4:compile | |
[DEBUG] commons-cli:commons-cli:jar:1.2:compile | |
[DEBUG] org.apache.maven.scm:maven-scm-providers-standard:pom:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-accurev:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.9:runtime | |
[DEBUG] regexp:regexp:jar:1.3:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-cvsjava:jar:1.9:runtime | |
[DEBUG] org.netbeans.lib:cvsclient:jar:20060125:runtime | |
[DEBUG] ch.ethz.ganymed:ganymed-ssh2:jar:build210:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.9:runtime | |
[DEBUG] commons-io:commons-io:jar:2.2:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-hg:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-perforce:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-starteam:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-synergy:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-vss:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-tfs:jar:1.9:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-integrity:jar:1.9:runtime | |
[DEBUG] com.mks.api:mksapi-jar:jar:4.10.9049:runtime | |
[DEBUG] org.codehaus.groovy:groovy-all:jar:1.7.6:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-jazz:jar:1.9:runtime | |
[DEBUG] org.mockito:mockito-core:jar:1.9.5:runtime (version managed from 1.9.0) | |
[DEBUG] org.hamcrest:hamcrest-core:jar:1.1:runtime | |
[DEBUG] org.objenesis:objenesis:jar:1.0:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-manager-plexus:jar:1.8:runtime | |
[DEBUG] org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.9:compile | |
[DEBUG] jaxen:jaxen:jar:1.1-beta-8:runtime | |
[DEBUG] jdom:jdom:jar:1.0:runtime | |
[DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-core:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile | |
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.6:runtime | |
[DEBUG] org.slf4j:slf4j-api:jar:1.5.6:runtime | |
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime | |
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.2.1:compile | |
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.1:compile | |
[DEBUG] org.apache.maven.doxia:doxia-logging-api:jar:1.1:compile | |
[DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-monitor:jar:2.2.1:compile | |
[DEBUG] classworlds:classworlds:jar:1.1:compile | |
[DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile | |
[DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile | |
[DEBUG] org.apache.maven.scm:maven-scm-api:jar:1.9:compile | |
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.10:compile | |
[DEBUG] org.jdom:jdom:jar:1.1:compile | |
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-release-plugin:2.5 | |
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-release-plugin:2.5 | |
[DEBUG] Imported: < maven.api | |
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-release-plugin:2.5 | |
[DEBUG] Included: org.apache.maven.plugins:maven-release-plugin:jar:2.5 | |
[DEBUG] Included: org.apache.maven.release:maven-release-manager:jar:2.5 | |
[DEBUG] Included: junit:junit:jar:3.8.1 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6 | |
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14 | |
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 | |
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 | |
[DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 | |
[DEBUG] Included: org.apache.maven.shared:maven-invoker:jar:2.1 | |
[DEBUG] Included: commons-lang:commons-lang:jar:2.4 | |
[DEBUG] Included: commons-cli:commons-cli:jar:1.2 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-providers-standard:pom:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-accurev:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.9 | |
[DEBUG] Included: regexp:regexp:jar:1.3 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-cvsjava:jar:1.9 | |
[DEBUG] Included: org.netbeans.lib:cvsclient:jar:20060125 | |
[DEBUG] Included: ch.ethz.ganymed:ganymed-ssh2:jar:build210 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-gitexe:jar:1.9 | |
[DEBUG] Included: commons-io:commons-io:jar:2.2 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-git-commons:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-hg:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-perforce:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-starteam:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-synergy:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-vss:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-tfs:jar:1.9 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-integrity:jar:1.9 | |
[DEBUG] Included: com.mks.api:mksapi-jar:jar:4.10.9049 | |
[DEBUG] Included: org.codehaus.groovy:groovy-all:jar:1.7.6 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-jazz:jar:1.9 | |
[DEBUG] Included: org.mockito:mockito-core:jar:1.9.5 | |
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.1 | |
[DEBUG] Included: org.objenesis:objenesis:jar:1.0 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-manager-plexus:jar:1.8 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.9 | |
[DEBUG] Included: jaxen:jaxen:jar:1.1-beta-8 | |
[DEBUG] Included: jdom:jdom:jar:1.0 | |
[DEBUG] Included: org.slf4j:slf4j-jdk14:jar:1.5.6 | |
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.5.6 | |
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.5.6 | |
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.2.1 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.1 | |
[DEBUG] Included: org.apache.maven.doxia:doxia-logging-api:jar:1.1 | |
[DEBUG] Included: org.apache.maven.scm:maven-scm-api:jar:1.9 | |
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.10 | |
[DEBUG] Included: org.jdom:jdom:jar:1.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.2.1 | |
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.2.1 | |
[DEBUG] Excluded: classworlds:classworlds:jar:1.1 | |
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.1 | |
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.2.1 | |
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-release-plugin:2.5:prepare from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-release-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@7d487b8b] | |
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-release-plugin:2.5:prepare' with basic configurator --> | |
[DEBUG] (f) addSchema = true | |
[DEBUG] (f) allowReleasePluginSnapshot = false | |
[DEBUG] (f) allowTimestampedSnapshots = false | |
[DEBUG] (f) autoVersionSubmodules = true | |
[DEBUG] (s) basedir = /Users/benson/misc/pom-file-name-tc/second | |
[DEBUG] (f) commitByProject = false | |
[DEBUG] (f) dryRun = false | |
[DEBUG] (f) generateReleasePoms = false | |
[DEBUG] (f) javaHome = /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre | |
[DEBUG] (f) mavenExecutorId = invoker | |
[DEBUG] (f) mavenHome = /opt/apache-maven-3.0.4-basis | |
[DEBUG] (f) pomFileName = second/pom.xml | |
[DEBUG] (f) preparationGoals = clean verify | |
[DEBUG] (f) pushChanges = true | |
[DEBUG] (f) reactorProjects = [MavenProject: com.basistech:pom-file-name-tc-second:0.0.20-SNAPSHOT @ /Users/benson/misc/pom-file-name-tc/second/pom.xml] | |
[DEBUG] (f) remoteTagging = true | |
[DEBUG] (f) resume = true | |
[DEBUG] (f) scmCommentPrefix = [maven-release-plugin] | |
[DEBUG] (f) suppressCommitBeforeTag = false | |
[DEBUG] (f) tagNameFormat = @{project.artifactId}-@{project.version} | |
[DEBUG] (f) updateDependencies = true | |
[DEBUG] (f) updateWorkingCopyVersions = true | |
[DEBUG] (f) useEditMode = false | |
[DEBUG] (f) waitBeforeTagging = 0 | |
[DEBUG] (f) project = MavenProject: com.basistech:pom-file-name-tc-second:0.0.20-SNAPSHOT @ /Users/benson/misc/pom-file-name-tc/second/pom.xml | |
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@d87e96 | |
[DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@9fda160 | |
[DEBUG] -- end configuration -- | |
[DEBUG] release.properties not found - using empty properties | |
[INFO] Verifying that there are no local modifications... | |
[INFO] ignoring changes on: **/pom.xml.backup, **/release.properties, **/pom.xml.branch, **/pom.xml.next, **/pom.xml.releaseBackup, **/pom.xml.tag | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git rev-parse --show-toplevel | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git status --porcelain . | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Checking dependencies and plugins for snapshots ... | |
[INFO] Transforming 'pom-file-name-tc-second'... | |
[INFO] Not generating release POMs | |
[INFO] Executing goals 'clean verify'... | |
[DEBUG] Using ${maven.home} of: '/opt/apache-maven-3.0.4-basis'. | |
[DEBUG] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && /opt/apache-maven-3.0.4-basis/bin/mvn -B -X -D maven.repo.local=/Users/benson/.m2/repository -s /private/var/folders/80/5l86669j3278_x4hlpntlz380000gp/T/release-settings4551673516765741469.xml clean verify | |
[INFO] Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500) | |
[INFO] Maven home: /opt/apache-maven-3.0.4-basis | |
[INFO] Java version: 1.7.0_60, vendor: Oracle Corporation | |
[INFO] Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre | |
[INFO] Default locale: en_US, platform encoding: utf-8 | |
[INFO] OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac" | |
[INFO] [INFO] Error stacktraces are turned on. | |
[INFO] [DEBUG] Reading global settings from /opt/apache-maven-3.0.4-basis/conf/settings.xml | |
[INFO] [DEBUG] Reading user settings from /private/var/folders/80/5l86669j3278_x4hlpntlz380000gp/T/release-settings4551673516765741469.xml | |
[INFO] [DEBUG] Using local repository at /Users/benson/.m2/repository | |
[INFO] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/benson/.m2/repository | |
[INFO] [INFO] Scanning for projects... | |
[INFO] [DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for basis.releases (http://maven.basistech.net/nexus/content/repositories/releases/). | |
[INFO] [DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for basis.snapshots (http://maven.basistech.net/nexus/content/repositories/snapshots/). | |
[INFO] [DEBUG] Extension realms for project com.basistech:pom-file-name-tc-second:pom:0.0.20: (none) | |
[INFO] [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null] | |
[INFO] [DEBUG] === REACTOR BUILD PLAN ================================================ | |
[INFO] [DEBUG] Project: com.basistech:pom-file-name-tc-second:pom:0.0.20 | |
[INFO] [DEBUG] Tasks: [clean, verify] | |
[INFO] [DEBUG] Style: Regular | |
[INFO] [DEBUG] ======================================================================= | |
[INFO] [INFO] | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] Building pom-file-name-tc-second 0.0.20 | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[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] | |
[INFO] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
[INFO] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
[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] | |
[INFO] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
[INFO] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
[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] | |
[INFO] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] | |
[INFO] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] | |
[INFO] [DEBUG] === PROJECT BUILD PLAN ================================================ | |
[INFO] [DEBUG] Project: com.basistech:pom-file-name-tc-second:0.0.20 | |
[INFO] [DEBUG] Dependencies (collect): [] | |
[INFO] [DEBUG] Dependencies (resolve): [] | |
[INFO] [DEBUG] Repositories (dependencies): [Nexus (http://maven.basistech.net/nexus/content/groups/public, releases+snapshots)] | |
[INFO] [DEBUG] Repositories (plugins) : [Nexus (http://maven.basistech.net/nexus/content/groups/public, releases)] | |
[INFO] [DEBUG] ----------------------------------------------------------------------- | |
[INFO] [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) | |
[INFO] [DEBUG] Style: Regular | |
[INFO] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> | |
[INFO] <configuration> | |
[INFO] <directory default-value="${project.build.directory}"/> | |
[INFO] <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories> | |
[INFO] <failOnError default-value="true">${maven.clean.failOnError}</failOnError> | |
[INFO] <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks> | |
[INFO] <outputDirectory default-value="${project.build.outputDirectory}"/> | |
[INFO] <reportDirectory default-value="${project.reporting.outputDirectory}"/> | |
[INFO] <skip default-value="false">${clean.skip}</skip> | |
[INFO] <testOutputDirectory default-value="${project.build.testOutputDirectory}"/> | |
[INFO] <verbose>${clean.verbose}</verbose> | |
[INFO] </configuration> | |
[INFO] [DEBUG] ======================================================================= | |
[INFO] [INFO] | |
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ pom-file-name-tc-second --- | |
[INFO] [DEBUG] Created new class realm maven.api | |
[INFO] [DEBUG] Importing foreign packages into class realm maven.api | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.transfer < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.exception < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.metadata < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.collection < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.version < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.monitor < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.repository < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.profiles < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.repository < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.execution < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.artifact < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.spi < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.reporting < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.usability < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.graph < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.* < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.settings < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.classworlds < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.impl < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.deployment < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.configuration < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.cli < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.installation < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.project < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.artifact < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.model < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.* < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core | |
[INFO] [DEBUG] Imported: org.sonatype.aether.resolution < plexus.core | |
[INFO] [DEBUG] Imported: org.apache.maven.plugin < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core | |
[INFO] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core | |
[INFO] [DEBUG] Populating class realm maven.api | |
[INFO] [DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[INFO] [DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[INFO] [DEBUG] Using mirror Nexus (http://maven.basistech.net/nexus/content/groups/public) for central (http://repo.maven.apache.org/maven2). | |
[INFO] [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: | |
[INFO] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile | |
[INFO] [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile | |
[INFO] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.4.1 | |
[INFO] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.4.1 | |
[INFO] [DEBUG] Imported: < maven.api | |
[INFO] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.4.1 | |
[INFO] [DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1 | |
[INFO] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5 | |
[INFO] [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6 | |
[INFO] [DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.4.1, parent: sun.misc.Launcher$AppClassLoader@7d487b8b] | |
[INFO] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean' with basic configurator --> | |
[INFO] [DEBUG] (f) directory = /Users/benson/misc/pom-file-name-tc/second/target | |
[INFO] [DEBUG] (f) excludeDefaultDirectories = false | |
[INFO] [DEBUG] (f) failOnError = true | |
[INFO] [DEBUG] (f) followSymLinks = false | |
[INFO] [DEBUG] (f) outputDirectory = /Users/benson/misc/pom-file-name-tc/second/target/classes | |
[INFO] [DEBUG] (f) reportDirectory = /Users/benson/misc/pom-file-name-tc/second/target/site | |
[INFO] [DEBUG] (f) skip = false | |
[INFO] [DEBUG] (f) testOutputDirectory = /Users/benson/misc/pom-file-name-tc/second/target/test-classes | |
[INFO] [DEBUG] -- end configuration -- | |
[INFO] [DEBUG] Skipping non-existing directory /Users/benson/misc/pom-file-name-tc/second/target | |
[INFO] [DEBUG] Skipping non-existing directory /Users/benson/misc/pom-file-name-tc/second/target/classes | |
[INFO] [DEBUG] Skipping non-existing directory /Users/benson/misc/pom-file-name-tc/second/target/test-classes | |
[INFO] [DEBUG] Skipping non-existing directory /Users/benson/misc/pom-file-name-tc/second/target/site | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] BUILD SUCCESS | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] [INFO] Total time: 0.228s | |
[INFO] [INFO] Finished at: Wed Sep 10 21:59:36 EDT 2014 | |
[INFO] [INFO] Final Memory: 5M/245M | |
[INFO] [INFO] ------------------------------------------------------------------------ | |
[INFO] Checking in modified POMs... | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git add -- pom.xml | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git rev-parse --show-toplevel | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git status --porcelain . | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[DEBUG] M second/pom.xml | |
[INFO] Tagging release with the label pom-file-name-tc-second-0.0.20... | |
[DEBUG] ScmTagPhase :: scmTagParameters remotingTag true | |
[DEBUG] ScmTagPhase :: scmTagParameters scmRevision null | |
[DEBUG] ScmTagPhase :: fileSet basedir = /Users/benson/misc/pom-file-name-tc/second; files = [] | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git tag -F /var/folders/80/5l86669j3278_x4hlpntlz380000gp/T/maven-scm-194751938.commit pom-file-name-tc-second-0.0.20 | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git push [email protected]:bimargulies/pom-file-name-tc.git refs/tags/pom-file-name-tc-second-0.0.20 | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git ls-files | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[DEBUG] pom.xml | |
[INFO] Transforming 'pom-file-name-tc-second'... | |
[INFO] Not removing release POMs | |
[INFO] Checking in modified POMs... | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git add -- pom.xml | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git rev-parse --show-toplevel | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[INFO] Executing: /bin/sh -c cd /Users/benson/misc/pom-file-name-tc/second && git status --porcelain . | |
[INFO] Working directory: /Users/benson/misc/pom-file-name-tc/second | |
[DEBUG] M second/pom.xml | |
[INFO] Release preparation complete. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 3.956s | |
[INFO] Finished at: Wed Sep 10 21:59:37 EDT 2014 | |
[INFO] Final Memory: 10M/245M | |
[INFO] ------------------------------------------------------------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.basistech</groupId> | |
<artifactId>pom-file-name-tc-second</artifactId> | |
<version>0.0.7-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<parent> | |
<groupId>com.basistech</groupId> | |
<artifactId>pom-file-name-tc</artifactId> | |
<version>0.0.2</version> | |
</parent> | |
<scm> | |
<connection>scm:git:[email protected]:bimargulies/pom-file-name-tc.git</connection> | |
<developerConnection>scm:git:[email protected]:bimargulies/pom-file-name-tc.git</developerConnection> | |
<tag>HEAD</tag> | |
</scm> | |
<build> | |
<defaultGoal>install</defaultGoal> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>${maven-release-plugin.version}</version> | |
<executions> | |
<execution> | |
<id>default</id> | |
<configuration> | |
<pomFileName>second/pom.xml</pomFileName> | |
<commitByProject>true</commitByProject> | |
</configuration> | |
</execution> | |
</executions> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
</build> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment