Using Maven2 w/ Selena
Hi,
I'm using Selena and learning Maven2. If I run a goal in the pom file, Maven will download all the libraries I need and put them in the .m2 directory. Then in Idea, I have to specify the jar file libraries for my project again? Is there anyway to tell Idea to use the needed jar files in the pom.xml?
Regards.
Please sign in to leave a comment.
Hi Thai Dang Vu,
When you make changes in the pom.xml file you can use the synchronize button in the Maven 2 integration to update the IntelliJ project definition. You don't need to do this manually.
Regards,
Raymond Brandon