Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties')
-rw-r--r--org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties b/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties
index 3711e2b4..38476dd5 100644
--- a/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties
+++ b/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties
@@ -43,6 +43,7 @@ PomTemplateContext_generatetestresources=Create resources for testing
PomTemplateContext_generatetestsources=Generate any test source code for inclusion in compilation
PomTemplateContext_install=Install the package into the local repository, for use as a dependency in other projects locally
PomTemplateContext_integrationtest=Process and deploy the package if necessary into an environment where integration tests can be run
+PomTemplateContext_insertParameter=Insert parameter {0}
PomTemplateContext_package=Take the compiled code and package it in its distributable format, such as a JAR
PomTemplateContext_param=<b>required:</b> {0}<br><b>type:</b> {1}<br>
PomTemplateContext_param_def=default: {0}<br>
@@ -61,6 +62,7 @@ PomTemplateContext_processtestclasses=Post-process the generated files from test
PomTemplateContext_processtestresources=Copy and process the resources into the test destination directory
PomTemplateContext_processtestsources=Process the test source code, for example to filter any values
PomTemplateContext_project_version_hint=For projects developed in sync only.
+PomTemplateContext_resolvingPlugin=Resolving plugin
PomTemplateContext_site=Generates the project's site documentation
PomTemplateContext_sitedeploy=Deploys the generated site documentation to the specified web server
PomTemplateContext_test=Run tests using a suitable unit testing framework. These tests should not require the code be packaged or deployed

Back to the top