Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.5.3
-
None
-
None
-
Windows, Debian, scmtools for RTC 5.0.2
Description
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