Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.core/plugin.xml')
-rw-r--r--org.eclipse.m2e.core/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.m2e.core/plugin.xml b/org.eclipse.m2e.core/plugin.xml
index e7ad015d..672c913e 100644
--- a/org.eclipse.m2e.core/plugin.xml
+++ b/org.eclipse.m2e.core/plugin.xml
@@ -104,6 +104,15 @@
id="NULL"
name="%lifecycleMapping.empty.name">
</lifecycleMapping>
+ <lifecycleMapping
+ class="org.eclipse.m2e.core.internal.lifecyclemapping.DefaultLifecycleMapping"
+ id="DEFAULT"
+ name="%lifecycleMapping.default.name">
+ </lifecycleMapping>
+ <lifecycleMapping
+ class="org.eclipse.m2e.core.internal.lifecyclemapping.DefaultLifecycleMapping"
+ id="DEFAULT">
+ </lifecycleMapping>
</extension>
<extension
point="org.eclipse.m2e.core.mavenComponentContributors">

Back to the top