corrected javadoc

Former-commit-id: 3e0533a8a36afcacb647610f352bfd854e505272
This commit is contained in:
Erik Hooijmeijer
2014-10-22 19:10:54 +02:00
parent 5caf023677
commit f9e4ca0cc2

View File

@@ -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>
* &lt;excludeInternalGroupIds&gt;
* &lt;groupId&gt;some.group.id&lt;/groupId&gt;
* &lt;/excludeInternalGroupIds&gt;
* </pre>
*/
@SuppressWarnings("CanBeFinal")
@Parameter(property = "excludeInternalGroupIds", required = false)