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
I have a Grails 2.0.3 project with maven.
I found an interesting phenomenon that this plugin (I guess, as I didn't find the cause) might copy other jar files to WEB-INF/lib after mvn package done.
For those machines which didn't config grails, the might happens.
For those machines which configs grails 2.0.3, this doesn't happen.
So I come to ask if this plugin has logic to check env variable like GRAILS_HOME?
The issue I encountered that when I tried to do maven install, it introduced two versions of slf4j, which leads to deployment error.
The text was updated successfully, but these errors were encountered:
I have a Grails 2.0.3 project with maven.
I found an interesting phenomenon that this plugin (I guess, as I didn't find the cause) might copy other jar files to WEB-INF/lib after mvn package done.
For those machines which didn't config grails, the might happens.
For those machines which configs grails 2.0.3, this doesn't happen.
So I come to ask if this plugin has logic to check env variable like GRAILS_HOME?
The issue I encountered that when I tried to do maven install, it introduced two versions of slf4j, which leads to deployment error.
The text was updated successfully, but these errors were encountered: