Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.4
-
Fix Version/s: 0.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
I've attached a patch that will allow you to set system properties in cargo just like the test plugin with maven.junit.sysproperties:
http://maven.apache.org/reference/plugins/test/properties.html
I've chosen
{containerId}cargo.container.$
.sysproperties
as the property, a sample looks like:
cargo.container.tomcat.sysproperties = sysprop1 sysprop2
sysprop1 = true
sysprop2 = foobar
I don't know anything about jelly scripts, it's working for me, but it should better be tested