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