From 4fc7d18d62cedd90283e1f162e6188b247d74f94 Mon Sep 17 00:00:00 2001 From: Jimin Hsieh Date: Tue, 11 Jul 2017 10:05:17 +0800 Subject: [PATCH] Package to fat jar. It would much easier to benchmark without IntelliJ. --- pom.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8eab417..f0fd8fc 100644 --- a/pom.xml +++ b/pom.xml @@ -421,6 +421,78 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + true + org.kotlin.community.http.benchmarks.BenchmarksKt + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.0.0 + + + make-assembly + package + + single + + + + + org.kotlin.community.http.benchmarks.BenchmarksKt + + + + + jar-with-dependencies + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.0.0 + + + package + + shade + + + true + allInOne + + + *:* + + + + + reference.conf + + + + org.kotlin.community.http.benchmarks.BenchmarksKt + + + + + + + @@ -490,4 +562,4 @@ http://dl.bintray.com/kotlin/kotlin-dev - \ No newline at end of file +