diff --git a/src/it/verify-clean/invoker.properties b/src/it/verify-clean/invoker.properties new file mode 100644 index 000000000..32ee7246c --- /dev/null +++ b/src/it/verify-clean/invoker.properties @@ -0,0 +1,4 @@ +invoker.goals = clean verify package clean + +# The expected result of the build, possible values are "success" (default) and "failure" +invoker.buildResult = success diff --git a/src/it/verify-clean/pom.xml b/src/it/verify-clean/pom.xml new file mode 100644 index 000000000..e2e69cb66 --- /dev/null +++ b/src/it/verify-clean/pom.xml @@ -0,0 +1,59 @@ + + + + + 4.0.0 + + spotbugs-maven-plugin.it + common + testing + ../common.xml + + check + check + jar + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + false + @spotbugsTestDebug@ + High + + + + run-analysis + process-classes + + spotbugs + + + + process-results + + verify + + + + + + +