Files
java-tutorials/maven/README.md
T

16 lines
1.1 KiB
Markdown
Raw Normal View History

2018-04-21 22:38:45 +02:00
### Relevant Articles
- [Guide to the Core Maven Plugins](http://www.baeldung.com/core-maven-plugins)
- [Maven Resources Plugin](http://www.baeldung.com/maven-resources-plugin)
- [Maven Compiler Plugin](http://www.baeldung.com/maven-compiler-plugin)
- [Quick Guide to the Maven Surefire Plugin](http://www.baeldung.com/maven-surefire-plugin)
- [The Maven Failsafe Plugin](http://www.baeldung.com/maven-failsafe-plugin)
- [The Maven Verifier Plugin](http://www.baeldung.com/maven-verifier-plugin)
- [The Maven Clean Plugin](http://www.baeldung.com/maven-clean-plugin)
2018-08-06 02:30:25 +08:00
- [Build a Jar with Maven and Ignore the Test Results](http://www.baeldung.com/maven-ignore-test-results)
2018-09-07 16:56:13 +06:00
- [Maven Project with Multiple Source Directories](https://www.baeldung.com/maven-project-multiple-src-directories)
- [Integration Testing with Maven](https://www.baeldung.com/maven-integration-test)
2018-10-23 16:57:41 +08:00
- [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure)
- [Apache Maven Tutorial](https://www.baeldung.com/maven)
- [Use the Latest Version of a Dependency in Maven](https://www.baeldung.com/maven-dependency-latest-version)