Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kura-dev] Building the web2 branch?

Hi,

Is there any special trick required to build the new Web UI in web2 branch?

When running "mvn -Dmaven.test.skip=true -f pom_pom.xml -Pweb clean install"  I get the following compilation error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project org.eclipse.kura.web2: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]

The org.eclipse.kura.web2 project does not seem to contain a web.xml file in the first place, which sounds weird?

Thanks!
Benjamin -

Back to the top