This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 89016

Summary: make webservices api stable and not ant dependant
Product: webservices Reporter: Milos Kleint <mkleint>
Component: CodeAssignee: issues@webservices <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 54482, 89008    

Description Milos Kleint 2006-11-09 13:42:22 UTC
please consider making webservice and webservice client api stable and  make it
build tool independent so that maven projects can also provide webservice
related functionality.
Comment 1 rdelaplante 2007-10-08 21:19:44 UTC
There is now a JAX-WS maven plugin. 

https://jax-ws-commons.dev.java.net/jaxws-maven-plugin/

Lets get this integrated into the Maven IDE plugins for NetBeans 6.  When working with the web service features in
NetBeans, I don't want to know that Maven is under the hood.  I want it to feel just like using a regular NetBeans project.

Comment 2 rdelaplante 2007-10-08 21:31:19 UTC
I found this post in the metro-users mailing list:

jaxws-maven-plugin uses wrong default config for generated-sources
http://www.nabble.com/jaxws-maven-plugin-uses-wrong-default-config-for-generated-sources-t4324131.html
Comment 3 Milan Kuchtiak 2009-06-08 09:35:19 UTC
I consider this task completed. There is a websvc.projectapi that is "build tool independent".
the Maven JAX-WS Support is based on this API.