IGNITE-2672
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0f9ef65 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0f9ef65 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f0f9ef65 Branch: refs/heads/ignite-2407 Commit: f0f9ef65cab7231d026b8ea126e5e247515993d0 Parents: 60b6f09 Author: Anton Vinogradov <[email protected]> Authored: Wed Feb 17 15:07:52 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed Feb 17 15:07:52 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f0f9ef65/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bead3ae..ccfd471 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,6 @@ <module>modules/osgi-paxlogging</module> <module>modules/osgi-karaf</module> <module>modules/osgi</module> - <module>modules/benchmarks</module> </modules> <profiles> @@ -430,6 +429,7 @@ <profile> <id>benchmarks</id> <modules> + <module>modules/benchmarks</module> <module>modules/yardstick</module> </modules> </profile>
