ituses-wagon:dump-auth
Full name:
org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-SNAPSHOT:dump-auth
Description:
Dumps the authentication info registered with the wagon manager for
a server 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. |
serverIds |
String[] |
- |
The set of server identifiers whose auth infos should be dumped.
|
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
serverIds:
The set of server identifiers whose auth infos should be dumped.
- Type: java.lang.String[]
- Required: No