I am not sure how IntelliJ does it but in Eclipse I configure a variable to point to my local maven Repository and mount relevant jars for the project Using the variable. All of my prjects use realtively Small amount of jars, so it is feasible in my case. Also, make sure to run maven for the first time, so It can cache the jars in its local repository and you Will be able to find them.
This only solves the problem of IDE seeing the needed Jars you will still need to run the builds manually I have an extra command line open so I can rebuild when I have to. Just to note: there are also plugins available, that can help You within your IDE I just never used them. I know for sure Eclipse has one, not sure of IntelliJ. Alex. -----Original Message----- From: Sean Muse [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 12:40 PM To: [EMAIL PROTECTED] Subject: IntelliJ (or any IDE) classpath OK. After hearing people talk about Maven and how great it is, I finally decided to give it a whirl. Unfortunately, I am already running into problems. I am hoping someone here can help me. I am using IntelliJ as an IDE. Given that all my library dependencies should be pulled from a repository, how do I setup my IDE to use these files? /Sean __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
