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 - make webservices api stable and not ant dependant
Summary: make webservices api stable and not ant dependant
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 4 votes (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks: 54482 89008
  Show dependency tree
 
Reported: 2006-11-09 13:42 UTC by Milos Kleint
Modified: 2009-06-08 09:35 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.