properties:set-system-properties
Full name:
org.codehaus.mojo:properties-maven-plugin:1.2.1:set-system-properties
Description:
Sets system properties.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.0.0
. - Binds by default to the lifecycle phase:
initialize
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<properties> |
Properties |
1.0.0 |
The system properties to set. |
Parameter Details
<properties>
The system properties to set.
- Type:
java.util.Properties
- Since:
1.0.0
- Required:
Yes