[
https://issues.apache.org/jira/browse/WINK-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Dillon updated WINK-5:
----------------------------
Component/s: Build
Fix Version/s: 0.1
> 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
> Components: Build
> Environment: Windows
> Reporter: Bryant Luk
> Priority: Minor
> Fix For: 0.1
>
>
> 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.