1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.onap.ccsdk.distribution</groupId>
7 <artifactId>distribution-root</artifactId>
8 <version>0.4.1-SNAPSHOT</version>
11 <groupId>org.onap.ccsdk.distribution</groupId>
12 <artifactId>distribution-dgbuilder</artifactId>
13 <version>0.4.1-SNAPSHOT</version>
14 <packaging>pom</packaging>
16 <name>ccsdk-distribution :: dgbuilder</name>
17 <description>Directed Graph Builder</description>
23 <application.name>dgbuilder</application.name>
24 <skip.SWM>true</skip.SWM>
25 <adm.base>/opt/app/dgbuilder</adm.base>
26 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
27 <build.number>${maven.build.timestamp}</build.number>
28 <SWM_VERSION>${project.version}-${build.number}</SWM_VERSION>
33 <groupId>org.onap.ccsdk.sli.core</groupId>
34 <artifactId>sli-common</artifactId>
35 <version>${sdnctl.sli.version}</version>
38 <groupId>org.mariadb.jdbc</groupId>
39 <artifactId>mariadb-java-client</artifactId>
40 <version>${mariadb.connector.version}</version>
43 <groupId>org.antlr</groupId>
44 <artifactId>antlr4</artifactId>
45 <version>${antlr.version}</version>
47 <scope>compile</scope>
50 <groupId>org.slf4j</groupId>
51 <artifactId>slf4j-api</artifactId>
52 <version>${slf4j.version}</version>
55 <groupId>org.slf4j</groupId>
56 <artifactId>slf4j-simple</artifactId>
57 <version>1.7.5</version>
58 <scope>compile</scope>
61 <groupId>org.apache.commons</groupId>
62 <artifactId>commons-lang3</artifactId>
63 <version>${commons.lang3.version}</version>
70 <artifactId>maven-assembly-plugin</artifactId>
71 <version>2.6</version>
78 <phase>package</phase>
80 <finalName>${application.name}.${project.version}</finalName>
83 <descriptor>src/assembly/assemble_zip.xml</descriptor>
85 <appendAssemblyId>false</appendAssemblyId>
91 <groupId>org.apache.maven.plugins</groupId>
92 <artifactId>maven-dependency-plugin</artifactId>
95 <id>copy-dependencies</id>
97 <goal>copy-dependencies</goal>
99 <phase>prepare-package</phase>
101 <transitive>false</transitive>
102 <outputDirectory>${project.build.directory}/svclogic/lib</outputDirectory>
103 <overWriteReleases>false</overWriteReleases>
104 <overWriteSnapshots>true</overWriteSnapshots>
105 <overWriteIfNewer>true</overWriteIfNewer>
106 <useRepositoryLayout>false</useRepositoryLayout>
107 <addParentPoms>false</addParentPoms>
108 <copyPom>false</copyPom>
109 <scope>provided</scope>
115 <groupId>org.apache.maven.plugins</groupId>
116 <artifactId>maven-antrun-plugin</artifactId>
119 <phase>generate-sources</phase>
122 <exec executable="${project.basedir}/build_pom_for_yang_compile">
123 <!--<arg value="${odlparent-carbon-sr1-version}"/>-->