You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Reto Bachmann-Gmuer <re...@apache.org> on 2009/12/14 12:15:49 UTC

wadl documenation / jersey doclets

http://svn.apache.org/repos/asf/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.webapp.parent/org.apache.clerezza.platform.menumanager/pom.xmlis
using jersey doclets and maven plugins to generate a wadl
documentation,
it would be nice to have this in use for all webapplication and be
configured in the webapps parent.

The issues are:
- Jersey is dual-licensed under the CDDL/GPL: as we are just using it during
build I don't think this is problem
- Jersey is not in the central maven repository but only on
http://download.java.net/maven/2/com/sun/jersey/contribs/wadl-resourcedoc-doclet/

The second issue prevents us from pusheing a clerezza release to the central
maven repository.

Any suggestion on how to deal with this? Any other apache project generating
WADL documentation known?

Cheers,
reto