Maven 2.1.1을 사용하여 WAR 패키지를 빌드 할 때 다음 경고 메시지가 표시됩니다.
[WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ig
nored
(webxml attribute is missing from war task, or ignoreWebxml attribute is specifi
ed as 'true')
그것을 제거하는 방법이 있습니까? 건축 과정에서 실패하지는 않지만 나는 그것을보고 싶지 않습니다.
<webXml>src/main/webapp/WEB-INF/web.xml</webXml>