Skip to content

Eclipse has problem "failOnMissingWebXml" with fresh opened Project #16

@toschroe

Description

@toschroe

we've unpacked the zip
start Eclipse
Import Existing Maven Projects

and see the Error
"web.xml is missing and is set to true"
in pom.xml (Textedit mode) on line 7

a little Google search:
the problem is solved with adding the following plugin-sequence to pom.xml

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <version>2.2</version>
    <configuration>
        <failOnMissingWebXml>false</failOnMissingWebXml>
    </configuration>
</plugin>

Since Eclipse is from Vaadin the recommended platform and addressbook is a project for beginners, this issue is set.

Eclipse Java EE IDE for Web Developers
Version: Mars Release (4.5.0)
Buld id: 20150621-1200

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions