X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=88db65b491eb9ef8f860f30cf48d69d7c7746500;hb=eacc48397a2586cb501568944d56a71e78e9d2ab;hp=6fa03e28433f2a21a032455d735ffada05d89393;hpb=1f6590b0bc6c13b1008d739c8fb97bc009d508a2;p=jSite.git diff --git a/pom.xml b/pom.xml index 6fa03e2..88db65b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,21 @@ 4.0.0 net.pterodactylus jSite - 0.11-SNAPSHOT + ${version} + + 0.12 + UTF-8 + net.pterodactylus utils - 0.12 + 0.12.1 + + + com.google.guava + guava + 14.0.1 @@ -16,9 +25,6 @@ http://maven.pterodactylus.net/ - - UTF-8 - @@ -27,6 +33,7 @@ 1.6 1.6 + UTF-8 @@ -67,6 +74,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 + + + + + + + +