List out what are the build phases in Maven?
Answer / Pankaj Kumar Gupta
"The build phases in Maven are: validate, compile, test, package, install, and deploy"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by a goal in maven?
What is archetype?
What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?
What is the difference between a release version and snapshot version in maven?
What is the difference between ant and maven?
Where do we configure repositories in maven?
Give the command for installation of the jar file in a local repository.
what is Maven Repository? What are their types?
Can you tell me the default location of your local repository?
Mention how profiles are specified in Maven?
What is maven's order of inheritance?
What is maven build life cycle?