Skip to content

Commit 734f297

Browse files
committed
eclipse can ignore fmt-maven-plugin (?)
1 parent 84e8df8 commit 734f297

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,35 @@
3737
<showDeprecation>true</showDeprecation>
3838
</configuration>
3939
</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>
4069
</plugins>
4170
</pluginManagement>
4271

0 commit comments

Comments
 (0)