From 4adf9462c4604ac121dbd207b1a042499ebc732b Mon Sep 17 00:00:00 2001 From: Steven Caswell Date: Sun, 22 May 2005 02:55:34 +0000 Subject: [PATCH] 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 --- project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/project.properties b/project.properties index 54d9d29cd..84da189d7 100644 --- a/project.properties +++ b/project.properties @@ -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.