project.properties 777 B

123456789101112131415161718
  1. # sdocbook
  2. maven.sdocbook.src.dir=${basedir}/docbook
  3. maven.sdocbook.html.xsl=${maven.sdocbook.stylesheets.dir}/xhtml/acegi.xsl
  4. maven.sdocbook.fo.xsl=${maven.sdocbook.stylesheets.dir}/fo/acegi.xsl
  5. maven.sdocbook.htmlchunk.xsl=${maven.sdocbook.stylesheets.dir}/xhtml/acegi-chunk.xsl
  6. # statcvs, if you want a full, accurate history
  7. # (this downloads the *entire* CVS into target/statcvs, so it can take some time)
  8. #statcvs.history=true
  9. # ask statcvs to log parent directories (ie project root, as we're running from /doc)
  10. statcvs.log.options=..
  11. ####################### IMPORTANT STATCVS NOTE #######################
  12. Statcvs will always use the "developer" repository if it is defined. To enable
  13. end users to easily run the "site" goal, we do not define it in doc/project.xml