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...


Tell me the command to install jar file in local repository.



Tell me the command to install jar file in local repository...

Answer / Shamim Ahmad

To install a JAR file in the local Maven repository, you can use the mvn install command while specifying the project directory:

```bash
mvn install -Dmaven.test.skip=true -Dmaven.skipTests=true -f path/to/project/pom.xml
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

How to run the clean plugin automatically during the build?

1 Answers  


How to tackle duplicate classes in maven build?

1 Answers  


What is the syntax for offline project creation?

1 Answers  


What are gradle and maven?

1 Answers  


Tell me the command to install jar file in local repository.

1 Answers  


What is a goal in maven terminology?

1 Answers  


What is dependency exclusion?

1 Answers  


How would you see the version of maven?

1 Answers  


What is the default location of local repository?

1 Answers  


What does it mean when you say maven uses convention over configuration?

1 Answers  


What is the use of maven in selenium?

1 Answers  


What does maven install do?

1 Answers  


Categories