You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/02/25 11:34:05 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: enabled full logging and trace of errors for maven

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new d38a0b7  [DATALAB-2091]: enabled full logging and trace of errors for maven
d38a0b7 is described below

commit d38a0b7de29b22575ba543461e05b626fa7295fc
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Feb 25 13:33:52 2021 +0200

    [DATALAB-2091]: enabled full logging and trace of errors for maven
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index 19c2652..7edc148 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -158,7 +158,7 @@ def build_ui():
         conn.sudo('sudo chown -R {} {}/*'.format(args.os_user, args.datalab_path))
 
         # Building Back-end
-        conn.sudo('bash -c "cd {}/sources/ && /opt/maven/bin/mvn -P{} -DskipTests package"'.format(args.datalab_path, args.cloud_provider))
+        conn.sudo('bash -c "cd {}/sources/ && /opt/maven/bin/mvn -e -X -P{} -DskipTests package"'.format(args.datalab_path, args.cloud_provider))
 
         conn.sudo('mkdir -p {}/webapp/'.format(args.datalab_path))
         for service in ['self-service', 'provisioning-service', 'billing']:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org