diff --git a/war/resources/help/maven/aggregator_ja.html b/war/resources/help/maven/aggregator_ja.html new file mode 100644 index 0000000000000000000000000000000000000000..db441a990ba4762d738d69230429ea298c5d143b --- /dev/null +++ b/war/resources/help/maven/aggregator_ja.html @@ -0,0 +1,20 @@ +
+

+ If checked, Hudson will run individual module builds as separate builds. On a project + with a large number of modules, or on a project where modules take a long time to build, + setting this option to true may speed up the whole build, as different modules can be built + in parallel. + +

+ Otherwise, leave it unchecked and Hudson will build this maven project like you'd normally + do from command line. + +

+ When your build uses "aggregator-style" multi-module aware mojos, you'd have to leave this + option unchecked so that the mojo will have access to all of your modules. + +

+ Historically, this has been the default mode of the native maven project up until Hudson 1.133. + So if your project was created before that, you might want to uncheck this. + +

\ No newline at end of file diff --git a/war/resources/help/maven/goals_ja.html b/war/resources/help/maven/goals_ja.html new file mode 100644 index 0000000000000000000000000000000000000000..ac9221606f447dcc128b1c1d7ccbdbe26a8e33ce --- /dev/null +++ b/war/resources/help/maven/goals_ja.html @@ -0,0 +1,4 @@ +
+ "clean install"や"deploy"のような実行するゴールを指定します。 + この項目は、"-e"や"-Dmaven.test.skip=true"のようなMavenのコマンドラインオプションも受け付けます。 +
\ No newline at end of file diff --git a/war/resources/help/maven/maven-opts_ja.html b/war/resources/help/maven/maven-opts_ja.html new file mode 100644 index 0000000000000000000000000000000000000000..ce0e65c569124822efea756ae1c7c4ae96552314 --- /dev/null +++ b/war/resources/help/maven/maven-opts_ja.html @@ -0,0 +1,8 @@ +
+ 外部プロセスとして、Mavenを起動する場合に必要なJVMのオプションを指定します。 + MAVEN_OPTS ドキュメントも参照してください + (これはMaven 1.Xのものですが、まだMaven 2.Xにもあてはまります)。 + +

+ ${VARIABLE}のような形式で、シェルのような環境変数拡張を使用できます。 +

\ No newline at end of file diff --git a/war/resources/help/maven/module-goals_ja.html b/war/resources/help/maven/module-goals_ja.html new file mode 100644 index 0000000000000000000000000000000000000000..106de5f220b27452745622c39e44436698f64f69 --- /dev/null +++ b/war/resources/help/maven/module-goals_ja.html @@ -0,0 +1,6 @@ +
+ By default (or if this field is left as-is or empty), all modules + build the same goals/phases specified in + the parent's configuration, but you can + override it on modules by specifying a different value here. +
\ No newline at end of file diff --git a/war/resources/help/maven/root-pom_ja.html b/war/resources/help/maven/root-pom_ja.html new file mode 100644 index 0000000000000000000000000000000000000000..20df625376c751973650b371a73fb6dc9be79334 --- /dev/null +++ b/war/resources/help/maven/root-pom_ja.html @@ -0,0 +1,6 @@ +
+ ワークスペースのルートディレクトリ以外のどこかに、トップレベルのpom.xmlがあるなら、 + ここに(ワークスペースのルートからの相対)パスを指定します(例 parent/pom.xml)。 +
+ 空欄のままにすると、pom.xmlになります。 +
\ No newline at end of file