Open muskacirca opened 11 years ago
Same issue here, I use remoting plugin but it is not bundled in the war
Same issue here too. Except Tomcat Plugin all other plugins like Resources Plugin, Hibernate plugin, Scaffolding, cache are missing. Hope 2.3.3 plugin resolves this issue.
We are trying to build our grails 2.3.0 project with maven but we can't manage to get plugins resources and classes in the generated war file.
Steps to reproduce:
What we observed is:
In both mode, plugins files are not included into the war
When doing grails war however, build files are not directly under target folder but under target/work/ and the war file does correctly contains the plugins files.
For information: we have tested it under maven 2 and maven 3 and JDK 7.