Open GoogleCodeExporter opened 9 years ago
I am hesitant to do this for 2 reasons:
1. It isn't the standard maven way to do things.
2. I use groovy and java files in my project which go in the src/main/java or
src/main/groovy folder and unit tests that go in the src/test/* folder.
However, I do plan on releasing a more elaborate plugin with the groovy plugin
installed to compile the groovy classes. At that point, we could simplify this
template. Right now you can create a java folder and those classes will be
compiled and made available to the Gaelyk application.
Original comment by scottlan...@msn.com
on 12 Aug 2010 at 1:53
You can still use src/* for other things. But it's really a choice between the
standard Maven way or the standard gaelyk/grails way. I prefer the later, but
understand you might want to go with the Maven default. At the very least
making the above pom.xml change should be supported and documented.
Original comment by msgilli...@gmail.com
on 12 Aug 2010 at 4:26
Original issue reported on code.google.com by
msgilli...@gmail.com
on 31 May 2010 at 10:41