Re: IntelliJ plugin for Maven 2

2007-03-21 Thread Wim Deblauwe
http://maven.apache.org/plugins/index.html It is already listed there (although I'm not sure if this is the same plugin - I'm an Eclipse user). Yes, but since there is a seperate section for IDE's, they really should be listed there I think. regards, Wim

Re: IntelliJ plugin for Maven 2

2007-03-21 Thread Rod Mclaughlin
There are several Maven 2 plugins for IDEA http://plugins.intellij.net/search/?search=maven We have had some luck using the Maven Reloaded plugin to download the jars and put the references to them in .m2 in the IDEA classpath, but we would haven't figured out how to make it order that classpat

Re: IntelliJ plugin for Maven 2

2007-03-21 Thread Thorsten Heit
Hi Wim, > The Maven website mentions IDE integrations for Eclipse and Netbeans, but > not for IntelliJ although there is a plugin here: > http://quebbemann.kicks-ass.net/idea-maven-plugin/ > > maybe the site can be updated with it? http://maven.apache.org/plugins/index.html It is already listed

Re: Intellij/IDEA plugin

2006-03-14 Thread Konstantin Polyzois
Thanks! I'll do that On 3/14/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > > To create a patch: > http://maven.apache.org/guides/development/guide-m2-development.html > > To submit it: > http://jira.codehaus.org/browse/MIDEA > > Konstantin Polyzois wrote: > > I'd like to help finish idea-plugi

Re: Intellij/IDEA plugin

2006-03-14 Thread Geoffrey De Smet
To create a patch: http://maven.apache.org/guides/development/guide-m2-development.html To submit it: http://jira.codehaus.org/browse/MIDEA Konstantin Polyzois wrote: I'd like to help finish idea-plugin it does not handle ejb/ear very well, I have it checked out where can I submit a patch? (And

Re: Intellij/IDEA plugin

2006-03-14 Thread Konstantin Polyzois
Sorry wrong subject... On 3/14/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > > I'd like to help finish idea-plugin it does not handle ejb/ear very well, > I have it checked out where can I submit a patch? (And how do I create one > from svn) > > /Konstantin >

Re: IntelliJ

2005-05-10 Thread Arik Kfir
Hi Thom, First, I'd recommend you post this in the [EMAIL PROTECTED] mailing list - you'll probably get more details there. Second - there is a Maven integration plugin for IDEA in the works - go to http://mevenide.codehaus.org/mevenide-idea/ for details. The plugin, however, only works on the

Re: IntelliJ (or any IDE) classpath

2004-05-10 Thread Erik Husby
Jason van Zyl wrote: On Mon, 2004-05-10 at 09:49, Erik Husby wrote: Idea supports the idea of path variables like Eclipse does. Setup one called MAVEN_REPO and point it at the repository root. Do you have a little example of how this might work in the IDEA files? If this could be done cl

Re: IntelliJ (or any IDE) classpath

2004-05-10 Thread Jason van Zyl
On Mon, 2004-05-10 at 09:49, Erik Husby wrote: > Idea supports the idea of path variables like Eclipse does. Setup one > called MAVEN_REPO and point it at the repository root. Do you have a little example of how this might work in the IDEA files? If this could be done cleanly then it would be a

Re: IntelliJ (or any IDE) classpath

2004-05-10 Thread Erik Husby
Idea supports the idea of path variables like Eclipse does. Setup one called MAVEN_REPO and point it at the repository root. Make sure that your project is using relative paths, there are a couple of radio buttons that need to be checked in the project paths tabs. If you add a new dependency, a

Re: IntelliJ (or any IDE) classpath

2004-05-08 Thread Geoffrey
I did the following for http://simplegamenet.sf.net (see CVS web access): Create project.xml Add the property of the idea plugin telling its 4 in project. maven idea (idea:multiproject doesn't work yet for me) Build the project, add the jar to IntelliJ's libraries and switch of "make before runni

RE: IntelliJ (or any IDE) classpath

2004-05-08 Thread Aleksandr Shneyderman
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 firs

Re: IntelliJ (or any IDE) classpath

2004-05-08 Thread Jason van Zyl
On Sat, 2004-05-08 at 12:40, Sean Muse wrote: > 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