I have a plugin that i have created, and in that plugin i have a TestDomain domain class which is just used in an integration test. How can i exlude TestDomain from being exported to grails projects using my plugin?
Add it to the pluginExcludes list:
def pluginExcludes = [
'grails-app/domain/com/foo/TestDomain'
]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With