java-tutorials/maven-modules/maven-integration-test/README.md

12 lines
604 B
Markdown
Raw Normal View History

2020-07-07 07:18:10 -04:00
## Apache Maven
This module contains articles about Integration Testing with Maven and related plugins.
### Relevant Articles
- [Integration Testing with Maven](https://www.baeldung.com/maven-integration-test)
- [Build a Jar with Maven and Ignore the Test Results](https://www.baeldung.com/maven-ignore-test-results)
- [Quick Guide to the Maven Surefire Plugin](https://www.baeldung.com/maven-surefire-plugin)
2021-07-07 11:09:06 -04:00
- [The Maven Failsafe Plugin](https://www.baeldung.com/maven-failsafe-plugin)
- [Difference Between Maven Surefire and Failsafe Plugins](https://www.baeldung.com/maven-surefire-vs-failsafe)