
|
If you were logged in you would be able to see more operations.
|
|
|
Cargo
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
|
|
|
We need a way to allow the maven plugin user to add the system properties to the container.
|
|
Description
|
We need a way to allow the maven plugin user to add the system properties to the container. |
Show » |
|
Example usage:
<container>
...
<systemProperties>
<key1>value1</key1>
<key2>value2</key2>
</systemProperties>
...
</container>