diff --git a/jellydoc/plugin.jelly b/jellydoc/plugin.jelly index 7a2591a0..ac5cfb4b 100644 --- a/jellydoc/plugin.jelly +++ b/jellydoc/plugin.jelly @@ -56,10 +56,10 @@ - Source directory is ${basedir}/${pom.build.sourceDirectory} + Source directory is ${pom.build.sourceDirectory} 3 maven-jellydoc-plugin Maven JellyDoc Plug-in - 1.0 + 1.1-SNAPSHOT jakarta @@ -27,6 +27,15 @@ Java Developer + + dIon Gillard + dion + dion@apache.org + Apache Software Foundation + + Java Developer + + diff --git a/jellydoc/xdocs/changes.xml b/jellydoc/xdocs/changes.xml new file mode 100644 index 00000000..dafd2ec1 --- /dev/null +++ b/jellydoc/xdocs/changes.xml @@ -0,0 +1,21 @@ + + + + Changes + dIon Gillard + Kurt Schrader + + + + + + + Change use of pom.build.sourceDirectory to not include the basedir. This must be placed in the pom + if a ${basedir} prefix is required. + + + + + + + \ No newline at end of file