From ffa8af2d5d976089e1f16c2afaaa809bb801889d Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 24 Mar 2018 18:15:25 +0100 Subject: [PATCH] Add sources and javadoc profile to POM --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/pom.xml b/pom.xml index 289ec0c..b613c51 100644 --- a/pom.xml +++ b/pom.xml @@ -163,5 +163,54 @@ + + + sources + + false + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + + + + + javadoc + + false + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + + + attach-javadocs + + jar + + + + + + + +