Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does maven install do?



What does maven install do?..

Answer / Prabhakar Anand

The Maven 'install' goal compiles and tests the project, and then packages it along with its dependencies into a local repository (usually under ~/.m2/repository). This allows the installed artifact to be used in other projects as a dependency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

What are the maven advantages over ant?

1 Answers  


How is the propagation of plugins to child poms stopped?

1 Answers  


What is a maven pom file?

1 Answers  


How would you see the version of maven?

1 Answers  


What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?

1 Answers  


How you can exclude dependency?

1 Answers  


What is an artifact in maven?

1 Answers  


How do I determine which pom contains missing transitive dependency?

1 Answers  


Explain how you can produce execution debug output or error messages?

1 Answers  


What is the difference between snapshot and version?

1 Answers  


what is Maven artifact?

1 Answers  


What is build profile?

1 Answers  


Categories