Interview :: Maven
21) What is a remote repository?
22) What is POM?
23) What are the build phases in Maven?
- validate
- compile
- test
- package
- integration-test
- verify
- install
- deploy
24) What is the command to package maven project?
25) What is the fully qualified artifact name of maven project?
26) What is an archetype?
Archetype is the maven plugin. It creates the project structure.