property from the xdoc plugin. These have been updated to use the new method of accessing properties in other plugins. While cleaning this up, I also noticed a handful of other repetitive properties in plugin.properties files, which I also removed/cleaned. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112744 13f79535-47bb-0310-9956-ffa450edef68
15 lines
599 B
Properties
15 lines
599 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.username=USERNAME_NOT_SET
|
|
|