Because we have lots of devs using IDEA we configure all our poms with the idea plugin so devs can open/create IDEA projects both ways; i.e. via the command line and via Project Open.
The former is configured to auto download sources/javadocs. -Dave On Wed, Feb 24, 2010 at 3:45 AM, Siegfried Goeschl < [email protected]> wrote: > Assuming you have M2 integration installed ... :-) > > > On 24.02.10 11:24, Stephen Connolly wrote: > >> from intellij 7 onwards, when you go to the file|open project menu just >> select the pom.xml file and intellij will work out the rest for you... no >> need for idea:idea >> >> On 24 February 2010 09:47, eshan sudharaka<[email protected]> wrote: >> >> >> >>> i am using inteli idea for java development.I have created a application >>> using maven.How do i open it with Idea..??? >>> i tried it lot.... >>> mvn idea:idea >>> -- >>> View this message in context: >>> >>> http://old.nabble.com/idea-integration-with-maven-tp27714145p27714145.html >>> Sent from the Maven - Users mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> 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] > >
