X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=0dcbfee835d0582ea590aa74bc47faafd4124851;hb=f724f1d4c327876f6a296a976b58e413c1eaaed6;hp=8489423c3b170fd0b4df172909715871ecd863b2;hpb=4b2e7897d86ad621f258c5699957e6bc7fda462a;p=xudocci.git diff --git a/pom.xml b/pom.xml index 8489423..0dcbfee 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,12 @@ 1.3 + org.mockito + mockito-all + 1.9.5 + test + + org.codehaus.jackson jackson-mapper-asl 1.9.13 @@ -35,11 +41,21 @@ 1.9.13 - org.testng - testng - 6.8 + junit + junit + 4.11 test + + com.lexicalscope.jewelcli + jewelcli + 0.8.3 + + + log4j + log4j + 1.2.17 + @@ -53,8 +69,9 @@ maven-compiler-plugin 2.0.2 - 1.6 - 1.6 + 1.8 + 1.8 + UTF-8 @@ -77,6 +94,59 @@ net.pterodactylus.xdcc.main.Main + + org.jacoco + jacoco-maven-plugin + 0.7.0.201403182114 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-5 + + + jar-with-dependencies + + + skip + + + + net.pterodactylus.sone.main.SonePlugin + + + + + + make-assembly + package + + single + + + +