From 5b2ffb0f7e7f8fcabd7e051fa573349e3482408c Mon Sep 17 00:00:00 2001 From: CyB3RC0nN0R Date: Mon, 6 Jan 2020 14:38:14 +0100 Subject: [PATCH] Generating sources and Javadoc in JAR export --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index b4e4c1d..76416f8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,5 +28,33 @@ java-nio-server + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + jar + + + + + \ No newline at end of file