Hello all,

I am a Java developer and new to Gradle / Groovy. I am very excited to
explore this new world :)
I intend to use Gradle to build several applications. I use to create my Web
Apps using Eclipse so it have the following layout:

src                                          // Java source code and
resources
WebContent                             // root of Web App
WebContent/WEB-INF/classes  // compiled classes and resources (from src)
WebContent/WEB-INF/lib          // libraries needed at runtime

I tried to read the war plugin documentation but I am still confused about
how to configure it.
So I need some help to customize the directory tree as above

Regards,

Jefferson

Reply via email to