X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=411146f9aea2314764eb5c1b3ae448d12d4f3170;hb=0dd8ee9f30f9de4d931786dbbb63961b7cedddb9;hp=b7cbad967c05148d27c615354757e8ef9e7778e9;hpb=c66b8ec00d37ebb35761919f655a25ad07406228;p=jSite.git diff --git a/pom.xml b/pom.xml index b7cbad9..411146f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,35 @@ 4.0.0 net.pterodactylus jSite - 0.11 + ${version} + + 0.12 + UTF-8 + net.pterodactylus utils 0.12.1 + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.mockito + mockito-core + 1.10.19 + test + @@ -16,17 +38,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 +95,48 @@ de.todesbaum.jsite.main.Main + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + +