ituses-wagon:dump-version
Full name:
org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-SNAPSHOT:dump-version
Description:
Dumps the version info for a wagon provider to a properties file.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: validate.
Optional Parameters
Name |
Type |
Since |
Description |
propertiesFile |
File |
- |
The path to the properties file used to dump the auth infos. User property is: wagon.propertiesFile. |
providerArtifactId |
String |
- |
The artifact id for the provider of interest. User property is: wagon.providerArtifactId. |
providerGroupId |
String |
- |
The group id for the provider of interest. User property is: wagon.providerGroupId. |
providerHint |
String |
- |
The role hint for the provider of interest. User property is: wagon.providerHint. |
Parameter Details
propertiesFile:
The path to the properties file used to dump the auth infos.
- Type: java.io.File
- Required: No
- User Property: wagon.propertiesFile
providerArtifactId:
The artifact id for the provider of interest.
- Type: java.lang.String
- Required: No
- User Property: wagon.providerArtifactId
providerGroupId:
The group id for the provider of interest.
- Type: java.lang.String
- Required: No
- User Property: wagon.providerGroupId
providerHint:
The role hint for the provider of interest.
- Type: java.lang.String
- Required: No
- User Property: wagon.providerHint