diff --git a/pomm.xml b/pomm.xml new file mode 100644 index 0000000000..35e9e36266 --- /dev/null +++ b/pomm.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + + org.sonarqube + sonarscanner-maven-basic + 1.0-SNAPSHOT + + Example of basic Maven project + + + UTF-8 + UTF-8 + 11 + + + + + com.google.guava + guava + 29.0-jre + + + junit + junit + 4.13.1 + test + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.7.0.1746 + + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + + + + + + + coverage + + true + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + + + + + + +