You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
grails create-app test
grails create-pom com.mycompany
mvn install or mvn grails:war
What we observed is:
in non fork mode, plugins are not compiled at all and everything produced files are directly under target directory
in fork mode, plugins seems to be compiled, every produced files are also directly under target folder
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: