Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-01-20 22:11:32 +0000
committervladt2011-01-20 22:11:32 +0000
commit67626923fd78267af9b3457de128fd37022462ac (patch)
treeb2ce062e136c8fec411dbaa6edbc3fbd29deb58d /org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
parent3fbb5b15a70f9af39ec5ae2102e71a65de322397 (diff)
downloadm2e-core-67626923fd78267af9b3457de128fd37022462ac.tar.gz
m2e-core-67626923fd78267af9b3457de128fd37022462ac.tar.xz
m2e-core-67626923fd78267af9b3457de128fd37022462ac.zip
MNGECLIPSE-2649: Enforce lifecycle mapping metadata plugin version=1.0.0
Diffstat (limited to 'org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties')
-rw-r--r--org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
index 8f0d8274..476280b6 100644
--- a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
+++ b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
@@ -99,6 +99,7 @@ LifecycleConfigurationMojoExecutionNotCovered=Mojo execution not covered by life
LifecycleMissing=Unknown or missing lifecycle mapping (project packaging type="{0}")
LifecycleDuplicate=Conflicting lifecycle mapping metadata (project packaging type="{0}"). To enable full functionality, remove the conflicting mapping and run Maven->Update Project Configuration.
LifecycleMappingNotAvailable=Lifecycle mapping "{0}" is not available. To enable full functionality, install the lifecycle mapping and run Maven->Update Project Configuration.
+LifecycleMappingPluginVersionIncompatible=Incompatible lifecycle mapping plugin version {0}
PluginExecutionMappingDuplicate=Conflicting lifecycle mapping (plugin execution "{0}"). To enable full functionality, remove the conflicting mapping and run Maven->Update Project Configuration.
ProjectConfiguratorNotAvailable=Project configurator "{0}" is not available. To enable full functionality, install the project configurator and run Maven->Update Project Configuration.
LocalArchetypeCatalogDialog_btnBrowse=&Browse...

Back to the top