Request for integrating #229220 - Cannot run project with web service client
Martin Janicek <[email protected]> Mon, 20 May 2013 15:17:46 +0200
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Bug link: https://netbeans.org/bugzilla/show_bug.cgi?id=229220 Description of the bug: It's not possible to run Maven Web project with web service client. It shows up that the problem [1] were in maven-jaxws-plugin and thus the patch contains only update of the version from old 2.2 to a newer 2.2.1 version. Impact assessment: This might impact on everyone who is going to try new Java EE 7 support inside Maven projects together with web services. Risk assessment: Changeset is only increasing the version of the maven-jaxws-plugin used in pom.xml. IMHO there is absolutely no risk. Fix: http://hg.netbeans.org/web-main/rev/01a496fa0281 The fix was written by mjanicek, reviewed by mfousek and verifed by jskrivanek. Thanks for the review, Martin J. [1] https://java.net/jira/browse/JAX_WS_COMMONS-95