Thread: IDE question
View Single Post
  #2 (permalink)  
Old November 28th, 2008
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

It should very easy to create the project if you use Eclipse with the Maven Plugin from the Update Site http://m2eclipse.sonatype.org/update-dev/

Just Import the project as a Maven Project, select the directory that contains the pom.xml and the IDE will configure everything for you from the information stored in the pom.

With NetBeans it should be equally easy, I think they have Maven support directly integrated.
__________________
Reply With Quote