Skip to content

Commit 749f0c9

Browse files
committed
stop reformatting the code
1 parent ee730f2 commit 749f0c9

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

pom.xml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,6 @@
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>
6940
</plugins>
7041
</pluginManagement>
7142

@@ -110,18 +81,6 @@
11081
</descriptorRefs>
11182
</configuration>
11283
</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>
12584
</plugins>
12685
</build>
12786

0 commit comments

Comments
 (0)