Repository: accumulo Updated Branches: refs/heads/master 7a0788b6f -> 437d46455
ACCUMULO-4630 Fix M2E Eclipse project builds Instruct M2E Eclipse plugin to ignore execution of exec:java for documentation builds. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3bcfe5ad Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3bcfe5ad Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3bcfe5ad Branch: refs/heads/master Commit: 3bcfe5ad16ade6d5f30af4963744d146af94ef8d Parents: 7a0788b Author: Christopher Tubbs <[email protected]> Authored: Tue May 23 13:36:43 2017 -0400 Committer: Christopher Tubbs <[email protected]> Committed: Tue May 23 13:36:43 2017 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/3bcfe5ad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 975f078..69b4e77 100644 --- a/pom.xml +++ b/pom.xml @@ -1247,6 +1247,7 @@ <versionRange>[0,)</versionRange> <goals> <goal>exec</goal> + <goal>java</goal> </goals> </pluginExecutionFilter> <action>
