git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@170203 13f79535-47bb-0310-9956-ffa450edef68
84 lines
3.1 KiB
Properties
84 lines
3.1 KiB
Properties
# -------------------------------------------------------------------
|
|
# Copyright 2001-2004 The Apache Software Foundation.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
# -------------------------------------------------------------------
|
|
|
|
#====================================================================
|
|
# WARNING: All these properties are inherited by the plugin projects
|
|
#====================================================================
|
|
|
|
# TODO: remove cvs repository, just there for SNAPSHOTs
|
|
maven.repo.remote = http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
|
|
|
|
# Display the date on the Maven web site
|
|
maven.xdoc.date = left
|
|
maven.xdoc.date.format = dd MMMM yyyy HH:mm z
|
|
maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
|
|
|
|
# Checkstyle plugin settings
|
|
maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
|
|
maven.checkstyle.properties = ${basedir}/../checkstyle.xml
|
|
|
|
# License plugin settings
|
|
maven.license.licenseFile=${basedir}/../LICENSE.txt
|
|
|
|
# Force artifact deployment. You must setup your environment appropriately
|
|
maven.artifact.legacy=false
|
|
|
|
# Announcement plugin properties
|
|
maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
|
|
maven.announcement.mail.to = users@maven.apache.org,dev@maven.apache.org
|
|
|
|
# Changes issue template
|
|
maven.changes.issue.template = %URL%/%ISSUE%
|
|
|
|
# Repository to deploy to
|
|
maven.repo.list=apachecvs
|
|
|
|
maven.repo.apache=scp://${pom.distributionSite}
|
|
maven.repo.apache.directory=${pom.distributionDirectory}
|
|
maven.repo.apache.group=maven
|
|
# These must be set elsewhere
|
|
#maven.repo.apache.username=
|
|
#maven.repo.apache.privatekey=
|
|
#maven.repo.apache.passphrase=
|
|
|
|
# Repository to deploy snapshots
|
|
maven.repo.apachecvs=scp://cvs.apache.org
|
|
maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
|
|
maven.repo.apachecvs.username=${maven.repo.apache.username}
|
|
maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
|
|
maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
|
|
maven.repo.apachecvs.group=maven
|
|
|
|
maven.multiproject.type=plugin
|
|
|
|
# We are targetting the 1.3 JVM and above
|
|
maven.compile.target=1.3
|
|
maven.compile.source=1.3
|
|
|
|
# TODO: should not be necessary
|
|
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
|
|
|
|
# TODO: derive from SCM URL
|
|
maven.scm.svn.tag.base=https://svn.apache.org/repos/asf/maven/maven-1/plugins/tags
|
|
|
|
|
|
maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
|
|
|
|
maven.site.stage.address=people.apache.org
|
|
maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
|
|
maven.site.deploy.method=rsync
|
|
|