Skip to content

Commit 8ae6be1

Browse files
committed
Ignore maven-toolchains-plugin in eclipse
1 parent b1ed23f commit 8ae6be1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,19 @@
334334
<ignore></ignore>
335335
</action>
336336
</pluginExecution>
337+
<pluginExecution>
338+
<pluginExecutionFilter>
339+
<groupId>org.apache.maven.plugins</groupId>
340+
<artifactId>maven-toolchains-plugin</artifactId>
341+
<versionRange>[3.0.0,)</versionRange>
342+
<goals>
343+
<goal>toolchain</goal>
344+
</goals>
345+
</pluginExecutionFilter>
346+
<action>
347+
<ignore></ignore>
348+
</action>
349+
</pluginExecution>
337350
</pluginExecutions>
338351
</lifecycleMappingMetadata>
339352
</configuration>

0 commit comments

Comments
 (0)