From f94423ee881915da580a10ec6d9034c48814fd8b Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Mon, 20 Oct 2014 10:58:25 -0700 Subject: [PATCH] HBASE-12294 Fix site generation --- hbase-checkstyle/pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index 4006ce0aba4..2a6eff4d45b 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -28,5 +28,22 @@ HBase - Checkstyle Module to hold Checkstyle properties for HBase. - + + + + org.apache.maven.plugins + maven-site-plugin + + true + + + + + maven-assembly-plugin + + true + + + +