gradle-gaelyk-plugin icon indicating copy to clipboard operation
gradle-gaelyk-plugin copied to clipboard

When in RAD mode, jar files should *not* be copied into src/main/webapp/WEB-INF/lib folder

Open codeconsole opened this issue 12 years ago • 2 comments

If we are just using gradle gaeRun

Why are all the jar files placed in the src/main/webapp/WEB-INF/lib folder? Why do they even need to be there?

the mvn gae:run plugin does not do this?

gradle compile does not do this? Is it not possible to use the gradle classpath when running gaeRun while not having to resolve all the jar files into the source tree?

codeconsole avatar Sep 19 '12 00:09 codeconsole