File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
maven-surefire-plugin/src/site/fml Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments