X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=2bc9a9cf6903e3fb996fac31235d9c9e4fef5332;hb=37618fed55c2d4afe2fdcb9b4b8de1539fdf163d;hp=e967e646c247e31f0cf18cba80ed6b146ac743a3;hpb=0b51a54e60544bf484f16417b6ea5518b66cdc14;p=jSite.git diff --git a/pom.xml b/pom.xml index e967e64..2bc9a9c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,17 +2,34 @@ 4.0.0 net.pterodactylus jSite - 0.11.1 + ${version} + + 0.13 + UTF-8 + net.pterodactylus utils - 0.12.1 + 0.13 + + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-library + 1.3 + test - com.google.guava - guava - 14.0.1 + org.mockito + mockito-core + 1.10.19 + test @@ -21,17 +38,14 @@ http://maven.pterodactylus.net/ - - UTF-8 - org.apache.maven.plugins maven-compiler-plugin - 1.6 - 1.6 + 1.8 + 1.8 UTF-8 @@ -81,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 + + + + + + + +