I am getting the
Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
I have got web.xml in right place which is projectname\src\main\webapp\WEB-INF\web.xml
Thanks.
|
I am getting the
I have got Thanks. |
|||||
|
|
It would be helpful if you can provide a code snippet of your maven-war-plugin. Looks like the web.xml is at right place, still you can try and give the location explicitly
|
|||
|
It works perfectly for me too.
|
||||
|
|
It does look like you have web.xml in the right location, but even so, this error is often caused by the directory structure not matching what Maven expects to see. For example, if you start out with an Eclipse webapp that you are trying to build with Maven. If that is the issue, a quick fix is to create a Here is an overview of the maven directory layout: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html |
||||
|
|
|
The value of my webXml tag needed to look like this in order to work:
|
|||
|
|
|
Make sure pom.xml is placed properly in Project folder. and not inside target folder or any where else. Looks like pom.xml is not relatively aligned. |
|||
|
|