Skip to content

Commit

Permalink
chore: use <?m2e ignore?>
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Feb 8, 2024
1 parent e4efc70 commit c7176ef
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
</configuration>
<executions>
<execution>
<?m2e ignore?>
<id>spotless-check</id>
<goals>
<goal>check</goal>
Expand All @@ -358,26 +359,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit c7176ef

Please sign in to comment.