aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-03-18 11:31:45 +0100
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-03-18 11:31:45 +0100
commitb9dadbd385e12ab2c2940d4f1b98e0fbee4e5990 (patch)
treef7f17dbe926c8939e57bb2ea11a210dfc3c6a5ac /pom.xml
parentc85a8965e876fde2089582a6468eb02ce18bafd5 (diff)
Move checkstyle suppressions to project root pom
Issue-ID: AAF-1107 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I966059cce6a26bdb9c993efbc16aa86887cccbbf
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 36904e94..9780c8f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,12 @@
<pluginManagement>
<plugins>
<plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>${springdoc-openapi-maven-plugin.version}</version>