From 45e7f20d7c629ba766cef9270c753b1c526e91e6 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Mon, 2 Mar 2020 15:03:03 +0530 Subject: Chnages made for rdp-data-table layout fix Chnages made for rdp-data-table layout fix and modified pom files Issue-ID: PORTAL-836 Change-Id: I42f0d0ed188a19e42e14ad56250a1e904b92827f Signed-off-by: Sudarshan Kumar --- ecomp-sdk/epsdk-core/pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'ecomp-sdk/epsdk-core/pom.xml') diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 1e8bca6a..bf6e1764 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -43,6 +43,60 @@ + + + maven-checkstyle-plugin + 2.17 + + + org.onap.oparent + checkstyle + 2.0.0 + + + + + onap-license + + check + + process-sources + + onap-checkstyle/check-license.xml + false + true + false + ${project.build.sourceDirectory} + + + true + false + + + + onap-java-style + + check + + none + + + onap-checkstyle/onap-java-style.xml + + src + true + true + true + + + true + false + + + + -- cgit 1.2.3-korg