File tree 1 file changed +2
-2
lines changed
maven-surefire-plugin/src/site/fml
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ under the License.
29
29
<question >What is the difference between maven-failsafe-plugin and maven-surefire-plugin?</question >
30
30
<answer >
31
31
<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 >
33
33
is designed for running unit tests and if any of the tests fail then it will fail the build immediately.
34
34
</p >
35
35
<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 >
37
37
is designed for running integration tests, and decouples failing the build if there
38
38
are test failures from actually running the tests.
39
39
</p >
You can’t perform that action at this time.
0 commit comments