This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 2d45bd0 (doc) Fix example invoker.properties (#10) 2d45bd0 is described below commit 2d45bd02009eaee5c7299232c14ea8986045e2dd Author: Piotrek Żygieło <pzygi...@users.noreply.github.com> AuthorDate: Thu Feb 6 22:00:28 2020 +0100 (doc) Fix example invoker.properties (#10) * (doc) Drop code tag, as it introduces CR in pre block * (doc) Place sentence in comment --- .../java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java b/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java index 6d59686..abcbb96 100644 --- a/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java +++ b/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java @@ -564,12 +564,12 @@ public abstract class AbstractInvokerMojo * # Since plugin version 1.8 * invoker.debug = true * - * # Path to an alternate <code>settings.xml</code> to use for Maven invocation with this IT. + * # Path to an alternate settings.xml to use for Maven invocation with this IT. * # Since plugin version 3.0.1 * invoker.settingsFile = ../ * * # An integer value to control run order of projects. sorted in the descending order of the ordinal. - * In other words, the BuildJobs with the highest numbers will be executed first + * # In other words, the BuildJobs with the highest numbers will be executed first * # Since plugin version 3.2.1 * invoker.ordinal = 3 * invoker.ordinal = 1