| @@ -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="maven-surefire-plugin" title="undefined" rel="noopener noreferrer">http://maven.apache.org/plugins/maven-surefire-plugin"\>maven-surefire-plugin</a> |
|
32 |
+ <a href="maven-surefire-plugin" title="undefined" rel="noopener noreferrer">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="maven-failsafe-plugin" title="undefined" rel="noopener noreferrer">http://maven.apache.org/plugins/maven-failsafe-plugin"\>maven-failsafe-plugin</a> |
|
36 |
+ <a href="maven-failsafe-plugin" title="undefined" rel="noopener noreferrer">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> |