Skip to content

Commit 0121834

Browse files
committed
[SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
1 parent 91d16c3 commit 0121834

File tree

1 file changed

+2
-2
lines changed
  • maven-surefire-plugin/src/site/fml

1 file changed

+2
-2
lines changed

maven-surefire-plugin/src/site/fml/faq.fml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ under the License.
2929
<question>What is the difference between maven-failsafe-plugin and maven-surefire-plugin?</question>
3030
<answer>
3131
<p>
32-
<a href="http://maven.apache.org/plugins/maven-surefire-plugin">maven-surefire-plugin</a>
32+
<a href="http://maven.apache.org/plugins/maven-surefire-plugin/">maven-surefire-plugin</a>
3333
is designed for running unit tests and if any of the tests fail then it will fail the build immediately.
3434
</p>
3535
<p>
36-
<a href="http://maven.apache.org/plugins/maven-failsafe-plugin">maven-failsafe-plugin</a>
36+
<a href="http://maven.apache.org/plugins/maven-failsafe-plugin/">maven-failsafe-plugin</a>
3737
is designed for running integration tests, and decouples failing the build if there
3838
are test failures from actually running the tests.
3939
</p>

0 commit comments

Comments
 (0)