mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +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;
|
||||
/**
|
||||
* 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")
|
||||
@Parameter(property = "excludeInternalGroupIds", required = false)
|
||||
|
||||
Reference in New Issue
Block a user