Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.2 (Beta), 1.3.3 (Beta)
-
Fix Version/s: 1.3.4 (Beta)
-
Component/s: Release
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Use Release Profile was checked in the release perform input screen, but from the logs, this was the command executed during release perform:
2009-05-29 21:50:47,124 [pool-4-thread-1] INFO org.apache.continuum.utils.shell.DefaultShellCommandHelper - Executing: /bin/sh -c cd /home/deng/Groups/Continuum/apache-continuum-1.3.3/data/working-directory/releases-1243605041563 && mvn clean deploy --no-plugin-updates --batch-mode
Notice that -DperformRelease=true parameter is missing which is the activation property for release profiles..
Fixed in 1.3.x branch -r780007 and merged to trunk -r780009.