Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-4, 1.1
-
Fix Version/s: 1.2.1
-
Component/s: Core - Profiles, Release
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Currently there's no way to specify parameters for the release, like JVM version or MAVEN_OPTS. I had a hard time "configuring" Maven to have enough memory during the release (actually I had to add MAVEN_OPTS=-Xmx512m as an environment variable – not a really nice solution).
It would be nice to have a similar build configuration for the release as we have for other builds, with profiles and all. Maybe a default schedule called RELEASE would do.
Issue Links
- is duplicated by
-
CONTINUUM-1893
run-perform-goals fails with maven exitcode 1
-
-
CONTINUUM-1594
Ability to use a Continuum Profile during release
-
-
CONTINUUM-1861
allow to specify JVM when releasing a project
-
- is related to
-
CONTINUUM-1633
release using mvn release plugin
-
-
CONTINUUM-1711
Rename Profile to Build Environment to avoid clash with Maven profiles
-
- relates to
-
CONTINUUM-1513
Release does not work when maven 2 executable is not on PATH
-
-
CONTINUUM-2002
Update docs for using a build environment during release
-
Now that we have Continum Profiles, we need the ability to choose one of them to be used during the release process.
From the user list...
If I define a Continuum Profile (CP) [1] for scheduled builds, for
example to build with a different JDK than the one Continuum is
running under, how do I make sure that CP is used when I release the
project?
Under the Project Group Actions, I could argue that choosing a CP and
then clicking Release could be expected to work. But how about the
release icon to the right of each project in the list?
[1] (this is confusing, Maven already has profiles...)