Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
We need a mechanism to pass parameters to the jvm started by the cruisecontrol maven plgin jelly script.
The parameters in question are -Djava.awt.headless=true and -port=9090 (to instanatiate the JMX server).
If these could be maven plugin properties then we could specify them in the local build.properties that would be fantastic.
I get the port parameter, and I could buy adding the -configfile parameter. But why do you need to pass the headless argument?
I run CC on linux and don't have any issues with it. Patches are welcome.
Also, I am not sure that cruisecontrol:run should be your primary way of starting up Cruisecontrol. It maybe, though I am not certain, that the intent is to provide a way to test your config file by starting up CC and seeing if it validates everything.