You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Matthieu P (JIRA)" <ji...@apache.org> on 2016/01/28 10:39:40 UTC

[jira] [Created] (MRELEASE-940) prepare : scm-providers-jazz doesn't create the good changesets

Matthieu P created MRELEASE-940:
-----------------------------------

             Summary: prepare : scm-providers-jazz doesn't create the good changesets
                 Key: MRELEASE-940
                 URL: https://issues.apache.org/jira/browse/MRELEASE-940
             Project: Maven Release Plugin
          Issue Type: Bug
          Components: prepare
    Affects Versions: 2.5.3
         Environment: Windows, Debian, scmtools for RTC 5.0.2
            Reporter: Matthieu P


When running the mvn release:prepare release:perform the changeset *[maven-release-plugin] prepare release swc-osgi-1.0.0* created at the end of the prepare goal doesn't cointains any modifications, as it should contain the pom with the release version.

That implies that the workspace repository used for th eperform "thesoftware-1.0.0" still as the -SNAPSHOTS in the pom.xml and the release is performed on the snapshots.

[main] INFO org.apache.maven.shared.release.phase.ScmCommitPreparationPhase - Checking in modified POMs...
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Executing: cmd.exe /X /C "scm create changeset --username theusername --password ***** "[maven-release-plugin] prepare release thesoftware-1.0.0""
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Working directory: D:\dev\workspaces\thesoftware
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Executing: cmd.exe /X /C "scm status --username theusername --password ***** --wide"
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Working directory: D:\dev\workspaces\thesoftware
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Executing: cmd.exe /X /C "scm checkin --username theusername --password ***** D:\dev\workspaces\thesoftware\pom.xml D:\dev\workspaces\thesoftware\poms\pom.xml D:\dev\workspaces\thesoftware\poms\wrappers\pom.xml D:\dev\workspaces\thesoftware\poms\compiled\pom.xml D:\dev\workspaces\thesoftware\provision\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-api\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-vitale-api\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-obr\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-ws\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-state\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-vitale\pom.xml D:\dev\workspaces\thesoftware\modules\thesoftware-pyxvital\pom.xml"
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Working directory: D:\dev\workspaces\thesoftware
[main] INFO org.apache.maven.shared.release.phase.ScmTagPhase - Tagging release with the label thesoftware-1.0.0...
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Executing: cmd.exe /X /C "scm status --username theusername --password ***** --wide"
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Working directory: D:\dev\workspaces\thesoftware
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Executing: cmd.exe /X /C "scm create snapshot --repository-uri https://jazz-prod.thefirm.fr:9443/ccm --username theusername --password ***** --name thesoftware-1.0.0 --description "[maven-release-plugin] copy for tag thesoftware-1.0.0" stream_thesoftware"
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Working directory: D:\dev\workspaces\thesoftware
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Executing: cmd.exe /X /C "scm create workspace --repository-uri https://jazz-prod.thefirm.fr:9443/ccm --username theusername --password ***** thesoftware-1.0.0 --snapshot thesoftware-1.0.0"
[main] INFO org.apache.maven.scm.manager.plexus.DefaultScmManager - Working directory: D:\dev\workspaces\thesoftware






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)