Blur console site version of 3.3 doesn't work with the rest of the project's 2.7. We should take a task to upgrade to all of blur to 3.3 if it's needed.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/adbcee2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/adbcee2b Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/adbcee2b Branch: refs/heads/master Commit: adbcee2b99cb5477aebd27d34c3769a53814271b Parents: cc14ea6 Author: Aaron McCurry <[email protected]> Authored: Wed Jul 16 21:35:24 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Wed Jul 16 21:35:24 2014 -0400 ---------------------------------------------------------------------- blur-console/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/adbcee2b/blur-console/pom.xml ---------------------------------------------------------------------- diff --git a/blur-console/pom.xml b/blur-console/pom.xml index d25baae..920eaa8 100644 --- a/blur-console/pom.xml +++ b/blur-console/pom.xml @@ -134,11 +134,6 @@ </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>
