diff options
Diffstat (limited to 'springboot/spring-boot-setup/src/main/resources/pom-template.xml')
-rw-r--r-- | springboot/spring-boot-setup/src/main/resources/pom-template.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 3c0373bc..903aee08 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -335,6 +335,7 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <dependencies> @@ -612,6 +613,7 @@ <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> <plugin> |