Skip to content

Commit 1ce7313

Browse files
authored
Remove eclipse-m2e profile (#3027)
1 parent 72ca55a commit 1ce7313

File tree

1 file changed

+0
-81
lines changed

1 file changed

+0
-81
lines changed

pom.xml

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -410,87 +410,6 @@
410410
</build>
411411
</profile>
412412

413-
414-
<!-- A profile for eliminating eclipse m2e warnings -->
415-
<profile>
416-
<id>eclipse-m2e</id>
417-
<activation>
418-
<property>
419-
<name>m2e.version</name>
420-
</property>
421-
</activation>
422-
<build>
423-
<pluginManagement>
424-
<plugins>
425-
<plugin>
426-
<groupId>org.eclipse.m2e</groupId>
427-
<artifactId>lifecycle-mapping</artifactId>
428-
<version>${eclipse.lifecycle.mapping.version}</version>
429-
<configuration>
430-
<lifecycleMappingMetadata>
431-
<pluginExecutions>
432-
<!-- Elimate the eclipse warning 'maven-enforcer-plugin (goal "enforce")
433-
is ignored by m2e' -->
434-
<pluginExecution>
435-
<pluginExecutionFilter>
436-
<groupId>org.apache.maven.plugins</groupId>
437-
<artifactId>maven-enforcer-plugin</artifactId>
438-
<versionRange>[0,)</versionRange>
439-
<goals>
440-
<goal>enforce</goal>
441-
</goals>
442-
</pluginExecutionFilter>
443-
<action>
444-
<ignore />
445-
</action>
446-
</pluginExecution>
447-
<pluginExecution>
448-
<pluginExecutionFilter>
449-
<groupId>org.apache.maven.plugins</groupId>
450-
<artifactId>maven-clean-plugin</artifactId>
451-
<versionRange>[0,)</versionRange>
452-
<goals>
453-
<goal>clean</goal>
454-
</goals>
455-
</pluginExecutionFilter>
456-
<action>
457-
<ignore />
458-
</action>
459-
</pluginExecution>
460-
<pluginExecution>
461-
<pluginExecutionFilter>
462-
<groupId>net.alchim31.maven</groupId>
463-
<artifactId>scala-maven-plugin</artifactId>
464-
<versionRange>[0,)</versionRange>
465-
<goals>
466-
<goal>script</goal>
467-
</goals>
468-
</pluginExecutionFilter>
469-
<action>
470-
<ignore />
471-
</action>
472-
</pluginExecution>
473-
<pluginExecution>
474-
<pluginExecutionFilter>
475-
<groupId>org.apache.felix</groupId>
476-
<artifactId>maven-bundle-plugin</artifactId>
477-
<versionRange>[0,)</versionRange>
478-
<goals>
479-
<goal>manifest</goal>
480-
</goals>
481-
</pluginExecutionFilter>
482-
<action>
483-
<ignore />
484-
</action>
485-
</pluginExecution>
486-
</pluginExecutions>
487-
</lifecycleMappingMetadata>
488-
</configuration>
489-
</plugin>
490-
</plugins>
491-
</pluginManagement>
492-
</build>
493-
</profile>
494413
<!-- A profile for running the benchmarks -->
495414
<profile>
496415
<id>benchmark</id>

0 commit comments

Comments
 (0)