Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-01-25 19:57:25 +0000
committervladt2011-01-25 19:57:25 +0000
commit7bc60d0a57ad1d77b729024b9e7f9ccf6037c7aa (patch)
tree627fae3604c1bcd2801e93213f91e032318b250d /org.eclipse.m2e.core/pom.xml
parent84f4ee8fa09dcf5fc1130562ddaac66a435ce211 (diff)
downloadm2e-core-7bc60d0a57ad1d77b729024b9e7f9ccf6037c7aa.tar.gz
m2e-core-7bc60d0a57ad1d77b729024b9e7f9ccf6037c7aa.tar.xz
m2e-core-7bc60d0a57ad1d77b729024b9e7f9ccf6037c7aa.zip
Cleanup
Diffstat (limited to 'org.eclipse.m2e.core/pom.xml')
-rw-r--r--org.eclipse.m2e.core/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.m2e.core/pom.xml b/org.eclipse.m2e.core/pom.xml
index 0812e46d..8067bd46 100644
--- a/org.eclipse.m2e.core/pom.xml
+++ b/org.eclipse.m2e.core/pom.xml
@@ -39,17 +39,6 @@
<plugins>
<plugin>
- <groupId>org.maven.ide.eclipse</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>0.10.0</version>
- <configuration>
- <mappingId>org.sonatype.tycho.m2e.tychoLifecycleMapping</mappingId>
- <configurators>
- <configurator id='org.maven.ide.eclipse.modello.modelloConfigurator' />
- </configurators>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>${modello.version}</version>

Back to the top