project.properties 914 B

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