From 6668fc7351b833a83e8ba387beea78f0214778f6 Mon Sep 17 00:00:00 2001 From: Natalia Pozhidaeva Date: Mon, 18 Dec 2023 23:04:41 -0500 Subject: [PATCH] Enable style checks --- jdi-light-angular/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/jdi-light-angular/pom.xml b/jdi-light-angular/pom.xml index f3aee109d9..e560fd2beb 100644 --- a/jdi-light-angular/pom.xml +++ b/jdi-light-angular/pom.xml @@ -115,6 +115,23 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.3.1 + + ../config/checkstyle/checkstyle.xml + samedir=${project.basedir}/../config/checkstyle + + + + + check + + + + + org.sonatype.plugins nexus-staging-maven-plugin