X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=1555ce00955e4a11a637ff09040b79916ca4a3eb;hb=e6459d9e0140ead00762e72b5d71b120f0f6f0fd;hp=2ddf8a3358920e4061a0440408cd2fec702a523f;hpb=ff34226ee57bf946fbe4e2e80f4b6b2f6f029845;p=jFCPlib.git diff --git a/pom.xml b/pom.xml index 2ddf8a3..1555ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus jFCPlib - 0.1.2 + 0.2-SNAPSHOT jFCPlib jar @@ -16,13 +16,23 @@ junit junit - 3.8.2 + 4.12 test - net.pterodactylus - utils - 0.1.1 + org.hamcrest + hamcrest-integration + 1.3 + + + org.mockito + mockito-all + 1.10.19 + + + com.google.guava + guava + 16.0.1 @@ -34,16 +44,81 @@ UTF-8 + 3.3 + 2.4 + 2.10.3 + 0.7.1.201405082137 org.apache.maven.plugins maven-compiler-plugin + ${plugin.compiler.version} + + 1.8 + 1.8 + UTF-8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${plugin.javadoc.version} - 1.5 - 1.5 + true + + http://docs.guava-libraries.googlecode.com/git-history/v18.0/javadoc/ + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + ${plugin.source.version} + + + attach-sources + + jar + + + + + + org.jacoco + jacoco-maven-plugin + ${plugin.jacoco.version} + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + + check + + +