You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/06/09 21:15:59 UTC

[helix] branch master updated: Disable Helix front to save build

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 9943d472e Disable Helix front to save build
9943d472e is described below

commit 9943d472ef0174535e3e192285e87689e5a4edd7
Author: Junkai Xue <jx...@linkedin.com>
AuthorDate: Thu Jun 9 14:15:41 2022 -0700

    Disable Helix front to save build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b73061464..1ae1ea89a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
     <module>helix-rest</module>
     <module>helix-lock</module>
     <module>helix-agent</module>
-    <module>helix-front</module>
+    <!--<module>helix-front</module>-->
     <module>recipes</module>
     <module>helix-view-aggregator</module>
   </modules>