From a0b6547acaf9661d5c74af7153b1d9b7206db811 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 6 Jun 2018 17:31:19 -0700 Subject: [PATCH] Don't fail build on duplicate module-info classes Update the duplicate-finder-maven-plugin configuration to ignore module-info classes. Closes gh-13403 --- spring-boot-project/spring-boot-starters/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/pom.xml b/spring-boot-project/spring-boot-starters/pom.xml index 5bf466d035..6876c002b2 100644 --- a/spring-boot-project/spring-boot-starters/pom.xml +++ b/spring-boot-project/spring-boot-starters/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -145,6 +146,9 @@ changelog.txt + + module-info +