activate ROS on Gearpump by default
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/ea633d2c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/ea633d2c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/ea633d2c Branch: refs/heads/gearpump-runner Commit: ea633d2c02a621df09c5f4a6d0ab3824271c7db2 Parents: cfdc971 Author: manuzhang <[email protected]> Authored: Sat Jan 7 10:47:03 2017 +0800 Committer: manuzhang <[email protected]> Committed: Sat Jan 7 10:47:03 2017 +0800 ---------------------------------------------------------------------- runners/gearpump/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/ea633d2c/runners/gearpump/pom.xml ---------------------------------------------------------------------- diff --git a/runners/gearpump/pom.xml b/runners/gearpump/pom.xml index 4e3722c..7c6fa76 100644 --- a/runners/gearpump/pom.xml +++ b/runners/gearpump/pom.xml @@ -49,7 +49,7 @@ <profiles> <profile> <id>local-runnable-on-service-tests</id> - <activation><activeByDefault>false</activeByDefault></activation> + <activation><activeByDefault>true</activeByDefault></activation> <build> <plugins> <plugin>
