mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
corrected javadoc
Former-commit-id: 3e0533a8a36afcacb647610f352bfd854e505272
This commit is contained in:
@@ -245,7 +245,11 @@ public class DependencyCheckMojo extends ReportAggregationMojo {
|
|||||||
private boolean skipProvidedScope = false;
|
private boolean skipProvidedScope = false;
|
||||||
/**
|
/**
|
||||||
* Skip Analysis of Dependencies that have a groupId that starts with this string.
|
* Skip Analysis of Dependencies that have a groupId that starts with this string.
|
||||||
* Multiple excludes are allowed by repeating the element.
|
* <pre>
|
||||||
|
* <excludeInternalGroupIds>
|
||||||
|
* <groupId>some.group.id</groupId>
|
||||||
|
* </excludeInternalGroupIds>
|
||||||
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("CanBeFinal")
|
@SuppressWarnings("CanBeFinal")
|
||||||
@Parameter(property = "excludeInternalGroupIds", required = false)
|
@Parameter(property = "excludeInternalGroupIds", required = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user