This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push: new b39aa6b Disable helix-front build b39aa6b is described below commit b39aa6bf627cda7d1d5b512f54556fb8ead49cd8 Author: Junkai Xue <j...@linkedin.com> AuthorDate: Wed Feb 13 11:23:40 2019 -0800 Disable helix-front build --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e654cce..b40dee6 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ under the License. <module>helix-admin-webapp</module> <module>helix-rest</module> <module>helix-agent</module> - <module>helix-front</module> + <!--<module>helix-front</module> --> <module>recipes</module> </modules>