From 02d8054cdb020ecfc88c0a2be90a0e2a79ccde36 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 27 Oct 2003 23:43:09 +0000 Subject: [PATCH] Make maven -DpluginSite=y site work git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114239 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/artifact/project.properties b/artifact/project.properties index d3d5d12f..fa279645 100644 --- a/artifact/project.properties +++ b/artifact/project.properties @@ -6,3 +6,4 @@ maven.xdoc.version=${pom.currentVersion} maven.license.licenseFile=${basedir}/../../../LICENSE.txt maven.checkstyle.header.file=${basedir}/../../../LICENSE.txt maven.checkstyle.format = turbine +maven.checkstyle.properties = ${basedir}/../../../checkstyle.xml