Open
Description
Currently the page at https://jeremylong.github.io/DependencyCheck/dependency-check-maven/check-mojo.html#dataDirectory does not expose which directory is used by default if no explicit value is configured. This would be beneficial to document in either the javadoc or via the default
field of the @Parameter
annotation (https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#defaultValue--), which also ends up in the generated documentation.