Do our SwitchYard (especially 2.0.0.Final) maven artifacts have available JavaDoc and source counterparts available anywhere? I have my Maven configuration setup to access the http://maven.repository.redhat.com/techpreview/all/ repository, but in Eclipse, if I go to any of my SwitchYard Maven dependencies (e.g. switchyard-api-2.0.0.Final) and say "download javadoc" or "download source" I can't find those bundles.
Right now I'm trying to get my first real SwitchYard project going, so I'm on that "steepest learning curve" point, and I'm having a hard time understanding the subtleties of SwitchYard's primary classes. (Exchange, Message, etc.) I tried to download the SwitchYard source and generate the JavaDocs manually, and got a number of errors. Fortunately, the build process did create a partial JavaDoc directory, so I'm able to hack-up access to the partial build directory, but I figure it would be good to ask in case the proper JavaDoc .jar files are accessible somewhere and I'm just missing something.
Cheers,
Murray Williams