diff options
Diffstat (limited to 'springboot')
-rwxr-xr-x | springboot/springboot1/pom.xml | 1 | ||||
-rwxr-xr-x | springboot/springboot2/pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index de72343e..b5da5bfa 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -589,6 +589,7 @@ <outputDirectory>${project.basedir}</outputDirectory> <transitiveExcludes>*</transitiveExcludes> <showVersions>true</showVersions> + <showGroupIds>true</showGroupIds> </configuration> </plugin> </plugins> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 303e2c9c..6bda7168 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -620,6 +620,7 @@ <outputDirectory>${project.basedir}</outputDirectory> <transitiveExcludes>*</transitiveExcludes> <showVersions>true</showVersions> + <showGroupIds>true</showGroupIds> </configuration> </plugin> </plugins> |