If artifacts to scan are given (by specifying {@link #scanArtifacts}), this determines the scope
* of resolving their dependencies that are taken into account.
* If {@link #scanDirectory} is used, the value given has no effect.
*
* @since 1.4.0
*/
@Parameter(property = "scanArtifactScope", required = false, defaultValue = "compile")
private ArtifactScope scanArtifactScope;
/**
* Location of the output file (will be combined with output filename).
* The directory is created if it does not exist.
*
* @since 1.0
*/
@Parameter(defaultValue = "${project.build.directory}/licensescout", property = "outputDirectory", required = false)
private String outputDirectory;
/**
* Specification of output types and filenames.
*
*