Skip to content

Commit

Permalink
[documentation] use *Nix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Feb 23, 2022
1 parent d19f79f commit fdf0228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-surefire-plugin/src/site/apt/examples/logging.apt.vm
Expand Up @@ -47,7 +47,7 @@ Using Console Logs


+---+
[INFO] Surefire report directory: D:\vcs\project\target\surefire-reports
[INFO] Surefire report directory: /path/to/project/target/surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
Configuring TestNG with: TestNGMapConfigurator
Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-plugin/src/site/markdown/java9.md
Expand Up @@ -128,7 +128,7 @@ For more information see the [chapter 'Selecting JDK by the Toolchains API in pl
The plugin **maven-toolchains-plugin** should be used along with old versions of Surefire or Failsafe plugin.
In this example you can see how to switch the JDK by Toolchain **(-t ...)** in the entire build (on Windows).

$ mvn -t D:\.m2\toolchains.xml test
$ mvn -t /path/to/.m2/toolchains.xml test

Without **(-t ...)** the Toolchain should be located in **${user.home}/.m2/toolchains.xml**.

Expand Down

0 comments on commit fdf0228

Please sign in to comment.