diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-03-18 11:31:45 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-03-18 11:31:45 +0100 |
commit | b9dadbd385e12ab2c2940d4f1b98e0fbee4e5990 (patch) | |
tree | f7f17dbe926c8939e57bb2ea11a210dfc3c6a5ac /certService/pom.xml | |
parent | c85a8965e876fde2089582a6468eb02ce18bafd5 (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 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index eebc0049..c61501b4 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -85,13 +85,6 @@ <build> <plugins> <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> - </configuration> - </plugin> - - <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> |