From 196dc0fe060daab895e33808ddec866e4ab85d4b Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Fri, 5 Jan 2024 10:35:36 +0100 Subject: [PATCH] Fixed further typos. --- .../src/main/asciidoc/usersguide/usersguide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc b/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc index ac5e092e2b..f74e073376 100644 --- a/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc +++ b/itf-documentation/src/main/asciidoc/usersguide/usersguide.adoc @@ -448,7 +448,7 @@ From a technical perspective some other parameters have been added which are `mv The `-Dmaven.repo.local=..` is needed to make sure that each call uses the defined local cache (See <>). You can of course change the default for the goal, if you like by simply add the `@MavenGoal` annotation -`@MavenGoal("install")` that would mean to execute all subjacent tests like `mvn -D.. install` +`@MavenGoal("install")` that would mean to execute all subsequent tests like `mvn -D.. install` instead of `mvn -D .. package`. A usual command parameter set includes `--batch-mode` and `-V` (See <>). @@ -1878,7 +1878,7 @@ to a phase you like. This means also you can bind that plugin to any phase you w example it is bound to `initialize`. The following example shows a real example how the plugin has been configured correctly (only the `configuration` area). -The configuration will fail the build with a `MojoExecutionException` (exeuctionException=true) and a text of the +The configuration will fail the build with a `MojoExecutionException` (executionException=true) and a text of the exception can given via `exception` configuration part. [source,xml]