From 37ce971d250e5eff7b09fd8bbc3f8dca921de1e9 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 19 Feb 2019 15:26:04 -0500 Subject: [PATCH] Add the parent plugin for maven source plugin Issue-ID: AAI-2170 Change-Id: Idce6eb8abc7252c8cfd2fbd12f750c198b33493e Signed-off-by: Kajur, Harish (vk250x) --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index c4fdb1b..edc2f1f 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,20 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + deploy + + jar-no-fork + + + + -- 2.16.6