X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=d0546a8e79f4235ede798cb5c6eb9cde95725994;hb=5d8a613a2606018ecf1df1ff6f2a4486949c3f4f;hp=1edf7b1d941e4090d063677efde6433408a4f505;hpb=da487bd7b258bc47ad888c22f89343c6162569a6;p=jSite.git diff --git a/pom.xml b/pom.xml index 1edf7b1..d0546a8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,11 @@ 4.0.0 net.pterodactylus jSite - 0.11.1 + ${version} + + 0.12 + UTF-8 + net.pterodactylus @@ -10,9 +14,22 @@ 0.12.1 - com.google.guava - guava - 14.0.1 + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.mockito + mockito-all + 1.10.19 + test @@ -21,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 @@ -80,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 + + + + + + + +