From 15fc9df448221c4d24fe4c097fe5e00b4512f083 Mon Sep 17 00:00:00 2001 From: liangke Date: Wed, 28 Feb 2018 15:22:43 +0800 Subject: Submit python logging library seed code Change-Id: I4c039a667d7b8c7a257b2d50f94370785100a968 Issue-ID: MULTICLOUD-151 Issue-ID: LOG-161 Signed-off-by: liangke --- pylog/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 pylog/pom.xml (limited to 'pylog/pom.xml') diff --git a/pylog/pom.xml b/pylog/pom.xml new file mode 100644 index 0000000..f316069 --- /dev/null +++ b/pylog/pom.xml @@ -0,0 +1,50 @@ + + + + + org.onap.logging-analytics + logging-analytics + 1.2.0-SNAPSHOT + + 4.0.0 + logging-pylog + 1.2.0-SNAPSHOT + pom + logging-pylog + onap python logging library + + + + maven-assembly-plugin + + false + + assembly.xml + + + + + make-assembly + package + + single + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg