- 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:
- #1:30min Add ability to read the contents of a text file and use that
the description of a release. This will be useful for chaining the output
of changelog plugins (usually to a file) into this plugin., #1:30min Add ability to upload artifacts to releases. This will be useful when
someone wants to include sources and / or binaries.