Skip to content

Commit b463e1d

Browse files
committed
remove formatter
1 parent 7c61b8b commit b463e1d

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

pom.xml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>net.revelc.code.formatter</groupId>
211211
<artifactId>formatter-maven-plugin</artifactId>
212-
<version>2.7.2</version>
212+
<version>2.11.0</version>
213213
<configuration>
214214
<lineEnding>LF</lineEnding>
215215
</configuration>
@@ -258,39 +258,6 @@
258258
<artifactId>maven-jar-plugin</artifactId>
259259
<version>3.0.2</version>
260260
</plugin>
261-
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
262-
<plugin>
263-
<groupId>org.eclipse.m2e</groupId>
264-
<artifactId>lifecycle-mapping</artifactId>
265-
<version>1.0.0</version>
266-
<configuration>
267-
<lifecycleMappingMetadata>
268-
<pluginExecutions>
269-
<pluginExecution>
270-
<pluginExecutionFilter>
271-
<groupId>
272-
net.revelc.code.formatter
273-
</groupId>
274-
<artifactId>
275-
formatter-maven-plugin
276-
</artifactId>
277-
<versionRange>
278-
[2.7.2,)
279-
</versionRange>
280-
<goals>
281-
<goal>validate</goal>
282-
</goals>
283-
</pluginExecutionFilter>
284-
<action>
285-
<execute>
286-
<runOnIncremental>true</runOnIncremental>
287-
</execute>
288-
</action>
289-
</pluginExecution>
290-
</pluginExecutions>
291-
</lifecycleMappingMetadata>
292-
</configuration>
293-
</plugin>
294261
</plugins>
295262
</pluginManagement>
296263
<plugins>

0 commit comments

Comments
 (0)