Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-08-11 12:02:42 +0000
committerLars Vogel2014-08-11 12:02:42 +0000
commit444f41b76e7ff321dd444743f30f8ae46ea2eb19 (patch)
tree1a2445e48275c41520521f16c84ee23687dda9d5
parent1cefefd6eee18acbb27b66a1527674a507e42cdb (diff)
downloadm2e-core-444f41b76e7ff321dd444743f30f8ae46ea2eb19.tar.gz
m2e-core-444f41b76e7ff321dd444743f30f8ae46ea2eb19.tar.xz
m2e-core-444f41b76e7ff321dd444743f30f8ae46ea2eb19.zip
441500 Project configuration is not up-to-date - Slightly misleading
error message Change-Id: I6ea690eb8ef75a13601274f577e55434f636f46d Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
-rw-r--r--org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties2
1 files changed, 1 insertions, 1 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 68f5f13e..fa573572 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
@@ -29,7 +29,7 @@ LifecycleMappingPluginVersionIncompatible=Incompatible lifecycle mapping plugin
PluginExecutionMappingDuplicate=Conflicting lifecycle mapping (plugin execution "{0}"). To enable full functionality, remove the conflicting mapping and run Maven->Update Project Configuration.
PluginExecutionMappingInvalid=Invalid plugin execution mapping (plugin execution "{0}"). To enable full functionality, correct the invalid 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.
-ProjectConfigurationUpdateRequired=Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix.
+ProjectConfigurationUpdateRequired=Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix.
LocalProjectScanner_accessDeniedFromFolder=Can not access files from ''{0}''
LocalProjectScanner_task_scanning=Scanning folders
MavenExternalRuntime_error_cannot_parse=Can't parse m2.conf

Back to the top