History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CARGO-248
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Tuan Nguyen
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Cargo

Add system properties configuration to the cargo maven2 configuration

Created: 16/Jan/06 10:20 AM   Updated: 30/Mar/06 04:24 AM
Component/s: Maven2
Affects Version/s: 0.1-maven2
Fix Version/s: 0.2-maven2

Time Tracking:
Not Specified

File Attachments: 1. File cargo-maven2-plugin.diff (2 kb)



 Description  « Hide
We need a way to allow the maven plugin user to add the system properties to the container.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Pawel Pastula - 13/Mar/06 09:17 AM
I've attached a patch for cargo-maven2-plugin to allow a user set system properties in container's configuration.
Example usage:

<container>
...
<systemProperties>
<key1>value1</key1>
<key2>value2</key2>
</systemProperties>
...
</container>


Vincent Massol - 13/Mar/06 02:39 PM
Applied thanks.

Note: It was missing a unit test so I've added one. I've also added documentation.