@Mojo(name="basics",
requiresDependencyResolution=TEST,
defaultPhase=TEST_COMPILE,
threadSafe=true)
public class BasicChecksMojo
extends org.apache.maven.plugin.AbstractMojo
To run this check add goal "basics" to the plugin executions in your pom.xml file. The results of the checks are going to appear in the build log.
You can make your build fail if any of the checks failed by either specifying
<basicsFail>true</basicsFail>in your plugin configuration or by using system property roz.basics.fail = true
| Constructor and Description |
|---|
BasicChecksMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
Copyright © 2019 Atlassian. All rights reserved.