sysprops:set
Full name:
org.kuali.maven.plugins:maven-sysprops-plugin:1.0.1-SNAPSHOT:set
Description:
Set properties configured on the plugin as system properties
Attributes:
- Requires a Maven project to be executed.
Optional Parameters
Name |
Type |
Since |
Description |
systemProperties |
Properties |
- |
Any properties specified here will be set as system properties.
Overriding any system properties with the same name that were
already set.
|
Parameter Details
systemProperties:
Any properties specified here will be set as system properties.
Overriding any system properties with the same name that were
already set.
- Type: java.util.Properties
- Required: No