From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- packages/deliveries/pom.xml | 78 ++++++++++++++ .../src/main/assembly/mso-config/mso-db.xml | 44 ++++++++ .../src/main/assembly/war-pack/mso-wars.xml | 114 +++++++++++++++++++++ 3 files changed, 236 insertions(+) create mode 100644 packages/deliveries/pom.xml create mode 100644 packages/deliveries/src/main/assembly/mso-config/mso-db.xml create mode 100644 packages/deliveries/src/main/assembly/war-pack/mso-wars.xml (limited to 'packages/deliveries') diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml new file mode 100644 index 0000000000..5f20b187ce --- /dev/null +++ b/packages/deliveries/pom.xml @@ -0,0 +1,78 @@ + + 4.0.0 + + org.openecomp.mso + packages + 0.0.4-SNAPSHOT + + + org.openecomp.mso.packages + mso-deliveries + pom + + MsoDeliveries + + This project is responsible of the final packages + + OPENECOMP - MSO + http://www.openecomp.org/ + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.6 + + + + + + + + src/main/assembly/mso-config/mso-db.xml + + mso-config/mso-db-${project.version} + false + false + + + db-packs-mso + package + + single + + + + + + + + + src/main/assembly/war-pack/mso-wars.xml + + war-pack/mso-${project.version} + false + false + + + war-pack-mso + package + + single + + + + + + + + + + + \ No newline at end of file diff --git a/packages/deliveries/src/main/assembly/mso-config/mso-db.xml b/packages/deliveries/src/main/assembly/mso-config/mso-db.xml new file mode 100644 index 0000000000..6e7bcf7ed9 --- /dev/null +++ b/packages/deliveries/src/main/assembly/mso-config/mso-db.xml @@ -0,0 +1,44 @@ + + + + mso-db + + + zip + + false + + + + + + + **/ + + ../../packages/root-pack-extras/config-resources/mariadb/db-sql-scripts + / + + + + diff --git a/packages/deliveries/src/main/assembly/war-pack/mso-wars.xml b/packages/deliveries/src/main/assembly/war-pack/mso-wars.xml new file mode 100644 index 0000000000..d412713a9d --- /dev/null +++ b/packages/deliveries/src/main/assembly/war-pack/mso-wars.xml @@ -0,0 +1,114 @@ + + + + mso-dev + + + tar.gz + + false + + + + + + + + + mso-network-adapter*.war + + ../../adapters/mso-network-adapter/target/ + artifacts + + + + mso-sdnc-adapter*.war + + ../../adapters/mso-sdnc-adapter/target/ + artifacts + + + + mso-tenant-adapter*.war + + ../../adapters/mso-tenant-adapter/target/ + artifacts + + + + mso-vnf-adapter*.war + + ../../adapters/mso-vnf-adapter/target/ + artifacts + + + + + mso-api-handler*.war + + ../../mso-api-handlers/mso-api-handler-infra/target/ + artifacts + + + + mso-appc-adapter-*.war + + ../../adapters/mso-appc-adapter/target/ + artifacts + + + + + mso-requests-db-adapter*.war + + ../../adapters/mso-requests-db-adapter/target/ + artifacts + + + + + asdc-controller*.war + + ../../asdc-controller/target/ + artifacts + + + + + MSOGammaBPMN*.war + + ../../bpmn/MSOGammaBPMN/target/ + artifacts + + + + MSOCockpit*.war + + ../../bpmn/MSOCockpit/target/ + artifacts + + + + + -- cgit 1.2.3-korg