aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-03-18 11:35:44 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-18 11:35:44 +0000
commitc16d738408ceef496be1d8bb1b22f6c0d868e6fc (patch)
treed587b7835c6c0785eeca1820834a759e9743e19a
parent8252e258b55d09a389a37d9880b97f16fd4d9275 (diff)
parentb9dadbd385e12ab2c2940d4f1b98e0fbee4e5990 (diff)
Merge "Move checkstyle suppressions to project root pom"
-rw-r--r--certService/pom.xml7
-rw-r--r--checkstyle-suppressions.xml (renamed from certService/checkstyle-suppressions.xml)0
-rw-r--r--pom.xml6
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
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>