- Upped the project version to 1.2-SNAPSHOT - Documented new properties - Added changes record for this release git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113245 13f79535-47bb-0310-9956-ffa450edef68
18 lines
666 B
Properties
18 lines
666 B
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.
|
|
# -------------------------------------------------------------------
|
|
|
|
# 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.site.tar.executable=tar
|
|
maven.site.gunzip.executable=gunzip
|
|
|
|
maven.username=USERNAME_NOT_SET
|
|
|