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


How to force the intellij idea to reread/update all dependencies specified in the pom file?



How to force the intellij idea to reread/update all dependencies specified in the pom file?..

Answer / Lubhanshu Bartaria

In IntelliJ IDEA, you can force a sync (re-reading of all dependencies) by clicking on `File` > `Sync Project with Gradle Files`. Alternatively, you can use the shortcut: `Ctrl+Alt+S` and navigate to the `Project Structure` panel. Make sure the `Libraries` section is selected, then click on the `+` button and select `Maven`. This will reload all dependencies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Maven Interview Questions

Explain how to run test classes in Maven?

1 Answers  


What information does pom contain?

1 Answers  


What is a central repository?

1 Answers  


How do you get source jars from maven repository?

1 Answers  


What are the default values for the packaging element? If there is no packaging element defined? What is the default value for that?

1 Answers  


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

1 Answers  


Where are maven dependencies downloaded to?

1 Answers  


What are the benefits of transitive depency in maven?

1 Answers  


What is the syntax for offline project creation?

1 Answers  


What is the use of maven clean?

1 Answers  


What is the default location of local repository?

1 Answers  


When does maven use the external dependency concept?

1 Answers  


Categories