How you can exclude dependency?
Answer / Rajeev Kumar
In Maven, you can exclude a specific dependency from another dependency by using the exclusion element within the dependency section in your pom.xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a maven assembly?
Explain the difference between maven build and maven install?
List out the dependency scope in Maven?
What are some problems which we face while the development of a project when maven is not used?
Give the command for installation of the jar file in a local repository.
What is maven repository central?
What are the types of maven repository?
How do you know the version of mvn you are using?
Explain what is maven artifact?
What are different types of build profiles?
What is the syntax for offline project creation?
Write the steps for installing maven on windows.