diff --git a/README.adoc b/README.adoc index 6cff1cb..ea06116 100644 --- a/README.adoc +++ b/README.adoc @@ -257,7 +257,7 @@ for both JVMs is the same. You could write additional assertions [hotspot=33-35 === Running the tests -If the server is still running from the previous steps, stop it using the Maven liberty:stop-server goal from command line in the start directory: +If the server is still running from the previous steps, stop it using the Maven `liberty:stop-server` goal from command line in the start directory: [role="command"] ``` mvn liberty:stop-server diff --git a/finish/pom.xml b/finish/pom.xml index 60a8465..b9e8070 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -205,10 +205,12 @@ - ${project.build.directory} - /test-reports/it/failsafe-summary.xml - ${project.build.directory}/test-reports/it - + + ${project.build.directory}/test-reports/it/failsafe-summary.xml + + + ${project.build.directory}/test-reports/it + diff --git a/start/pom.xml b/start/pom.xml index 60a8465..b9e8070 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -205,10 +205,12 @@ - ${project.build.directory} - /test-reports/it/failsafe-summary.xml - ${project.build.directory}/test-reports/it - + + ${project.build.directory}/test-reports/it/failsafe-summary.xml + + + ${project.build.directory}/test-reports/it +