From 5de9d86fab2b8bec58bd09e95640da468d4e1f61 Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Tue, 10 Apr 2018 13:22:00 -0700 Subject: Add maven build structure Restructure the directories and files to accommodate maven build. This will build, test and generate jar file for clients to use. Adds a target in the top level makefile. Issue-ID: AAF-183 Change-Id: I8c27396248d83070befe51f2c6e01aed7dea9202 Signed-off-by: Manjunath Ranganathaiah --- sms-client/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 sms-client/pom.xml (limited to 'sms-client/pom.xml') diff --git a/sms-client/pom.xml b/sms-client/pom.xml new file mode 100644 index 0000000..e060feb --- /dev/null +++ b/sms-client/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + org.onap.aaf.sms + sms-client + jar + 1.0.0-SNAPSHOT + sms-client + + + UTF-8 + 1.8 + 1.8 + + + + org.json + json + 20180130 + + + junit + junit + 4.12 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.1 + + + package + + shade + + + + + org.onap.aaf.sms.ClientTestRunner + + + + + + + + + -- cgit 1.2.3-korg