mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 11:52:15 +01:00
updated error message
Former-commit-id: 1dff15f05f6380565b2df230093bccbeb4cbbe25
This commit is contained in:
@@ -332,9 +332,8 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
|
|||||||
|
|
||||||
private void validateAggregate() throws MojoExecutionException {
|
private void validateAggregate() throws MojoExecutionException {
|
||||||
if (aggregate == true) {
|
if (aggregate == true) {
|
||||||
String msg = "Aggregate configuration detected - as of dependency-check 1.2.8 this no longer works and has "
|
String msg = "Aggregate configuration detected - as of dependency-check 1.2.8 this no longer supported. "
|
||||||
+ "been deprecated. Please use the aggregate goal instead.";
|
+ "Please use the aggregate goal instead.";
|
||||||
LOGGER.warning(msg);
|
|
||||||
throw new MojoExecutionException(msg);
|
throw new MojoExecutionException(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user