Description
For some reason in the wink-examples/ext/WebDAV/pom.xml , I need to remove the <type>war</type> to get things to compile. Since I don't understand why this fixes the issue, I'll open a JIRA for now.
To get the WebDAV project to fully compile in my Eclipse m2eclipse plugin enabled environment (and in my command line env), I need that dependency to be like:
<dependency>
<groupId>org.apache.wink.example</groupId>
<artifactId>QADefect</artifactId>
<version>${project.version}</version>
</dependency>
Using the latest version of Maven I believe.