chonton/exists-maven-plugin
Check if artifact exists in remote maven repository
17 Releases
Latest: 1y ago
Release 0.14.0 to Maven Central0.14.0Latest
📋 What's Changed
- fix: getArtifactChecksum must not return the content of a File by @clembo590 in https://github.com/chonton/exists-maven-plugin/pull/56
✨ New Contributors
- @clembo590 made their first contribution in https://github.com/chonton/exists-maven-plugin/pull/56
- Full Changelog: https://github.com/chonton/exists-maven-plugin/compare/0.13.0...0.14.0
Release 0.13.0 to maven central0.13.0
**Full Changelog**: https://github.com/chonton/exists-maven-plugin/compare/0.12.0...0.13.0
Release 0.12.0 to maven central0.12.0
Possible fix for #41. Various code cleanups
Release 0.11.0 to maven central0.11.0
#41 cmpChecksum doesn't work when using Amazon S3
Release 0.10.0 to maven central0.10.0
📋 Changes
- map known packaging types into correct file extension (issue #42)
Release 0.9.0 to maven central0.9.0
📋 What's Changed
- Allow overriding the classifier in case no main artifact exists
- Full Changelog: https://github.com/chonton/exists-maven-plugin/compare/0.8.0...0.9.0
Release 0.8.0 to maven central0.8.0
Fix problem with s3 wagon not expecting leading '/'
Release 0.7.0 to maven central0.7.0
Release 0.6.0 to maven central0.6.0
requireGoal configuration parameter
Release 0.5.0 to maven central0.5.0
Support for non-StreamingWagons such as s3-wagon
Release 0.4.0 to maven central0.4.0
Supports GitHub header authentication
Release 0.3.0 to maven central0.3.0
Close #22 Incorrect default location of settings-security.xml
Release 0.2.0 to maven central0.2.0
📋 Changes
- java 8 compatibility
- Authentication when using encrypted credentials
Release 0.1.0 to Maven Central0.1.0
📋 Changes
- Remove deprecated 'exists' goal
- standardize properties to use exists prefix
- useChecksum changed to cmpChecksum
- updated dependencies
- refactored exception handling
Release 0.0.6 to Central0.0.6
Prevent failure when useChecksum is true and there is no remote artifact (issue #7)
release 0.0.5 to central0.0.5
Fixes incorrect URL generation of artifacts containing '.' in the artifactId.
Release 0.0.4 to maven central 0.0.4
