diff options
-rw-r--r-- | certService/pom.xml | 7 | ||||
-rw-r--r-- | checkstyle-suppressions.xml (renamed from certService/checkstyle-suppressions.xml) | 0 | ||||
-rw-r--r-- | pom.xml | 6 |
3 files changed, 6 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> diff --git a/certService/checkstyle-suppressions.xml b/checkstyle-suppressions.xml index 8b530a00..8b530a00 100644 --- a/certService/checkstyle-suppressions.xml +++ b/checkstyle-suppressions.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> |