From 24f39fda67bec6f622c25effcd2a1626efae772a Mon Sep 17 00:00:00 2001 From: "SINGAL, KAPIL (ks220y)" Date: Tue, 17 Sep 2019 16:36:59 +0000 Subject: Plugin to format/validate POM Adding tidy-maven-plugin and related profile to format/vaidate pom files To format POM Files just run mvn process-sources -P format Issue-ID: CCSDK-1739 Signed-off-by: SINGAL, KAPIL (ks220y) Change-Id: I58dc261ac7b3179a91a0ab5a06237990707543f5 --- ms/sdclistener/application/pom.xml | 4 +++- ms/sdclistener/distribution/pom.xml | 8 ++++++-- ms/sdclistener/parent/pom.xml | 8 ++++++-- ms/sdclistener/pom.xml | 17 +++++++++-------- 4 files changed, 24 insertions(+), 13 deletions(-) (limited to 'ms/sdclistener') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index 7b12e14ea..d1048acfd 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -16,6 +16,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.sdclistener parent @@ -24,8 +25,9 @@ application - jar 0.7.0-SNAPSHOT + jar + SDC Listener Application diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 8f0120fa5..ca6947841 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -16,15 +16,19 @@ --> 4.0.0 + org.onap.ccsdk.cds.sdclistener parent 0.7.0-SNAPSHOT ../parent + distribution pom + SDC Listener Distribution + maven org.onap.ccsdk.cds @@ -44,6 +48,7 @@ application + @@ -89,8 +94,7 @@ - - + maven-assembly-plugin 3.1.0 diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 05bfdeff4..850dfa43f 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -16,19 +16,22 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 + org.onap.ccsdk.cds sdclistener 0.7.0-SNAPSHOT + org.onap.ccsdk.cds.sdclistener parent pom + SDC Listener Parent SDC Listener Parent + 2.1.3.RELEASE 5.1.5.RELEASE @@ -45,6 +48,7 @@ 1.19 3.2.6.RELEASE + diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 42c6a1acd..6439e31ab 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -16,6 +16,7 @@ --> 4.0.0 + org.onap.ccsdk.cds ms @@ -24,9 +25,16 @@ sdclistener + pom + SDC Listener Root SDC Listener Root - pom + + + parent + application + distribution + sdclistener @@ -39,11 +47,4 @@ 1.8 ${project.version} - - - parent - application - distribution - - -- cgit 1.2.3-korg