Very very basic question.
Is there a way to specify the package (when doing shiro-quick-start) where to place ShiroUser and ShiroRole classes at?
By default they are placed at grails-app/domain/ and I want them at /grails-app/domain/com/bla/bla.
Netbeans’ refactoring tool is useless when trying to move those classes.
Thanks.
Well it doesn’t seem possible to have it out of the box.
You might have a temporary solution that consists in:
MyProject/.. Then modifyBuildConfig.groovyfile and addgrails.plugin.location.'shiro' = "shiro"_ShiroInternal.groovyscript fromshiro/scriptsfolder and especially line having codedef artefactPath = "grails-app/domain". Here you can append aargsMap['package']if it was specified by user command parameters