MathewManu / MovieMon

A Rest based java web application that manages all the information about user’s movies
0 stars 0 forks source link

web.xml is not getting bundled #3

Closed MathewManu closed 8 years ago

MathewManu commented 8 years ago

web.xml is not getting bundled when executing gradle war. Needs to copy manually now.

anushyakkutty commented 8 years ago

Moved web.xml into the default directory src/main/java/webapp folder where gradle will be expecting the file.

MathewManu commented 8 years ago

cool !