project.properties 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # $Id$
  2. # Values in this file will be overriden by any values with the same name
  3. # in the user-created build.properties file.
  4. # Compile settings
  5. maven.compile.debug=on
  6. maven.compile.target=1.3
  7. maven.compile.source=1.3
  8. # Add this to a build.properties file
  9. #maven.username=your_sourceforge_username
  10. # If you'd like to have generated JARs signed, add these to build.properties
  11. #signature.alias=
  12. #signature.storepass=
  13. #signature.keystore=
  14. maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.springframework.org/docs/api/
  15. maven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.net/maven
  16. # Site generation properties
  17. maven.xdoc.date = left
  18. maven.xdoc.version = ${pom.currentVersion}
  19. maven.xdoc.distributionUrl=http://sourceforge.net/project/showfiles.php?group_id=104215
  20. #maven.xdoc.distributionUrl=http://acegisecurity.sourceforge.net/maven/acegisecurity/jars
  21. maven.html2xdoc.enabled=true
  22. # Deploying site
  23. maven.remote.group=acegisecurity
  24. maven.site.deploy.method=ssh
  25. # Repository to deploy to
  26. maven.repo.list=acegi
  27. maven.repo.acegi=sftp://shell.sourceforge.net
  28. maven.repo.acegi.directory=/home/groups/a/ac/acegisecurity/htdocs/maven
  29. maven.repo.acegi.group=acegisecurity
  30. # These must be set elsewhere
  31. # Useful background: http://jira.codehaus.org/secure/attachment/13459/site-deployment.xml
  32. # List of applicable properties: http://maven.apache.org/reference/plugins/artifact/properties.html
  33. #maven.repo.acegi.username=
  34. #maven.repo.acegi.privatekey=
  35. #maven.repo.acegi.passphrase=
  36. #maven.ssh.executable=
  37. #maven.scp.executable=
  38. # clover-ant.jar overriding as maven-clover-plugin-1.6 uses clover-ant-1.3_01
  39. # which gives an "Invalid license: Invalid license file [E1202]"
  40. maven.jar.override=on
  41. #maven.jar.clover-ant=1.3.3_01
  42. maven.clover.excludes=**/*Exception.java
  43. maven.clover.context.statement.names=nolog
  44. maven.clover.context.statement.regexps=^if \(logger.*\).*}
  45. # Clover open source license for Acegi Security (kindly provided by Cenqua)
  46. maven.clover.license.path=${rootdir}/lib/clover/clover.license
  47. # License plugin settings
  48. maven.license.licenseFile=${rootdir}/LICENSE.txt
  49. # multiproject
  50. maven.multiproject.basedir=${rootdir}
  51. maven.multiproject.includes=core/project.xml,adapters/*/project.xml,samples/*/project.xml,domain/project.xml
  52. # multichanges
  53. maven.multichanges.basedir=${maven.multiproject.basedir}
  54. maven.multichanges.includes=${maven.multiproject.includes}
  55. # dashboard
  56. maven.dashboard.basedir=${maven.multiproject.basedir}
  57. maven.dashboard.includes=${maven.multiproject.includes}
  58. maven.dashboard.aggregators = cserrors,cswarnings,clovertpc,cloverloc,cloverncloc,junittests,junitfailures,juniterrors,junitpassrate,simiantdl
  59. maven.dashboard.rungoals=false
  60. maven.dashboard.runreactor=false
  61. maven.multiproject.site.goals=site,dashboard:report-single
  62. # needed to get clover reports running dashboard-single
  63. maven.clover.report.xml=true