Repository: accumulo Updated Branches: refs/heads/master 74859ee0f -> 121cc6bc0
ACCUMULO-3871 build the native library at package time Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fe6da34e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fe6da34e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fe6da34e Branch: refs/heads/master Commit: fe6da34e514df5791bd4ff95eedfef71464196ea Parents: b7f88f9 Author: Eric C. Newton <[email protected]> Authored: Tue Jun 23 13:35:19 2015 -0400 Committer: Eric C. Newton <[email protected]> Committed: Tue Jun 23 13:35:19 2015 -0400 ---------------------------------------------------------------------- server/native/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/fe6da34e/server/native/pom.xml ---------------------------------------------------------------------- diff --git a/server/native/pom.xml b/server/native/pom.xml index 0fc8f34..f0e9403 100644 --- a/server/native/pom.xml +++ b/server/native/pom.xml @@ -101,7 +101,7 @@ <goals> <goal>exec</goal> </goals> - <phase>integration-test</phase> + <phase>package</phase> <configuration> <executable>make</executable> <workingDirectory>${project.build.directory}/${project.artifactId}-${project.version}/${project.artifactId}-${project.version}</workingDirectory>
