I imported some Eclipse projects and one is randomly got a Gr and the other a G on the icon for the project in the Navigator in Eclipse. If I right click on the project I see that I can configure these projects to Maven or Grails or Faceted Form. I want to remove these configurations entirely so that my Eclipse matches my coworker's Eclipse. We cannot figure out how to do this, any help?
Asked
Active
Viewed 2,933 times
0
-
1Did you tried removing the facets? – Santosh Gokak May 20 '14 at 15:15
-
1Do you want to change the *project* to no longer be a maven/groovy/etc project, or do you mean you want to make your version of eclipse no longer support projects of that type? – azurefrog May 20 '14 at 15:15
-
Removing the project facets and digging around the right click menu some more fixed it. For Groovy I could remove the "Groovy Nature". For Gradle I had to remove the facet. – smuggledPancakes May 20 '14 at 15:35
-
Did you used ```gradle cleanEclipse eclipse``` to setup the Eclipse project? – Andreas Schmid Jan 02 '15 at 10:38