maven-plugins/plugin-parent/project.properties
2004-11-06 02:42:43 +00:00

63 lines
2.4 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
#====================================================================
# 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=apache
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