3 Commits

Author SHA1 Message Date
dion
6ebdcb7b31 Remove ${basedir} from pom.build.sourceDirectory
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113551 13f79535-47bb-0310-9956-ffa450edef68
2003-06-29 17:59:33 +00:00
dion
c1f8e6ea06 jakarta.apache.org/turbine/maven -> maven.apache.org/
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113144 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 05:54:20 +00:00
jstrachan
46d3cf7bfd An early implementation of a jellydoc plugin.
The idea behind this plugin is to generate javadoc-like documentation for Jelly tags. Now there are various projects which define their own library (or libraries) of Jelly tags. So this code which used to reside inside the Jelly build has now been refactored into a Maven plugin.

To add it to your build just add this to your maven.xml

<preGoal name="site">
    <attainGoal name="jellydoc"/>
</preGoal>

Its still fairly simple and basic right now. Its using a doclet (rather than xdoclet or qdox) and doesn't handle DynaTag implementations very well - so I'm sure we can improve this over time. However for now this might help other projects (like Maven itself as well as other projects like Latka, Drools, Werkflow etc) create auto-generated documentation for their tags.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112852 13f79535-47bb-0310-9956-ffa450edef68
2003-02-07 12:10:44 +00:00