Monday, 16 May 2016

What is the Build life cycle of Maven project ?


1. validate : Validate if the project is correct
2. compile : Compile the source code
3. test : Test the compiled source code using test framework
4. package : Make packaged distribution of the compiled code 
5. verify : Run checks on integration test results
7. install : Install package into local repo
8. deploy : Copy the package to remote repo

No comments:

Post a Comment

Note: only a member of this blog may post a comment.