Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #13: Implement signatures artifacts, downloaded from Maven repos #79

Merged
merged 10 commits into from
Sep 29, 2015
Prev Previous commit
Next Next commit
Add missing property in error message
uschindler committed Sep 29, 2015
commit 216b6e77ab2b52cc17b34bd1153c04ee9658b42f
Original file line number Diff line number Diff line change
@@ -395,7 +395,7 @@ public void info(String msg) {

if (checker.hasNoSignatures()) {
if (failOnUnresolvableSignatures) {
throw new MojoExecutionException("No API signatures found; use parameters 'signatures', 'bundledSignatures', and/or 'signaturesFiles' to define those!");
throw new MojoExecutionException("No API signatures found; use parameters 'signatures', 'bundledSignatures', 'signaturesFiles', and/or 'signaturesArtifacts' to define those!");
} else {
log.info("Skipping execution because no API signatures are available.");
return;