Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.2-M4
-
Fix Version/s: None
-
Component/s: Plugins
-
Labels:None
Description
pluginExcludes is currently only used in package-plugin. pluginExcludes should also be supported with in-place plugins that are included with grails.project.plugins.dir or grails.plugin.location.'pluginname' setting.
Currently we have tests and configuration in the plugin project to run unit and integration tests for the plugin alone. When we include the plugin to some other project by using the grails.project.plugins.dir or grails.plugin.location.'pluginname' setting, the pluginExcludes are ignored.
This is the pluginExcludes setting we are using:
def pluginExcludes = [
"grails-app/views/error.gsp", "grails-app/conf/spring/*", "grails-app/conf/*"
]
Issue Links
- is duplicated by
-
GRAILS-7466
In-line plugins does not handle 'pluginExcludes'. Test domain classes can collide with other inline plugins
-
- is related to
-
GRAILS-5839
Duplicate resources when using in-place plugins and building a project's war file
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits