Skip to content

Commit 6fd244c

Browse files
author
Phillip Webb
committed
Move m2e ignore configuration to parent POM
1 parent 6634322 commit 6fd244c

File tree

2 files changed

+19
-51
lines changed

2 files changed

+19
-51
lines changed

spring-boot-cli/pom.xml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -300,56 +300,5 @@
300300
</executions>
301301
</plugin>
302302
</plugins>
303-
<pluginManagement>
304-
<plugins>
305-
<!--This plugin's configuration is used to store Eclipse m2e settings
306-
only. It has no influence on the Maven build itself. -->
307-
<plugin>
308-
<groupId>org.eclipse.m2e</groupId>
309-
<artifactId>lifecycle-mapping</artifactId>
310-
<version>1.0.0</version>
311-
<configuration>
312-
<lifecycleMappingMetadata>
313-
<pluginExecutions>
314-
<pluginExecution>
315-
<pluginExecutionFilter>
316-
<groupId>org.apache.maven.plugins</groupId>
317-
<artifactId>maven-antrun-plugin</artifactId>
318-
<versionRange>[1.7,)</versionRange>
319-
<goals>
320-
<goal>run</goal>
321-
</goals>
322-
</pluginExecutionFilter>
323-
<action>
324-
<execute />
325-
</action>
326-
</pluginExecution>
327-
<pluginExecution>
328-
<pluginExecutionFilter>
329-
<groupId>
330-
org.apache.maven.plugins
331-
</groupId>
332-
<artifactId>
333-
maven-dependency-plugin
334-
</artifactId>
335-
<versionRange>
336-
[2.8,)
337-
</versionRange>
338-
<goals>
339-
<goal>
340-
copy-dependencies
341-
</goal>
342-
</goals>
343-
</pluginExecutionFilter>
344-
<action>
345-
<ignore />
346-
</action>
347-
</pluginExecution>
348-
</pluginExecutions>
349-
</lifecycleMappingMetadata>
350-
</configuration>
351-
</plugin>
352-
</plugins>
353-
</pluginManagement>
354303
</build>
355304
</project>

spring-boot-parent/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,25 @@
329329
<ignore />
330330
</action>
331331
</pluginExecution>
332+
<pluginExecution>
333+
<pluginExecutionFilter>
334+
<groupId>
335+
org.apache.maven.plugins
336+
</groupId>
337+
<artifactId>
338+
maven-plugin-plugin
339+
</artifactId>
340+
<versionRange>
341+
[3.2,)
342+
</versionRange>
343+
<goals>
344+
<goal>descriptor</goal>
345+
</goals>
346+
</pluginExecutionFilter>
347+
<action>
348+
<ignore></ignore>
349+
</action>
350+
</pluginExecution>
332351
</pluginExecutions>
333352
</lifecycleMappingMetadata>
334353
</configuration>

0 commit comments

Comments
 (0)