mirror of https://github.com/apache/maven.git
removed now unused m2e configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3944b81734
commit
647e2290b8
32
pom.xml
32
pom.xml
|
@ -623,37 +623,5 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>m2e</id>
|
|
||||||
<properties>
|
|
||||||
<m2BuildDirectory>target</m2BuildDirectory>
|
|
||||||
</properties>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>m2e.version</name>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<build>
|
|
||||||
<directory>${m2BuildDirectory}</directory>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.maven.ide.eclipse</groupId>
|
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
|
||||||
<version>0.10.0</version>
|
|
||||||
<configuration>
|
|
||||||
<mappingId>customizable</mappingId>
|
|
||||||
<configurators>
|
|
||||||
<configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
|
|
||||||
<configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" />
|
|
||||||
<configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
|
|
||||||
</configurators>
|
|
||||||
<mojoExecutions>
|
|
||||||
<mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
|
|
||||||
</mojoExecutions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue