[Clirr-devel] CVS: clirr project.properties,1.3,1.4
Status: Alpha
Brought to you by:
lkuehne
From: Lars K?h. <lk...@us...> - 2003-09-28 06:18:57
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1:/tmp/cvs-serv31541 Modified Files: project.properties Log Message: try to hide irrelevant stuff from navbar include javadoc overview page Index: project.properties =================================================================== RCS file: /cvsroot/clirr/clirr/project.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.properties 20 Sep 2003 13:06:00 -0000 1.3 +++ project.properties 28 Sep 2003 05:15:05 -0000 1.4 @@ -4,3 +4,13 @@ maven.checkstyle.properties=${basedir}/conf/clirr_checks.xml maven.checkstyle.header.file=${basedir}/conf/javaheader.txt maven.checkstyle.fail.on.violation=true + +# include api overview page, will work only with Maven version > 1.0-rc1 +maven.javadoc.overview=${pom.build.sourceDirectory}/net/sf/clirr/overview.html + +# hide irrelevant stuff from the nav bar +maven.xdoc.poweredby.image= +# TODO: this still shows a nonsense link. I think that's a bug in Maven - will contact maven-user +maven.xdoc.developmentProcessUrl= + + |