spring-security/project.properties

81 lines
2.9 KiB
Properties
Raw Normal View History

2004-12-24 05:47:14 +00:00
# $Id$
2004-03-16 23:57:17 +00:00
# Values in this file will be overriden by any values with the same name
# in the user-created build.properties file.
2004-12-23 00:14:14 +00:00
# Compile settings
maven.compile.debug=on
maven.compile.target=1.3
maven.compile.source=1.3
2004-03-16 23:57:17 +00:00
2004-11-08 22:31:59 +00:00
# Add this to a build.properties file
#maven.username=your_sourceforge_username
2004-12-24 05:47:14 +00:00
# If you'd like to have generated JARs signed, add these to build.properties
#signature.alias=
#signature.storepass=
#signature.keystore=
2005-03-07 04:29:18 +00:00
maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.springframework.org/docs/api/
2005-01-01 01:57:14 +00:00
maven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.net/maven
2004-10-30 17:10:45 +00:00
# Site generation properties
maven.xdoc.date = left
maven.xdoc.version = ${pom.currentVersion}
2004-11-20 22:07:35 +00: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 16:54:50 +00:00
maven.html2xdoc.enabled=true
2004-11-19 23:35:24 +00: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-23 00:14:14 +00:00
maven.repo.acegi.directory=/home/groups/a/ac/acegisecurity/htdocs/maven
maven.repo.acegi.group=acegisecurity
2004-12-24 05:47:14 +00:00
2004-11-19 23:35:24 +00:00
# These must be set elsewhere
2004-12-23 00:14:14 +00:00
# Useful background: http://jira.codehaus.org/secure/attachment/13459/site-deployment.xml
# List of applicable properties: http://maven.apache.org/reference/plugins/artifact/properties.html
2004-11-19 23:35:24 +00:00
#maven.repo.acegi.username=
#maven.repo.acegi.privatekey=
#maven.repo.acegi.passphrase=
#maven.ssh.executable=
#maven.scp.executable=
2004-11-19 23:35:24 +00: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
#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.*\).*}
# Clover open source license for Acegi Security (kindly provided by Cenqua)
2004-12-06 22:37:26 +00:00
maven.clover.license.path=${rootdir}/lib/clover/clover.license
2004-11-19 23:35:24 +00: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,domain/project.xml,core-tiger/project.xml
2004-11-19 23:35:24 +00:00
# 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 15:32:48 +00: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 23:35:24 +00:00
maven.multiproject.site.goals=site,dashboard:report-single
# needed to get clover reports running dashboard-single
maven.clover.report.xml=true