views:

52

answers:

2

If I open my application in both eclipse and netbeans (having created the file layout using maven), will both eclipse and netbeans create their own project file?

I know netbeans has an option of opening an existing project, but not sure if it will add files to my project?

+1  A: 

As far as NetBeans is concerned, it has seamless interoperability with Maven, and it recognises Maven projects out of the box.

In our environment, few developers are biased towards Eclipse. So, we let them stick with Eclipse. Our projects are all Maven based, and there is no problem in opening those in Eclipse or NetBeans.

Even if you find that they created some files, don't check-in those files in your repo.

Adeel Ansari
yeah I guess you can just create excludes in SVN/GIT and be done with it! what IDE do you use if not eclipse?
mrblah
NetBeans[15 chars]
Adeel Ansari
+2  A: 

If I open my application in both eclipse and netbeans (having created the file layout using maven), will both eclipse and netbeans create their own project file?

They will do what they require to do. Why bother anyway?

I know netbeans has an option of opening an existing project, but not sure if it will add files to my project?

No, it won't but... Why the hell don't you just try? I seriously don't get it.

Pascal Thivent
I wish I could upvote you 1,000 times, Pascal.
delfuego