Skip to content

Commit

Permalink
[SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 29, 2024
1 parent 91d16c3 commit 0121834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-surefire-plugin/src/site/fml/faq.fml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ under the License.
<question>What is the difference between maven-failsafe-plugin and maven-surefire-plugin?</question>
<answer>
<p>
<a href="http://maven.apache.org/plugins/maven-surefire-plugin">maven-surefire-plugin</a>
<a href="http://maven.apache.org/plugins/maven-surefire-plugin/">maven-surefire-plugin</a>
is designed for running unit tests and if any of the tests fail then it will fail the build immediately.
</p>
<p>
<a href="http://maven.apache.org/plugins/maven-failsafe-plugin">maven-failsafe-plugin</a>
<a href="http://maven.apache.org/plugins/maven-failsafe-plugin/">maven-failsafe-plugin</a>
is designed for running integration tests, and decouples failing the build if there
are test failures from actually running the tests.
</p>
Expand Down

0 comments on commit 0121834

Please sign in to comment.