문제

I'm trying to put a directory called .ebextensions in the root of my WAR using maven. I need this directory to be in the top level directory of my war, in the same place where my META-INF directory is.

I've tried putting .ebextensions in my /src/main/resources directory, and then compiled using mvn install, but this directory is not put in the war.

Am I doing anything wrong?

The project is using google web toolkit, if that makes any difference, but its a normal maven project in every sense (uses a .pom file, requires mvn clean install for compiling, etc).

도움이 되었습니까?

해결책

You can put it in the root by putting it in "src/main/webapp"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top