Book Image

Apache Maven Cookbook

By : Raghuram Bharathan
Book Image

Apache Maven Cookbook

By: Raghuram Bharathan

Overview of this book

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.
Table of Contents (13 chapters)
12
Index

Introduction


It is one thing to write code and another to write good code. The subjectivity of code quality is greatly reduced by having coding guidelines/standards. Whether a developer follows coding standards or not can be verified by subjecting the code to a code review. On the other hand, there are tools that automatically perform these reviews against defined standards.

In addition to code quality, programming best practices also recommend writing automated unit tests for the code. The line and branch coverage achieved by these unit tests can also be quantitatively measured by tools.