jamesfredley commented on code in PR #15012: URL: https://github.com/apache/grails-core/pull/15012#discussion_r2301306152
########## grails-doc/src/en/guide/plugins/understandingPluginLoadOrder.adoc: ########## @@ -99,23 +99,14 @@ It's not only plugin load order that you can control. You can also specify which [source,groovy] ---- def environments = ['development', 'test', 'myCustomEnv'] -def scopes = [excludes:'war'] ---- -In this example, the plugin will only load in the 'development' and 'test' environments. Nor will it be packaged into the WAR file, because it's excluded from the 'war' phase. This allows `development-only` plugins to not be packaged for production use. +In this example, the plugin will only load in the 'development' and 'test' environments. Review Comment: You are correct, the historical docs did not have that for some reason. Adding it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
