Releases: lopht/upload-maven-plugin
Releases · lopht/upload-maven-plugin
v0.6.0
v0.5.0
This release adds a new configuration boolean parameter usePOST
which enables use of POST method rather than PUT.
v0.4.0
This release adds new configuration parameter upload.skip
to bypasss execution.
v0.3.1
- Moved the code to an organizational GitHub account
- Adopted Bintray for publication
v0.3.0
- New configuration parameter to enable preemptive authentication, defaults to false
v0.2.0
- Support custom HTTP headers with a Map parameter
- Migrate from older MOJO javadoc tags to annotations
v0.1.0
First release of my fork!
- Rename packages to reflect fork
- Update dependencies to Maven 3.0.5 and HttpClient 4.5.1
- Standardize user properties for goal configuration paramaters with prefix
upload.
- Fix deprecated
@parameter
usage