1-CLEAN- Cleaning up the target folder
2
3-VALIDATE - validating the project is correct and
4all necessary information is available
5
6-COMPILE - compiling the source code of the project
7
8-TEST - test the compiled source code
9using a suitable unit testing framework.
10These tests should not require
11the code be packaged or deployed
12
13-PACKAGE - taking the compiled code and package
14it in its distributable format, such as a JAR.
15
16-VERIFY - running any checks on results of
17integration tests to ensure quality criteria are met
18
19-INSTALL - install the package into the
20local repository, for use as a dependency
21in other projects locally
22
23-DEPLOY - done in the build environment,
24copies the final package to the remote
25repository for sharing with other developers and projects.
1The Goal that is executed to generate and deploy a documentation website is:
2deploy
3