WebDAV QADefect pom.xml bug with QADefect war type dependency
-------------------------------------------------------------

                 Key: WINK-5
                 URL: https://issues.apache.org/jira/browse/WINK-5
             Project: Wink
          Issue Type: Bug
         Environment: Windows
            Reporter: Bryant Luk
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to