X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=735bee5fcf4f05b59e08d7667fab1d9388425cf9;hb=237fa5ab105d650412e5bdd6626e28b74fb16ffe;hp=ba441425cbb73110ee54cf0f73d4700d224f3885;hpb=886d6da0a4d8eb8b67b37a3e1857509c92e809cc;p=xudocci.git diff --git a/pom.xml b/pom.xml index ba44142..735bee5 100644 --- a/pom.xml +++ b/pom.xml @@ -46,18 +46,80 @@ 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.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + process-sources + + compile + + + + test-compile + test-compile + + test-compile + + + + + 1.8 + + + org.apache.maven.plugins maven-compiler-plugin 2.0.2 + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + 1.8 1.8 @@ -65,18 +127,6 @@ - org.apache.maven.plugins - maven-jar-plugin - 2.2 - - - - net.pterodactylus.xdcc.main.Main - - - - - org.codehaus.mojo exec-maven-plugin 1.2.1 @@ -87,7 +137,7 @@ org.jacoco jacoco-maven-plugin - 0.7.0.201403182114 + 0.8.5 default-prepare-agent @@ -96,6 +146,13 @@ + default-report + prepare-package + + report + + + default-check check @@ -103,6 +160,33 @@ + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-5 + + + jar-with-dependencies + + + skip + + + + net.pterodactylus.xdcc.main.Main + + + + + + make-assembly + package + + single + + + +