File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 161
161
</executions >
162
162
</plugin >
163
163
</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 >
164
193
</build >
165
194
</project >
You can’t perform that action at this time.
0 commit comments