properties:write-project-properties
Full name:
org.codehaus.mojo:properties-maven-plugin:1.3.0:write-project-properties
Description:
Writes project properties to a file.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.0.0.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<outputFile> |
File |
1.0.0 |
Output file for storing properties. User Property: properties.outputFile |
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<excludedPropertyKeys> |
Set<String> |
1.3.0 |
Property keys to exclude. User Property: properties.excludedPropertyKeys |
<includedPropertyKeys> |
Set<String> |
1.3.0 |
Property keys to include. User Property: properties.includedPropertyKeys |
Parameter Details
<excludedPropertyKeys>
Property keys to exclude.
- Type:
java.util.Set<java.lang.String> - Since:
1.3.0 - Required:
No - User Property:
properties.excludedPropertyKeys
<includedPropertyKeys>
Property keys to include.
- Type:
java.util.Set<java.lang.String> - Since:
1.3.0 - Required:
No - User Property:
properties.includedPropertyKeys
<outputFile>
Output file for storing properties.
- Type:
java.io.File - Since:
1.0.0 - Required:
Yes - User Property:
properties.outputFile

