From b02d06f1ddf65bb49e1882d5548cf7d3f5e17578 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 24 Mar 2018 14:01:03 +0100 Subject: [PATCH] Added sources and javadoc profiles to POM --- pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/pom.xml b/pom.xml index 2e7c9e9..30061c8 100644 --- a/pom.xml +++ b/pom.xml @@ -145,4 +145,55 @@ test + + + + + 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 + + + + + + + +