gist:snippet
Full name:
org.vromero:gist-maven-plugin:1.0.0:snippet
Description:
(no description)
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: site.
- Requires that Maven runs in online mode.
Required Parameters
Name |
Type |
Since |
Description |
gists |
List |
- |
(no description) User property is: gists. |
outputDirectory |
File |
- |
(no description) Default value is: ${project.build.directory}/gists. User property is: outputDir. |
Optional Parameters
Name |
Type |
Since |
Description |
encoding |
String |
- |
(no description) Default value is: ${project.build.sourceEncoding}. User property is: encoding. |
password |
String |
- |
(no description) User property is: password. |
username |
String |
- |
(no description) User property is: username. |
Parameter Details
encoding:
(no description)
- Type: java.lang.String
- Required: No
- User Property: encoding
- Default: ${project.build.sourceEncoding}
gists:
(no description)
- Type: java.util.List
- Required: Yes
- User Property: gists
outputDirectory:
(no description)
- Type: java.io.File
- Required: Yes
- User Property: outputDir
- Default: ${project.build.directory}/gists
password:
(no description)
- Type: java.lang.String
- Required: No
- User Property: password
username:
(no description)
- Type: java.lang.String
- Required: No
- User Property: username