2
0

project.properties 841 B

123456789101112131415161718
  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.stylesheets.dir=${maven.build.dir}/docbook-xsl-1.66.1
  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