From de3429bd896ff01bbaa48d1a86137cf07083a422 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Mon, 20 Feb 2017 18:58:19 +0200 Subject: [PATCH] Create sources jar aswell --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 035e62d..33eb6be 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,20 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + verify + + jar-no-fork + + + + maven-deploy-plugin 2.8.1