Please also update: `websvc.metro.lib/src/org/netbeans/modules/websvc/metro/lib/metro.xml`. That file declares the library in netbeans (Tools -> Library). The javadoc files need to be added to the javadoc volumne (see line 39 for the reference to the metro doc). As the binaries are not versioned, I would also drop the version from the java docs.
When you update `metro.xml` I would also udate the maven dependencies to: ``` org.glassfish.metro:webservices-api:2.3.1 org.glassfish.metro:webservices-extra:2.3.1 org.glassfish.metro:webservices-extra-api:2.3.1 org.glassfish.metro:webservices-rt:2.3.1 org.glassfish.metro:webservices-tools:2.3.1 ``` [ Full content available at: https://github.com/apache/incubator-netbeans/pull/775 ] This message was relayed via gitbox.apache.org for [email protected]
