Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I must confess I am a fan of maven and also like the concept of Groovy on Grails very much and would like to use both in my next project.
However, the current grails project directory layout (as generated by grails create-app) is not very compatible with a typical maven project.
Will you consider supporting this layout - either by using maven project structure by default or having an option to create-app to generate maven compatible structure?
Hi Brian,
I appreciate there are many Maven fans out there, but to be honest I'm not one of them
The only feature I would likely be interested in from Maven is the dependency resolution via downloading from ibiblio, but even then i would probably choose Ivy instead.
Having said that the Grails build file (located at %GRAILS_HOME%\src\grails\build.xml) is just an ant build so if you want to contribute a mavenised equivalent please feel free.
Graeme