Details
Description
"grails create-service com.example.SomethingService" currently creates "SomethingServiceService.groovy" but it should have created "SomethingService.groovy".
Since the community has started to use packages consistently this has become more of an issue.
Issue Links
- relates to
-
GRAILS-6606
create-integration-test and create-unit-test fail with MissingPropertyException
-
The patch is directly from my github repository.
http://github.com/ColinHarrington/grails-core/commit/620dc24f1f66b3c63cd62c5fc4fefc0f8206933e
http://github.com/ColinHarrington/grails-core/commits/RemoveRedundantArtefactSuffixesSquashed
I tested my purgeRedundantArtifactSuffix closure: http://groovyconsole.appspot.com/script/143001