File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 384
384
</links >
385
385
</configuration >
386
386
</plugin >
387
+
388
+ <!-- This plugin's configuration is used to store Eclipse m2e settings only.
389
+ It has no influence on the Maven build itself.
390
+ -->
391
+ <plugin >
392
+ <groupId >org.eclipse.m2e</groupId >
393
+ <artifactId >lifecycle-mapping</artifactId >
394
+ <version >1.0.0</version >
395
+ <configuration >
396
+ <lifecycleMappingMetadata >
397
+ <pluginExecutions >
398
+ <pluginExecution >
399
+ <pluginExecutionFilter >
400
+ <groupId >com.mycila.maven-license-plugin</groupId >
401
+ <artifactId >maven-license-plugin</artifactId >
402
+ <versionRange >[1.9.0,)</versionRange >
403
+ <goals >
404
+ <goal >format</goal >
405
+ </goals >
406
+ </pluginExecutionFilter >
407
+ <action >
408
+ <ignore ></ignore >
409
+ </action >
410
+ </pluginExecution >
411
+ </pluginExecutions >
412
+ </lifecycleMappingMetadata >
413
+ </configuration >
414
+ </plugin >
387
415
</plugins >
388
416
</pluginManagement >
389
417
</build >
You can’t perform that action at this time.
0 commit comments