Skip to content

Commit e1cafb1

Browse files
committed
Ignore check goal of duplicate-finder-maven-plugin in Eclipse
See spring-projectsgh-6163
1 parent d839e1e commit e1cafb1

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

spring-boot-starters/pom.xml

+29
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,34 @@
161161
</executions>
162162
</plugin>
163163
</plugins>
164+
<pluginManagement>
165+
<plugins>
166+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
167+
<plugin>
168+
<groupId>org.eclipse.m2e</groupId>
169+
<artifactId>lifecycle-mapping</artifactId>
170+
<version>1.0.0</version>
171+
<configuration>
172+
<lifecycleMappingMetadata>
173+
<pluginExecutions>
174+
<pluginExecution>
175+
<pluginExecutionFilter>
176+
<groupId>org.basepom.maven</groupId>
177+
<artifactId>duplicate-finder-maven-plugin</artifactId>
178+
<versionRange>[1,2)</versionRange>
179+
<goals>
180+
<goal>check</goal>
181+
</goals>
182+
</pluginExecutionFilter>
183+
<action>
184+
<ignore/>
185+
</action>
186+
</pluginExecution>
187+
</pluginExecutions>
188+
</lifecycleMappingMetadata>
189+
</configuration>
190+
</plugin>
191+
</plugins>
192+
</pluginManagement>
164193
</build>
165194
</project>

0 commit comments

Comments
 (0)