Skip to content

Commit

Permalink
Fixing formatting in pom.xml file (#66)
Browse files Browse the repository at this point in the history
* Fixing formatting in pom.xml file

* Adding backticks to mvn command
  • Loading branch information
andrewdes authored and gkwan-ibm committed Mar 1, 2019
1 parent e7bc809 commit 20717b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,12 @@
</execution>
</executions>
<configuration>
<summaryFile>${project.build.directory}
/test-reports/it/failsafe-summary.xml</summaryFile>
<reportsDirectory>${project.build.directory}/test-reports/it
</reportsDirectory>
<summaryFile>
${project.build.directory}/test-reports/it/failsafe-summary.xml
</summaryFile>
<reportsDirectory>
${project.build.directory}/test-reports/it
</reportsDirectory>
</configuration>
</plugin>
</plugins>
Expand Down
10 changes: 6 additions & 4 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,12 @@
</execution>
</executions>
<configuration>
<summaryFile>${project.build.directory}
/test-reports/it/failsafe-summary.xml</summaryFile>
<reportsDirectory>${project.build.directory}/test-reports/it
</reportsDirectory>
<summaryFile>
${project.build.directory}/test-reports/it/failsafe-summary.xml
</summaryFile>
<reportsDirectory>
${project.build.directory}/test-reports/it
</reportsDirectory>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 20717b3

Please sign in to comment.