This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a commit to branch RANGER-5061_master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/RANGER-5061_master by this
push:
new 194a3c151 RANGER-5061: checkstyle compliance : security-admin module
194a3c151 is described below
commit 194a3c15109196d60efb6bce2f3aabdf6921cf59
Author: Pradeep AgrawaL <[email protected]>
AuthorDate: Tue Dec 31 21:06:49 2024 +0530
RANGER-5061: checkstyle compliance : security-admin module
---
security-admin/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 4245f9c1e..db17552c4 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -27,6 +27,9 @@
<name>Security Admin Web Application</name>
<description>security-admin-tool java web application</description>
<properties>
+ <checkstyle.failOnViolation>true</checkstyle.failOnViolation>
+ <checkstyle.skip>false</checkstyle.skip>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipJSTests>false</skipJSTests>
</properties>
<dependencies>