From 9db9d8ed2e42aab1c3340d239627702000932d2d 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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index 295ad9a..93a50ae 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -28,5 +28,23 @@ HBase - Checkstyle Module to hold Checkstyle properties for HBase. + + + + org.apache.maven.plugins + maven-site-plugin + + true + + + + + maven-assembly-plugin + + true + + + + \ No newline at end of file -- 2.1.1