Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
Description
Grails provides the grails.war.dependencies configuration option to control with dependency JAR files get included in the WAR file, but this option does not cover Grails JAR files themselves. This patch adds a new option, grails.war.excludeGrails, which, when set to true, prevents Grails JAR files to be included in the resulting WAR deployment file.
Fixed since r7496.