File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Expand file tree Collapse file tree 1 file changed +0
-41
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 >
69
40
</plugins >
70
41
</pluginManagement >
71
42
110
81
</descriptorRefs >
111
82
</configuration >
112
83
</plugin >
113
- <plugin >
114
- <groupId >com.coveo</groupId >
115
- <artifactId >fmt-maven-plugin</artifactId >
116
- <version >2.9</version >
117
- <executions >
118
- <execution >
119
- <goals >
120
- <goal >format</goal >
121
- </goals >
122
- </execution >
123
- </executions >
124
- </plugin >
125
84
</plugins >
126
85
</build >
127
86
You can’t perform that action at this time.
0 commit comments