File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 37
37
<showDeprecation >true</showDeprecation >
38
38
</configuration >
39
39
</plugin >
40
+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
41
+ <plugin >
42
+ <groupId >org.eclipse.m2e</groupId >
43
+ <artifactId >lifecycle-mapping</artifactId >
44
+ <version >1.0.0</version >
45
+ <configuration >
46
+ <lifecycleMappingMetadata >
47
+ <pluginExecutions >
48
+ <pluginExecution >
49
+ <pluginExecutionFilter >
50
+ <groupId >com.coveo</groupId >
51
+ <artifactId >
52
+ fmt-maven-plugin
53
+ </artifactId >
54
+ <versionRange >
55
+ [2.9,)
56
+ </versionRange >
57
+ <goals >
58
+ <goal >format</goal >
59
+ </goals >
60
+ </pluginExecutionFilter >
61
+ <action >
62
+ <ignore ></ignore >
63
+ </action >
64
+ </pluginExecution >
65
+ </pluginExecutions >
66
+ </lifecycleMappingMetadata >
67
+ </configuration >
68
+ </plugin >
40
69
</plugins >
41
70
</pluginManagement >
42
71
You can’t perform that action at this time.
0 commit comments