Small console pom change
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/c980c8b9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/c980c8b9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/c980c8b9 Branch: refs/heads/master Commit: c980c8b9fa8fe818189c7853ae6479ae3bc47a2d Parents: a560afc Author: Chris Rohr <[email protected]> Authored: Wed Jul 16 07:17:11 2014 -0400 Committer: Chris Rohr <[email protected]> Committed: Wed Jul 16 07:17:11 2014 -0400 ---------------------------------------------------------------------- blur-console/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c980c8b9/blur-console/pom.xml ---------------------------------------------------------------------- diff --git a/blur-console/pom.xml b/blur-console/pom.xml index 920eaa8..d25baae 100644 --- a/blur-console/pom.xml +++ b/blur-console/pom.xml @@ -134,6 +134,11 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.3</version> + </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration>
