@Mojo(name="unused",
requiresDependencyResolution=TEST,
defaultPhase=TEST_COMPILE,
threadSafe=true)
public class CheckUnusedDeclaredMojo
extends org.apache.maven.plugin.AbstractMojo
You can make your build fail if any of the checks failed by either specifying
<unusedFail>true</unusedFail>in your plugin configuration or by using system property roz.unused.fail = true
| Constructor and Description |
|---|
CheckUnusedDeclaredMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Copyright © 2019 Atlassian. All rights reserved.