@Mojo(name="generate-classlist",
defaultPhase=PREPARE_PACKAGE)
public class ClasslistGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
blacklistFile
Blacklist output file
|
protected List<String> |
exclusions
List of patterns to exclude from scanning
|
protected List<File> |
inputDirectories
Directories containing JARs to scan.
|
protected boolean |
skip
Bypass classlist generation entirely.
|
protected boolean |
skipBlacklist
Skip blacklist generation
|
protected boolean |
skipWhitelist
Skip whitelist generation
|
protected File |
whitelistFile
Whitelist output file
|
| Constructor and Description |
|---|
ClasslistGeneratorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="false") protected boolean skip
@Parameter(required=true) protected List<File> inputDirectories
@Parameter(required=true) protected File whitelistFile
@Parameter(defaultValue="false") protected boolean skipWhitelist
@Parameter(required=true) protected File blacklistFile
@Parameter(defaultValue="false") protected boolean skipBlacklist
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.