From cb30f3a566b73c78c3ea666acfcd3f288098684a Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Thu, 5 Mar 2020 13:12:27 +0100 Subject: Refactoring the sdc-BE-init python scripts Deeper refactoring of python script: - create the python package with init script - support for python 3.x - reuse code - new design - support for .json conf file - update the docker chef script Issue-ID: SDC-2784 Signed-off-by: Krystian Kedron Change-Id: I02169eb7d0e3e90851ba1811536d1712c3b4145f --- catalog-be/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index d0a0f95f8a..cbaf2094a3 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -1165,6 +1165,27 @@ + + copy-sdc-be-py + verify + + copy-resources + + + + sdc-backend-init/ + + + + ${project.parent.basedir}/catalog-be/src/main/resources/ + + scripts/sdcBePy/** + scripts/setup.py + + + + + -- cgit 1.2.3-korg