- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="upload",
defaultPhase=DEPLOY)
public final class Upload
extends org.apache.maven.plugin.AbstractMojo
Uploads releases to GitHub.
- Since:
- 0.1.0
- Author:
- George Aristy (george.aristy@gmail.com)
- Todo:
- #5:15min The following configurations must be marked as required: token, user, repo, tag.
'Token' is used to authenticate against GitHub'; 'user' is the user to whom the project belongs
to; 'repo' is the name of the project; 'tag' is the name of the tag to apply to the release.