- 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:
- #14:30min Replace 'user' with 'org'. The username can already be obtained via jcabi-github
using the token. 'org' must be optional: if specified then it is used as the "user"., #14:30min 'name' should be optional. If not specified then it's simply not set. Currently
we're always setting the release's name whether we have it or not.