[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-08-12 Thread Koen Serneels (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=351340#comment-351340
 ] 

Koen Serneels commented on MRELEASE-812:


I was experiencing the same issue (Git 1.9.1/Ubuntu). The release plugin (still 
using 2.4.2) would not commit, resulting in the SNAPSHOT suffix being present 
in the tag.
Bumping the release plugin to 2.5 solved the problem for projects having the 
pom.xml in the repository root.
However, I had another project with the pom.xml NOT directly in the repository 
root. For this overriding the SCM api and gitexe dependency to the latest 
version (1.9.1 atm) solved the problem there as well (while still using the 
latest  release plugin version being 2.5 atm)

[code]
dependencies
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-api/artifactId
version1.9.1/version
/dependency
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-provider-gitexe/artifactId
version1.9.1/version
/dependency
/dependencies
[/code]

See also https://jira.codehaus.org/browse/SCM-740

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-08-12 Thread Koen Serneels (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=351340#comment-351340
 ] 

Koen Serneels edited comment on MRELEASE-812 at 8/12/14 3:06 PM:
-

I was experiencing the same issue (Git 1.9.1/Ubuntu). The release plugin (still 
using 2.4.2) would not commit, resulting in the SNAPSHOT suffix being present 
in the tag.
Bumping the release plugin to 2.5 solved the problem for projects having the 
pom.xml in the repository root.
However, I had another project with the pom.xml NOT directly in the repository 
root. For this overriding the SCM api and gitexe dependency to the latest 
version (1.9.1 atm) solved the problem there as well (while still using the 
latest  release plugin version being 2.5 atm)

{code}
dependencies
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-api/artifactId
version1.9.1/version
/dependency
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-provider-gitexe/artifactId
version1.9.1/version
/dependency
/dependencies
{code}

See also https://jira.codehaus.org/browse/SCM-740


was (Author: koen.serneels):
I was experiencing the same issue (Git 1.9.1/Ubuntu). The release plugin (still 
using 2.4.2) would not commit, resulting in the SNAPSHOT suffix being present 
in the tag.
Bumping the release plugin to 2.5 solved the problem for projects having the 
pom.xml in the repository root.
However, I had another project with the pom.xml NOT directly in the repository 
root. For this overriding the SCM api and gitexe dependency to the latest 
version (1.9.1 atm) solved the problem there as well (while still using the 
latest  release plugin version being 2.5 atm)

[code]
dependencies
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-api/artifactId
version1.9.1/version
/dependency
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-provider-gitexe/artifactId
version1.9.1/version
/dependency
/dependencies
[/code]

See also https://jira.codehaus.org/browse/SCM-740

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-08-12 Thread Koen Serneels (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=351340#comment-351340
 ] 

Koen Serneels edited comment on MRELEASE-812 at 8/12/14 3:10 PM:
-

I was experiencing the same issue (Git 1.9.1/Ubuntu). The release plugin (was 
using 2.4.2) would not commit anymore, resulting in the SNAPSHOT suffix being 
present in the tag.
Bumping the release plugin to 2.5 solved the problem for projects having the 
pom.xml in the repository root.
However, I had another project with the pom.xml NOT directly in the repository 
root. For this  bumping to 2.5 alone was not enough. To fix this the SCM api 
and gitexe dependency also need to be overridden to the latest version (1.9.1 
atm). This solved the problem there as well with the release plugin still at 
v2.5

{code}
dependencies
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-api/artifactId
version1.9.1/version
/dependency
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-provider-gitexe/artifactId
version1.9.1/version
/dependency
/dependencies
{code}

See also https://jira.codehaus.org/browse/SCM-740


was (Author: koen.serneels):
I was experiencing the same issue (Git 1.9.1/Ubuntu). The release plugin (still 
using 2.4.2) would not commit, resulting in the SNAPSHOT suffix being present 
in the tag.
Bumping the release plugin to 2.5 solved the problem for projects having the 
pom.xml in the repository root.
However, I had another project with the pom.xml NOT directly in the repository 
root. For this overriding the SCM api and gitexe dependency to the latest 
version (1.9.1 atm) solved the problem there as well (while still using the 
latest  release plugin version being 2.5 atm)

{code}
dependencies
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-api/artifactId
version1.9.1/version
/dependency
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-provider-gitexe/artifactId
version1.9.1/version
/dependency
/dependencies
{code}

See also https://jira.codehaus.org/browse/SCM-740

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-08-07 Thread Torben Knerr (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=351075#comment-351075
 ] 

Torben Knerr commented on MRELEASE-812:
---

Interestingly, I'm seeing this with maven-3.0.5 / maven-release-plugin 2.4.2 on 
our build server (ubuntu) but not on my local windows machine (windows).

I had run exactly the same commands ({{mvn release:clean release:prepare -B -X 
-DreleaseVersion=1.0-alpha-1 -DupdateWorkingCopyVersions=false}}) on both my 
windows workstation and on our ubuntu buildserver.

They produced exactly the same output, same plugin dependencies (run with 
{{-X}} flag), but on the buildserver the commit / push of the modified pom was 
missing.

I have no clue why this behaves differently on my windows workstation vs. 
buildserver.

Pinning maven-release-plugin to 2.5 in pluginManagement solved the problem for 
me.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-08-07 Thread Torben Knerr (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=35#comment-35
 ] 

Torben Knerr commented on MRELEASE-812:
---

Re: 2.5 solved the problem only for projects with top-level pom files, run into 
MRELEASE-875  as well :-/

I tried switching back to 2.4.2 or 2.3.2 but none of the suggested approaches 
worked for me (neither with {{LANG=en_US.UTF8}} nor with the git-exe 1.9 plugin 
dependency)

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-04-16 Thread AF KL Customer (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=345006#comment-345006
 ] 

AF KL Customer commented on MRELEASE-812:
-

We have exactly the same problem with maven-release-plugin 2.5 (but only with 
projects which don't have a pom at the root of git repository) . For projects 
with a pom at the root , it works fine !

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-04-16 Thread Martin Ellis (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=345007#comment-345007
 ] 

Martin Ellis commented on MRELEASE-812:
---

Looks like we're seeing MRELEASE-875.
I've added my vote there.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-03-20 Thread Martin Ellis (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=343344#comment-343344
 ] 

Martin Ellis commented on MRELEASE-812:
---

Just experienced this bug with maven-release-plugin 2.5 using git.
Reverting to 2.4.2 fixes the behaviour for me (i.e. commits the pom with a 
release version).

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-02-26 Thread Aleksandr Tarutin (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=342102#comment-342102
 ] 

Aleksandr Tarutin commented on MRELEASE-812:


I run into an issue where release:prepare would commit and push -SNAPSHOT into 
the tag. Fortunately, the solution with maven-scm-provider-gitexe above fixed 
it.

Thank you,

AT.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-02-21 Thread John Casey (JIRA)

 [ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Casey updated MRELEASE-812:


Affects Version/s: 2.3.2

I've seen this happening in version 2.3.2 also.

I'm just adding this to help others searching for solutions to this. It's a 
VERY difficult problem to understand until you sift through the debug console 
output...and even then, you have to know what to look for.

If you're using Maven 3.1.1, this behavior will crop up if you don't have a 
version specified for the release plugin in your pom.xml, since it seems to be 
the default version.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-02-21 Thread John Casey (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=341842#comment-341842
 ] 

John Casey edited comment on MRELEASE-812 at 2/21/14 12:19 PM:
---

I've seen this happening in version 2.3.2 also.

I'm just adding this to help others searching for solutions to this. It's a 
VERY difficult problem to understand until you sift through the debug console 
output...and even then, you have to know what to look for.

If you're using Maven 3.1.1, this behavior will crop up if you don't have a 
version specified for the release plugin in your pom.xml, since it seems to be 
the default version.

From an execution using Maven 3.1.1 and release 2.3.2:

{noformat}
[DEBUG] On branch master
[DEBUG] Your branch is up-to-date with 'origin/master'.
[DEBUG] 
[DEBUG] Changes to be committed:
[DEBUG]   (use git reset HEAD file... to unstage)
[DEBUG] 
[DEBUG] modified:   pom.xml
[DEBUG] 
[DEBUG] Untracked files:
[DEBUG]   (use git add file... to include in what will be committed)
[DEBUG] 
[DEBUG] pom.xml.releaseBackup
[DEBUG] prepare.log
[DEBUG] release.properties
[DEBUG] 
[INFO] Tagging release with the label buildmetadata-maven-plugin-1.3.1...
{noformat}


was (Author: jdcasey):
I've seen this happening in version 2.3.2 also.

I'm just adding this to help others searching for solutions to this. It's a 
VERY difficult problem to understand until you sift through the debug console 
output...and even then, you have to know what to look for.

If you're using Maven 3.1.1, this behavior will crop up if you don't have a 
version specified for the release plugin in your pom.xml, since it seems to be 
the default version.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.3.2, 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-24 Thread JIRA

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=339985#comment-339985
 ] 

Jan Novotný commented on MRELEASE-812:
--

You can also run into the issues with deep folder structure here - another bug 
filled is here #MRELEASE-864
Details here: 
http://blog.novoj.net/2014/01/24/maven-release-plugin-releases-snapshot-instead-of-stable-version/

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-18 Thread James Ward (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=338825#comment-338825
 ] 

James Ward commented on MRELEASE-812:
-

I just hit this as well.  A release fix would be greatly appreciated since it 
will be easier to bump the maven-release-plugin than to add the new dependency 
to 250 WebJar projects.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-15 Thread Paul Millar (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=338692#comment-338692
 ] 

Paul Millar commented on MRELEASE-812:
--

Sorry for the noob question, but when will 2.5 be released?

[This link|https://jira.codehaus.org/browse/MRELEASE/fixforversion/19017] 
doesn't seem to contain any release schedule information (or link to any such 
information).

As the 2.5 contains critical bug-fixes, a timely release would be useful.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-15 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=338719#comment-338719
 ] 

Robert Scholte commented on MRELEASE-812:
-

[~paulmillar], you don't have to wait for a release, you can use it already now 
if you want. Just add the required dependencies to the maven-release-plugin:

{code:xml}
plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-release-plugin/artifactId
  version2.4.2/version
  dependencies
dependency
  groupIdorg.apache.maven.scm/groupId
  artifactIdmaven-scm-provider-gitexe/artifactId
  version1.9/version
/dependency
  /dependencies
/plugin
{code}

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-11 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MRELEASE-812.
---

   Resolution: Fixed
Fix Version/s: 2.5
 Assignee: Robert Scholte

Fixed by MRELEASE-862

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Assignee: Robert Scholte
Priority: Critical
 Fix For: 2.5

 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-08 Thread Paul Millar (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=338259#comment-338259
 ] 

Paul Millar commented on MRELEASE-812:
--

Hit this problem myself (or one like it).  The trigger seems to be an upgrade 
of git from 1.8.5.1 to 1.8.5.2, but I'm still double-checking that.

I tried the above work-around posted by Catalin (updating maven-scm version 
dependency to 1.8.1) but encountered the problem described in SCM 709: support 
for sub-projects/modules is broken.

Is there a way to test SCM 686 and SCM 709 together; e.g., a snapshot or 
nightly release of maven-scm I could add as a dependency instead of 1.8.1?

In SCM 709, they cite a lack of feedback as a reason why progress isn't being 
made, but it's unclear to me how they expect to receive this feedback if the 
patch isn't available for testing somewhere.



 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2014-01-08 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=338270#comment-338270
 ] 

Robert Scholte commented on MRELEASE-812:
-

There's a call for vote for SCM 1.9 at this moment. If the vote succeeds, it'll 
probably be available this weekend.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-11-18 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=335955#comment-335955
 ] 

Robert Scholte commented on MRELEASE-812:
-

Current status: SCM-686 was an attempt to fix this, but it did more harm than 
good. Projects which weren't located at the root of the project couldn't be 
released. SCM-709 should fix this. It is probably fixed with the current 
snapshot of the SCM project, but there's still no good feedback.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-11-17 Thread Jeremie H (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=335885#comment-335885
 ] 

Jeremie H commented on MRELEASE-812:


I lost so mush time on this... 

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-11-17 Thread Catalin Patruica (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=335886#comment-335886
 ] 

Catalin Patruica commented on MRELEASE-812:
---

@Jeremie H
has the solution work for you or you are still having problems?
because if it has work, then the issue can be close, right?

ceers,
cp

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-11-17 Thread Richard Eckart de Castilho (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=335887#comment-335887
 ] 

Richard Eckart de Castilho commented on MRELEASE-812:
-

Last time I checked, it was necessary to change the system language to English 
for releases to work? 
In any case, I think this should only be closed when/if the 
maven-release-plugin itself chooses providers that work. The user should not 
need to manually upgrade dependencies of a plugin for it to work.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-11-17 Thread Richard Eckart de Castilho (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=335887#comment-335887
 ] 

Richard Eckart de Castilho edited comment on MRELEASE-812 at 11/17/13 2:09 PM:
---

Last time I checked, it was necessary to change the system language to English 
for releases to work.

In any case, I think this should only be closed when/if the 
maven-release-plugin itself chooses providers that work. The user should not 
need to manually upgrade dependencies of a plugin for it to work.

  was (Author: rec):
Last time I checked, it was necessary to change the system language to 
English for releases to work? 
In any case, I think this should only be closed when/if the 
maven-release-plugin itself chooses providers that work. The user should not 
need to manually upgrade dependencies of a plugin for it to work.
  
 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-11-17 Thread Jeremie H (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=335889#comment-335889
 ] 

Jeremie H commented on MRELEASE-812:


@Catalin Patruica
Yes, setting the system language to English worked. But I strongly agree with 
Richard Eckart de Castilho : the plugin should work regardless of the system 
language. 

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-10-25 Thread Catalin Patruica (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=334663#comment-334663
 ] 

Catalin Patruica commented on MRELEASE-812:
---

I had the same problems but after some hours of search i was finding a 
sollution that was working for me:
just add the dependencies of the maven-release-plugin 
 dependencies
dependency
   groupIdorg.apache.maven.scm/groupId
   artifactIdmaven-scm-api/artifactId
   version1.8.1/version
/dependency
dependency
groupIdorg.apache.maven.scm/groupId
artifactIdmaven-scm-provider-gitexe/artifactId
version1.8.1/version
/dependency
 /dependencies

for testing I have created a test project on github
https://github.com/duderoot/maven.release.plugin
and also make a more detailed description under
http://xlab-iq.blogspot.de/2013/10/maven-release-plugin.html
I hope it helps.
cheers,
cp


 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-10-20 Thread Stefan Fleiter (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=334448#comment-334448
 ] 

Stefan Fleiter commented on MRELEASE-812:
-

Stumbled upon this and wasted several hours on it.
Wanting to report the bug I see this one, known for far too long.
What a shame!

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-10-15 Thread Christoph Kutzinski (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=334210#comment-334210
 ] 

Christoph Kutzinski commented on MRELEASE-812:
--

SCM-686 is fixed for several months, but still not included in the 
release-plugin.
When will this finally be fixed? IMO it's really critical.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-05-20 Thread Christoph Kutzinski (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=325294#comment-325294
 ] 

Christoph Kutzinski commented on MRELEASE-812:
--

Contrary to other comments here I had the same problem with 
maven-release-plugin 2.3.2. The workaround described here 
http://www.shredzone.de/cilla/page/373/maven-release-plugin-and-git-fix.html - 
i.e. setting LANG to english - worked.

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-01-16 Thread Andrei Pozolotin (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=317454#comment-317454
 ] 

Andrei Pozolotin commented on MRELEASE-812:
---

Robert: 

thank you for looking into this; here is a test case:

1) repo to clone
https://github.com/barchart/barchart-bugs

2) project with v 2.3.2, which works
https://github.com/barchart/barchart-bugs/tree/master/barchart-bugs-MRELEASE-812/build-tester/barchart-bugs-MRELEASE-812-case-01
and maven log
https://raw.github.com/barchart/barchart-bugs/master/barchart-bugs-MRELEASE-812/build-tester/barchart-bugs-MRELEASE-812-case-01/doc/mvn.log.txt
run from eclipse:
https://github.com/barchart/barchart-bugs/blob/master/barchart-bugs-MRELEASE-812/build-tester/barchart-bugs-MRELEASE-812-case-01/build/maven-release.ant

3) project with v 2.4, which is broken
https://github.com/barchart/barchart-bugs/tree/master/barchart-bugs-MRELEASE-812/build-tester/barchart-bugs-MRELEASE-812-case-02
and maven log
https://raw.github.com/barchart/barchart-bugs/master/barchart-bugs-MRELEASE-812/build-tester/barchart-bugs-MRELEASE-812-case-02/doc/mvn.log.txt
run from eclipse:
https://github.com/barchart/barchart-bugs/blob/master/barchart-bugs-MRELEASE-812/build-tester/barchart-bugs-MRELEASE-812-case-02/build/maven-release.ant


thank you.

Andrei.


 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-01-03 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MRELEASE-812:


Summary: prepare does not commit before tagging and therefore deploys 
snapshot instead of release  (was: perform does not commit tags, deploys 
snapshot instead of release)

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-01-03 Thread Fred Cooke (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=316541#comment-316541
 ] 

Fred Cooke commented on MRELEASE-812:
-

I just tried to reproduce this behaviour on a simple git-maven project locally 
and couldn't:

{noformat}
commit c658aaec37369f040ba77deb05382bbe5284ee1c
Author: Fred Cooke email
Date:   Thu Jan 3 10:46:21 2013 +0100

Update to 2.4 to assist testing MRELEASE-812.

diff --git a/pom.xml b/pom.xml
index ec5cfe2..9271b8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
-   plugin.version.release2.3.2/plugin.version.release
+   plugin.version.release2.4/plugin.version.release
{noformat}


{noformat}
[INFO] --- maven-release-plugin:2.4:prepare (default-cli) @ parent ---
{noformat}


{noformat}
fred@dauntless:~/workspace/parent$ git show 0.4
tag 0.4
Tagger: Fred Cooke email
Date:   Thu Jan 3 10:47:08 2013 +0100

[maven-release-plugin]  copy for tag 0.4

commit bf9e44d196c5735cb4fc585ed33e76496064f2a4
Author: Fred Cooke email
Date:   Thu Jan 3 10:47:08 2013 +0100

[maven-release-plugin] prepare release 0.4

diff --git a/pom.xml b/pom.xml
index 9271b8d..d413c19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 
groupIdcom.?/groupId
artifactIdparent/artifactId
-   version0.4-SNAPSHOT/version
+   version0.4/version
packagingpom/packaging
 
nameParent Project/name
@@ -16,7 +16,7 @@
 
scm
developerConnectionscm:git:?:parent.git/developerConnection
-   tagHEAD/tag
+   tag0.4/tag
/scm
 
distributionManagement

{noformat}


 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-01-03 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=316542#comment-316542
 ] 

Robert Scholte commented on MRELEASE-812:
-

Based on the logs I see the following differences:


{noformat:title=maven-release-plugin:2.3.2}
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git add -- 
pom.xml
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git status
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git commit 
--verbose -F /tmp/maven-scm-886620709.commit pom.xml
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git 
symbolic-ref HEAD
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git push 
ssh://g...@github.com/barchart/barchart-libraries.git master:master
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Tagging release with the label barchart-build-test-1-1.0.14...
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git tag -F 
/tmp/maven-scm-2056845372.commit barchart-build-test-1-1.0.14
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git push 
ssh://g...@github.com/barchart/barchart-libraries.git 
barchart-build-test-1-1.0.14
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git ls-files
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Transforming 'barchart-build-test-1'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git add -- 
pom.xml
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git status
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git commit 
--verbose -F /tmp/maven-scm-839755101.commit pom.xml
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git 
symbolic-ref HEAD
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git push 
ssh://g...@github.com/barchart/barchart-libraries.git master:master
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Release preparation complete.
{noformat}

{noformat:title=maven-release-plugin:2.4}
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git add -- 
pom.xml
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git status 
--porcelain
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Tagging release with the label barchart-build-test-1-1.0.13...
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git tag -F 
/tmp/maven-scm-1489330697.commit barchart-build-test-1-1.0.13
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git push 
ssh://g...@github.com/barchart/barchart-libraries.git 
barchart-build-test-1-1.0.13
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git ls-files
[INFO] Working directory: 
/work/git/barchart-libraries/build-tester/barchart-build-test-1
[INFO] Transforming 

[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-01-03 Thread Robert Scholte (JIRA)

[ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=316544#comment-316544
 ] 

Robert Scholte commented on MRELEASE-812:
-

It has probably to do with SCM-686, so I'm thinking that the GIT-version could 
be an issue.
Fred Cooke is using git 1.7.10.4

It looks like the result of {{Executing: /bin/sh -c cd 
/work/git/barchart-libraries/build-tester/barchart-build-test-1  git status 
--porcelain}} isn't parsed correctly.
Anyhow, this should be solved at https://jira.codehaus.org/browse/SCM
Would be nice if you could create an issue there with the GIT version and the 
result of the {{git status --porcelain}}

Once fixed and released, the plugin needs that version of the {{maven-scm-api}}

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MRELEASE-812) prepare does not commit before tagging and therefore deploys snapshot instead of release

2013-01-03 Thread Robert Scholte (JIRA)

 [ 
https://jira.codehaus.org/browse/MRELEASE-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte updated MRELEASE-812:


Priority: Critical  (was: Major)

 prepare does not commit before tagging and therefore deploys snapshot 
 instead of release
 --

 Key: MRELEASE-812
 URL: https://jira.codehaus.org/browse/MRELEASE-812
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: Git
Affects Versions: 2.4
Reporter: Andrei Pozolotin
Priority: Critical
 Attachments: mvn-2.3.2.txt, mvn-2.4.0.txt


 thank you very much for new release!
 http://mail-archives.apache.org/mod_mbox/maven-announce/201212.mbox/%3Cop.wpjbptp1kdkhrr@columbia%3E
 it seems we need an emergency fix:
 attached are 2 logs:
 1) mvn-2.3.2.txt invocation that works fine with 2.3.2
 2) mvn-2.4.0.txt invocation that fails with 2.4
 problem:
 perform does not commit tags, deploys snapshot instead of release
 here is project parent:
 http://search.maven.org/remotecontent?filepath=com/barchart/base/barchart-archon/2.3.6/barchart-archon-2.3.6.pom
 build is invoked both times with this:
 mvn --define resume=false release:prepare
 mvn --define resume=false release:perform

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira