Skip to content

Commit

Permalink
remove formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken committed Nov 19, 2019
1 parent 7c61b8b commit b463e1d
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.7.2</version>
<version>2.11.0</version>
<configuration>
<lineEnding>LF</lineEnding>
</configuration>
Expand Down Expand Up @@ -258,39 +258,6 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
net.revelc.code.formatter
</groupId>
<artifactId>
formatter-maven-plugin
</artifactId>
<versionRange>
[2.7.2,)
</versionRange>
<goals>
<goal>validate</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>true</runOnIncremental>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit b463e1d

Please sign in to comment.