X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=e3ad83f5fe83727d13ecfc21a61cd8de57a1a56d;hb=3820877c52b7123f9e3c7df081cd0e3bb8e84a36;hp=841f46e4e0e0a837b0a28b350f0fb6f7f6eec924;hpb=47bd4e3127253968fb3a2c682fd717d2feaef4e3;p=jSite.git diff --git a/pom.xml b/pom.xml index 841f46e..e3ad83f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,29 @@ 4.0.0 net.pterodactylus jSite - 0.11-SNAPSHOT + ${version} + + 0.12 + UTF-8 + net.pterodactylus utils 0.12.1 + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + @@ -16,17 +32,15 @@ http://maven.pterodactylus.net/ - - UTF-8 - org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 1.8 + 1.8 + UTF-8 @@ -75,6 +89,48 @@ de.todesbaum.jsite.main.Main + + org.jacoco + jacoco-maven-plugin + 0.7.1.201405082137 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + +