spring-security/project.properties

85 lines
3.1 KiB
Properties
Raw Normal View History

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=
2005-03-06 23:29:18 -05:00
maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.springframework.org/docs/api/
2005-12-14 17:08:59 -05:00
maven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.net/maven,http://svn.apache.org/repository/
2004-10-30 13:10:45 -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-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
# 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=
#maven.ssh.executable=
#maven.scp.executable=
2004-11-19 18:35:24 -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
#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 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,domain/project.xml,core-tiger/project.xml
2004-11-19 18:35:24 -05:00
# excluding the attributes project since the Commons Attributes plugin causes
# problems with java 5 source code compilation
maven.multiproject.excludes=samples/attributes/project.xml
2004-11-19 18:35:24 -05: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 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