Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.8
-
Fix Version/s: 1.0.1-beta-2, 1.0.1-beta-3, 1.0.1
-
Component/s: Maven2
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
If I pass two jvm properties, this works.
<cargo.jvmargs>
-Dx.y=z -Du.v=w
</cargo.jvmargs>
After reformatting the xml with my Eclipse WTP xml editor it looks like the following:
<cargo.jvmargs>
-Dx.y=z
-Du.v=w
</cargo.jvmargs>
Now the properties are not passed correctly. In my case this was hard to debug.
Hi Hans,
Well, we don't control that. I'd say this should be in improvement to log against Maven itself as it's maven that passed the config to our plugin.
Thanks
-Vincent