git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
29 lines
1.1 KiB
Properties
29 lines
1.1 KiB
Properties
# -------------------------------------------------------------------
|
|
# D E F A U L T M A V E N P R O P E R T I E S
|
|
# -------------------------------------------------------------------
|
|
# These are the properties that we believe are immutable so we
|
|
# keep them apart from the project specific properties.
|
|
# -------------------------------------------------------------------
|
|
|
|
maven.src.dir = ${basedir}/src
|
|
maven.conf.dir = ${basedir}/conf
|
|
maven.build.dir = ${basedir}/target
|
|
maven.build.src = ${maven.build.dir}/src
|
|
maven.build.dest = ${maven.build.dir}/classes
|
|
|
|
maven.final.name = ${pom.id}-${pom.currentVersion}
|
|
maven.final.dir = ${basedir}/${maven.final.name}
|
|
|
|
# set maven.site.deploy.method to 'fs' if you want to COPY the site
|
|
# instead of SSH'ing it to the webserver (pom.siteDirectory is used
|
|
# to copy the site to
|
|
maven.site.deploy.method=ssh
|
|
|
|
maven.username=USERNAME_NOT_SET
|
|
|
|
#
|
|
# FIXME: This is a copy of maven.docs.dest, as there is a dependency
|
|
# issue where plugins dont get access to other plugins properties
|
|
# from the context
|
|
#
|
|
maven.docs.dest = ${maven.build.dir}/docs |