Repository: hbase Updated Branches: refs/heads/branch-1 4485ba1ea -> f94423ee8
HBASE-12294 Fix site generation Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f94423ee Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f94423ee Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f94423ee Branch: refs/heads/branch-1 Commit: f94423ee881915da580a10ec6d9034c48814fd8b Parents: 4485ba1 Author: Elliott Clark <ecl...@apache.org> Authored: Mon Oct 20 10:58:25 2014 -0700 Committer: Elliott Clark <ecl...@apache.org> Committed: Mon Oct 20 17:06:45 2014 -0700 ---------------------------------------------------------------------- hbase-checkstyle/pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/f94423ee/hbase-checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index 4006ce0..2a6eff4 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -28,5 +28,22 @@ <name>HBase - Checkstyle</name> <description>Module to hold Checkstyle properties for HBase.</description> - +<build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> + <!--Make it so assembly:single does nothing in here--> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <skipAssembly>true</skipAssembly> + </configuration> + </plugin> + </plugins> +</build> </project>