X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=3b6647c1f2986e91e43aeaff543e909b786b6323;hb=f67d62f79dff32b77a633244d42ee412f24dcbf0;hp=574c52b08bd56aaf8f67b1b5d75ef9471c5c3f83;hpb=fbfe4707a1e3e9f23c8e1904d1a0eb0c3fbf587f;p=jSite.git diff --git a/pom.xml b/pom.xml index 574c52b..3b6647c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,17 @@ 4.0.0 net.pterodactylus jSite - 0.11-SNAPSHOT + 0.11.1 net.pterodactylus utils - 0.12.1-SNAPSHOT + 0.12.1 + + + com.google.guava + guava + 14.0.1 @@ -27,6 +32,7 @@ 1.6 1.6 + UTF-8 @@ -67,6 +73,56 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + 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 + + + + + + + +