Hi, all I am trying to figure out the best workflow for working with Maven and Grails.
I want to be able to use dependency management, so I took a sample grails project and did
create-pom and then fired up my app using
mvn grails:run-app
which works great, and I most importantly I can add a dependency in my pom.
One issue is that changing code no longer dynamically reload, I need to restart maven. If I run
grails run-app, I get dependency errors.
Is there a recommended approach to dealing with grails/maven?
I want to be able to use dependency management, so I took a sample grails project and did
create-pom and then fired up my app using
mvn grails:run-app
which works great, and I most importantly I can add a dependency in my pom.
One issue is that changing code no longer dynamically reload, I need to restart maven. If I run
grails run-app, I get dependency errors.
Is there a recommended approach to dealing with grails/maven?