diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-21 16:42:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-21 16:42:44 +0000 |
commit | acb84632423361e23a04803fc51006e2d5c7f5e4 (patch) | |
tree | 667b158a015990b38d47cce4387e45f0b535b68c /platform-logic/pom.xml | |
parent | 0eef102c7bc69198d62ba7e669e8cd0a447294a2 (diff) | |
parent | 24a1a1b4a46330e9c5fa54ddabe3d01c3c60571f (diff) |
Merge "Add platform DGs to distribution"
Diffstat (limited to 'platform-logic/pom.xml')
-rw-r--r-- | platform-logic/pom.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml new file mode 100644 index 00000000..3ce0b570 --- /dev/null +++ b/platform-logic/pom.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <parent> + <groupId>org.onap.ccsdk.distribution</groupId> + <artifactId>distribution-root</artifactId> + <version>0.1.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <packaging>pom</packaging> + <artifactId>distribution-platform-logic</artifactId> + <version>0.1.0-SNAPSHOT</version> + + <name>Platform Logic </name> + <description>Contains platform-level service logic</description> + + <properties> + <application.name>platform-logic</application.name> + + <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format> + <build.number>${maven.build.timestamp}</build.number> + </properties> + + <modules> + <module>asdc-api</module> + <module>sliapi</module> + <module>installer</module> + </modules> + <organization> + <name>openECOMP</name> + </organization> +</project> |