Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

release plug in not committing the release version anymore

$
0
0
Hi All,
I realized to day that since a while mvn release:prepare does not check in
and commit the release pom. From the investigation I've done it seems that
the pom is actually changed, a tag is correctly created but the changed pom
never committed. Also I do not see the usual maven generated commit
comments on git.

I am attaching the entire log, even if I could not find anything
interesting. Has anyone experienced the same problem? Any hint on how to
troubleshoot it?

Thanks in advance,
Ste

cd /home/ste/Projects/https; JAVA_HOME=/usr/lib/jvm/jdk1.7.0
M2_HOME=/opt/apache-maven-3.1.1 /opt/apache-maven-3.1.1/bin/mvn --debug
release:prepare
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
17:22:22+0200)
Maven home: /opt/apache-maven-3.1.1
Java version: 1.7.0_05, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.7.0/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-35-generic", arch: "amd64", family:
"unix"
Populating class realm maven.ext
Included /opt/netbeans-8.0/java/maven-nblib/netbeans-eventspy.jar
Error stacktraces are turned on.
Reading global settings from /opt/apache-maven-3.1.1/conf/settings.xml
Reading user settings from /home/ste/.m2/settings.xml
Using local repository at /home/ste/.m2/repository
Using manager EnhancedLocalRepositoryManager with priority 10.0 for
/home/ste/.m2/repository
Scanning for projects...
Extension realms for project ste:https:jar:0.0.5-SNAPSHOT: (none)
Looking up lifecyle mappings for packaging jar from ClassRealm[maven.ext,
parent: ClassRealm[plexus.core, parent: null]]
Resolving plugin prefix release from
[com.jayway.maven.plugins.android.generation2, org.apache.maven.plugins,
org.codehaus.mojo]
Resolved plugin prefix release to
org.apache.maven.plugins:maven-release-plugin from POM
ste:https:jar:0.0.5-SNAPSHOT
=== REACTOR BUILD PLAN ================================================
Project: ste:https:jar:0.0.5-SNAPSHOT
Tasks: [release:prepare]
Style: Aggregating
=======================================================================

Viewing all articles
Browse latest Browse all 5648

Trending Articles