File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 304
304
</executions >
305
305
</plugin >
306
306
</plugins >
307
+ <pluginManagement >
308
+ <plugins >
309
+ <plugin >
310
+ <groupId >org.eclipse.m2e</groupId >
311
+ <artifactId >lifecycle-mapping</artifactId >
312
+ <version >1.0.0</version >
313
+ <configuration >
314
+ <lifecycleMappingMetadata >
315
+ <pluginExecutions >
316
+ <pluginExecution >
317
+ <pluginExecutionFilter >
318
+ <groupId >
319
+ org.apache.maven.plugins
320
+ </groupId >
321
+ <artifactId >
322
+ maven-dependency-plugin
323
+ </artifactId >
324
+ <versionRange >
325
+ [1.0.0,)
326
+ </versionRange >
327
+ <goals >
328
+ <goal >unpack</goal >
329
+ <goal >copy-dependencies</goal >
330
+ </goals >
331
+ </pluginExecutionFilter >
332
+ <action >
333
+ <ignore ></ignore >
334
+ </action >
335
+ </pluginExecution >
336
+ </pluginExecutions >
337
+ </lifecycleMappingMetadata >
338
+ </configuration >
339
+ </plugin >
340
+ </plugins >
341
+ </pluginManagement >
307
342
</build >
308
343
</project >
You can’t perform that action at this time.
0 commit comments