Full name:
org.opoo.press.maven.plugins:opoopress-maven-plugin:1.0-SNAPSHOT:deploy-to-github
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
message | String | - | Commit message |
Name | Type | Since | Description |
---|---|---|---|
branch | String | - | Branch to update Default value is: refs/heads/gh-pages. |
createSamplePost | boolean | - | (no description) Default value is: true. |
dryRun | boolean | - | Show what blob, trees, commits, and references would be
created/updated but don't actually perform any operations on the
target GitHub repository. |
excludes | String[] | - | Paths and patterns to exclude |
force | boolean | - | Force reference update |
host | String | - | Host for API calls Default value is: ${github.global.host}. |
includes | String[] | - | Paths and patterns to include |
locale | String | - | (no description) |
merge | boolean | - | Merge with existing the existing tree that is referenced by the
commit that the ref currently points to |
noJekyll | boolean | - | True to always create a '.nojekyll' file at the root of the site if
one doesn't already exist. Default value is: true. |
numThreads | int | - | (no description) Default value is: 1. |
oauth2Token | String | - | User name for authentication Default value is: ${github.global.oauth2Token}. |
password | String | - | User name for authentication Default value is: ${github.global.password}. |
repositoryName | String | - | Name of repository |
repositoryOwner | String | - | Owner of repository |
server | String | - | Id of server to use Default value is: ${github.global.server}. |
settings | Settings | - | Settings |
skipDeploy | boolean | - | Set this to 'true' to skip deployment. Default value is: false. |
skipGenerate | boolean | - | Set this to 'true' to skip generate. Default value is: false. |
skipInstall | boolean | - | Set this to 'true' to skip install. Default value is: false. |
skipSassCompile | boolean | - | Set this to 'true' to skip SASS/SCSS compile. Default value is: false. |
userName | String | - | User name for authentication Default value is: ${github.global.userName}. |
host: