From 2bd7a4ac79bfa813a0c19bdcd417c44039b38480 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Tue, 14 Jul 2015 17:27:47 +0300 Subject: Build fatjar by gradle and use it's output as dependency for maven and gradle plugins. Eliminate local repository in out dir. --- maven-plugin/pom.xml | 49 +++++++++++-------------------------------------- 1 file changed, 11 insertions(+), 38 deletions(-) (limited to 'maven-plugin/pom.xml') diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index ad2117a8..71cc856d 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -43,28 +43,15 @@ 3.4 - - org.fusesource.jansi - jansi - 1.11 - - org.jetbrains.dokka dokka-fatjar - 1.0 + (,0.2) jar compile - - - my-local-repo - file://${basedir}/../out/repo - - - src/main/kotlin @@ -116,39 +103,25 @@ dokka - - - maven-jar-plugin - 2.6 - - - default-jar - none - - - + maven-source-plugin + 2.4 - - org.apache.maven.plugins - maven-assembly-plugin - 2.5.5 - - - jar-with-dependencies - - false - - make-assembly - package + attach-sources + verify - single + jar-no-fork + + + maven-jar-plugin + 2.6 + -- cgit