From 9fb5b7d43596a8ee54e97a830d31ec0ccce2cbab Mon Sep 17 00:00:00 2001 From: manikvenkat4 Date: Fri, 15 Nov 2019 19:33:47 +0530 Subject: [PATCH] sources plugin added to parent pom --- app/pom.xml | 14 -------------- pom.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 4001788..a82dd16 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -32,7 +32,6 @@ 9.4.18.v20190429 1.4 - 3.2.0 @@ -125,19 +124,6 @@ - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin} - - - attach-sources - - jar - - - - diff --git a/pom.xml b/pom.xml index a68a51e..c716493 100755 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 2.9.9 4.12 2.11.1 + 3.2.0 @@ -91,6 +92,19 @@ ${maven.compiler.target} + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin} + + + attach-sources + + jar + + + +