Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
GMaven should be able to add the correct Groovy-Eclipse project nature when configuring Eclipse support.
The nature id is:
org.eclipse.jdt.groovy.core.groovyNature
It is possible to do this by explicitly including the nature id in the pom.xml, but that is confusing and redundant:
http://maven.apache.org/plugins/maven-eclipse-plugin/examples/provide-project-natures-and-build-commands.html
See AspectJ/AJDT support for an example of how to do this:
http://maven.apache.org/plugins/maven-eclipse-plugin/examples/ajdt-projects.html
Activity
Jason Dillon
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Won't Fix [ 2 ] |
GMaven has nothing to do with Eclipse natures. I'm down to support it, but ideally a patch would be in order... I use IDEA