Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Grails-Webtest 1.1.5.1
-
Fix Version/s: Grails-Webtest 2.0
-
Component/s: None
-
Labels:None
Description
if you deploy grails with grails war then the webtest plugin will be involved in the deployment and webtest classes find there way into the WAR-file.
please add *def scopes = [excludes:'war']* to the file WebtestGrailsPlugin.groovy
perhaps there is a better way to avoid having webtest in your jar. i am not very familiar with the plugin scope thing.
Thanks for the report, I'll look into the scopes behaviour