Over 90 hands-on recipes to successfully build and automate development life cycle tasks following Maven conventions and best practices
If you are a Java developer or a manager who has experience with Apache Maven and want to extend your knowledge, then this is the ideal book for you.
Apache Maven Cookbook is for those who want to learn how Apache Maven can be used for build automation. It is also meant for those familiar with Apache Maven, but want to understand the finer nuances of Maven and solve specific problems.
Apache Maven offers a comprehensive set of features to build, test, release, and deploy software projects and maintain enterprise development infrastructure.
This book is a hands-on guide that enables you to explore the vast potential of Apache Maven, the leading software build tool. You will start off by successfully installing Apache Maven on your favorite OS, and then you will create your first working project. Furthermore, the book walks you through setting up and using Maven with popular Java Integrated Development Environments (IDEs) so you can exploit Maven features to build standard Java applications. Above all, you will also learn to create site reports and documentation for your project along with handling typical build requirements and other advanced Maven usages.
Chapter 1: Getting Started
Chapter 2: IDE Integration with Maven
Chapter 3: Maven Lifecycle
Chapter 4: Essential Maven Plugins
Chapter 5: Dependency Management
Chapter 6: Code Quality Plugins
Chapter 7: Reporting and Documentation
Chapter 8: Handling Typical Build Requirements
Chapter 9: Multimodule Projects
Chapter 10: Java Development with Maven
Chapter 11: Advanced Maven Usage