File tree Expand file tree Collapse file tree 2 files changed +19
-51
lines changed Expand file tree Collapse file tree 2 files changed +19
-51
lines changed Original file line number Diff line number Diff line change 300
300
</executions >
301
301
</plugin >
302
302
</plugins >
303
- <pluginManagement >
304
- <plugins >
305
- <!-- This plugin's configuration is used to store Eclipse m2e settings
306
- only. It has no influence on the Maven build itself. -->
307
- <plugin >
308
- <groupId >org.eclipse.m2e</groupId >
309
- <artifactId >lifecycle-mapping</artifactId >
310
- <version >1.0.0</version >
311
- <configuration >
312
- <lifecycleMappingMetadata >
313
- <pluginExecutions >
314
- <pluginExecution >
315
- <pluginExecutionFilter >
316
- <groupId >org.apache.maven.plugins</groupId >
317
- <artifactId >maven-antrun-plugin</artifactId >
318
- <versionRange >[1.7,)</versionRange >
319
- <goals >
320
- <goal >run</goal >
321
- </goals >
322
- </pluginExecutionFilter >
323
- <action >
324
- <execute />
325
- </action >
326
- </pluginExecution >
327
- <pluginExecution >
328
- <pluginExecutionFilter >
329
- <groupId >
330
- org.apache.maven.plugins
331
- </groupId >
332
- <artifactId >
333
- maven-dependency-plugin
334
- </artifactId >
335
- <versionRange >
336
- [2.8,)
337
- </versionRange >
338
- <goals >
339
- <goal >
340
- copy-dependencies
341
- </goal >
342
- </goals >
343
- </pluginExecutionFilter >
344
- <action >
345
- <ignore />
346
- </action >
347
- </pluginExecution >
348
- </pluginExecutions >
349
- </lifecycleMappingMetadata >
350
- </configuration >
351
- </plugin >
352
- </plugins >
353
- </pluginManagement >
354
303
</build >
355
304
</project >
Original file line number Diff line number Diff line change 329
329
<ignore />
330
330
</action >
331
331
</pluginExecution >
332
+ <pluginExecution >
333
+ <pluginExecutionFilter >
334
+ <groupId >
335
+ org.apache.maven.plugins
336
+ </groupId >
337
+ <artifactId >
338
+ maven-plugin-plugin
339
+ </artifactId >
340
+ <versionRange >
341
+ [3.2,)
342
+ </versionRange >
343
+ <goals >
344
+ <goal >descriptor</goal >
345
+ </goals >
346
+ </pluginExecutionFilter >
347
+ <action >
348
+ <ignore ></ignore >
349
+ </action >
350
+ </pluginExecution >
332
351
</pluginExecutions >
333
352
</lifecycleMappingMetadata >
334
353
</configuration >
You can’t perform that action at this time.
0 commit comments