Repository: incubator-rya Updated Branches: refs/heads/master de365c179 -> c03c8bbef
RYA-373 made module only compile if mvn -P benchmark re incompatible library. Closes #229 Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/a91099bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/a91099bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/a91099bc Branch: refs/heads/master Commit: a91099bc401256e3904b3126aab21f6226d8d3fa Parents: de365c1 Author: David Lotts <[email protected]> Authored: Sat Sep 16 15:48:14 2017 -0400 Committer: David Lotts <[email protected]> Committed: Tue Sep 19 17:05:54 2017 -0400 ---------------------------------------------------------------------- extras/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/a91099bc/extras/pom.xml ---------------------------------------------------------------------- diff --git a/extras/pom.xml b/extras/pom.xml index 53c7b4f..c38947e 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -44,8 +44,6 @@ under the License. <module>rya.export</module> <module>rya.merger</module> <module>rya.giraph</module> - <module>rya.benchmark</module> - <module>rya.geoindexing</module> </modules> <profiles> @@ -55,5 +53,11 @@ under the License. <module>rya.geoindexing</module> </modules> </profile> + <profile> + <id>benchmark</id> + <modules> + <module>rya.benchmark</module> + </modules> + </profile> </profiles> </project>
