Maven
- Maven is the application that manages the build process. It is responsible for:
- Verifying the dependencies to build the project are available
- Setting up the build environment
- Compiling and packaging the source
- Running all the unit tests specified
- Generating an error if anything fails
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.