X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=0933bc753970b87283d7b9e69147803a11dd493b;hb=69d9f0cd50fe26dd878be3d21facd3199c72f445;hp=4945394936356b0c3ede237216737cb9d0926bc4;hpb=89b8af3526dab2eab313188204411dabb73fe6f2;p=xudocci.git diff --git a/pom.xml b/pom.xml index 4945394..0933bc7 100644 --- a/pom.xml +++ b/pom.xml @@ -46,33 +46,84 @@ 4.11 test + + com.lexicalscope.jewelcli + jewelcli + 0.8.3 + + + log4j + log4j + 1.2.17 + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test-junit + ${kotlin.version} + test + UTF-8 + 1.3.72 - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + process-sources + + compile + + + + test-compile + test-compile + + test-compile + + + - 1.6 - 1.6 + 1.8 org.apache.maven.plugins - maven-jar-plugin - 2.2 + maven-compiler-plugin + 2.0.2 + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + - - - net.pterodactylus.xdcc.main.Main - - + 1.8 + 1.8 + UTF-8 @@ -83,6 +134,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.xdcc.main.Main + + + + + + make-assembly + package + + single + + + +