What is a central repository?
Answer / Abhishek Shukla
A central repository in Maven is a remote repository that stores pre-built artifacts from various projects. The central Maven repository (<http://repo1.maven.org/maven2/>) is a default and public repository containing thousands of open source Java libraries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of the message “you cannot have two plugin executions with the same or missing elements”?
What does maven install do?
Mention the phases of cleaning lifecycle.
Is there a particular sequence in which maven searches for dependency libraries?
What is the difference between snapshot and version?
Why is the use of the profile required in maven?
List out what are the Maven’s order of inheritance?
Explain the difference between apache ant and maven?
Mention how profiles are specified in Maven?
What are the two setting files called and what is their location?
What is the role of a build tool in apache maven?
What is the difference between ant and maven?