Make maven -DpluginSite=y site work

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-10-27 23:52:38 +00:00
parent 02d8054cdb
commit 02cf0031a7

View File

@ -6,4 +6,5 @@ maven.xdoc.version=${pom.currentVersion}
maven.license.licenseFile=${basedir}/../../../LICENSE.txt maven.license.licenseFile=${basedir}/../../../LICENSE.txt
maven.checkstyle.header.file=${basedir}/../../../LICENSE.txt maven.checkstyle.header.file=${basedir}/../../../LICENSE.txt
maven.checkstyle.format = turbine maven.checkstyle.format = turbine
maven.checkstyle.properties = ${basedir}/../../../checkstyle.xml
maven.junit.fork=true maven.junit.fork=true