From a55a90d7bd8d15da436fd40df8a70c15ae682741 Mon Sep 17 00:00:00 2001 From: Christoph Kutzinski Date: Tue, 16 Aug 2011 22:20:52 +0200 Subject: [PATCH] Clarified that the relative POM path relates to the 1st module root - especially in the German translation (JENKINS-10415) --- maven-plugin/src/main/webapp/root-pom.html | 2 +- maven-plugin/src/main/webapp/root-pom_de.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/maven-plugin/src/main/webapp/root-pom.html b/maven-plugin/src/main/webapp/root-pom.html index 2dd9ee20c0..823e5c5d8b 100644 --- a/maven-plugin/src/main/webapp/root-pom.html +++ b/maven-plugin/src/main/webapp/root-pom.html @@ -1,6 +1,6 @@
If your workspace has the top-level pom.xml in somewhere other - than the module root directory, specify the path (relative to + than the 1st module's root directory, specify the path (relative to the module root) here, such as parent/pom.xml.
If left empty, defaults to pom.xml diff --git a/maven-plugin/src/main/webapp/root-pom_de.html b/maven-plugin/src/main/webapp/root-pom_de.html index 130ef5e540..bc82b7b586 100644 --- a/maven-plugin/src/main/webapp/root-pom_de.html +++ b/maven-plugin/src/main/webapp/root-pom_de.html @@ -1,8 +1,7 @@
- Wenn in Ihrem Arbeitsbereich die oberste pom.xml-Datei nicht direkt - im Stammverzeichnis des Arbeitsbereiches liegt, geben Sie - hier den Pfad (relativ zum Stammverzeichnis des Arbeitsbereiches) an, + im Stammverzeichnis des ersten Modulverzeichnisses liegt, geben Sie + hier den Pfad (relativ zum Stammverzeichnis des Modulverzeichnisses) an, z.B. parent/pom.xml.
Wenn das Feld leer bleibt, wird als Vorgabewert pom.xml verwendet. -- GitLab