added maven.javadoc.overview to point the maven javadoc plugin to the overview.html - for some reason it wasn't being picked up without the property setting

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@171273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Caswell 2005-05-22 02:55:34 +00:00
parent 83152c4227
commit 4adf9462c4
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ maven.xdoc.poweredby.image=maven-feather.png
# The Sun Javadoc for versions prior to 1.3 are off-line.
maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
maven.javadoc.source=1.3
maven.javadoc.overview=./src/java/org/apache/commons/lang/overview.html
# This links to the current stable version. We could have LANG_CURRENT, but this
# is simpler to manage at the moment.