Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Dan Timoney | 912f98b | 2018-02-27 14:10:22 -0500 | [diff] [blame] | 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"> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 4 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 7 | <artifactId>distribution-root</artifactId> |
Dan Timoney | fce1601 | 2023-11-09 11:03:22 -0500 | [diff] [blame] | 8 | <version>1.6.1-SNAPSHOT</version> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 9 | </parent> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 10 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 11 | <groupId>org.onap.ccsdk.distribution</groupId> |
| 12 | <artifactId>distribution-dgbuilder</artifactId> |
| 13 | <packaging>pom</packaging> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 14 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 15 | <name>ccsdk-distribution :: dgbuilder</name> |
| 16 | <description>Directed Graph Builder</description> |
| 17 | <organization> |
| 18 | <name>ONAP</name> |
| 19 | </organization> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 20 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 21 | <properties> |
| 22 | <application.name>dgbuilder</application.name> |
| 23 | <skip.SWM>true</skip.SWM> |
| 24 | <adm.base>/opt/app/dgbuilder</adm.base> |
| 25 | <SWM_VERSION>${project.version}-${build.number}</SWM_VERSION> |
| 26 | </properties> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 27 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 28 | <dependencies> |
| 29 | <dependency> |
| 30 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 31 | <artifactId>sli-common</artifactId> |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame] | 32 | <version>${ccsdk.sli.version}</version> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>org.mariadb.jdbc</groupId> |
| 36 | <artifactId>mariadb-java-client</artifactId> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.antlr</groupId> |
Dan Timoney | 1f4e903 | 2021-01-25 14:47:00 -0500 | [diff] [blame] | 40 | <artifactId>antlr4-runtime</artifactId> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 41 | <type>jar</type> |
| 42 | <scope>compile</scope> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.slf4j</groupId> |
| 46 | <artifactId>slf4j-api</artifactId> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.slf4j</groupId> |
| 50 | <artifactId>slf4j-simple</artifactId> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 51 | <scope>compile</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.apache.commons</groupId> |
| 55 | <artifactId>commons-lang3</artifactId> |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 56 | </dependency> |
| 57 | </dependencies> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 58 | |
Singal, Kapil (ks220y) | b6e7d96 | 2020-12-17 14:37:06 -0500 | [diff] [blame] | 59 | <build> |
| 60 | <plugins> |
| 61 | <plugin> |
| 62 | <artifactId>maven-assembly-plugin</artifactId> |
| 63 | <version>2.6</version> |
| 64 | <executions> |
| 65 | <execution> |
| 66 | <id>create-zip</id> |
| 67 | <goals> |
| 68 | <goal>single</goal> |
| 69 | </goals> |
| 70 | <phase>package</phase> |
| 71 | <configuration> |
| 72 | <finalName>${application.name}.${project.version}</finalName> |
| 73 | <attach>true</attach> |
| 74 | <descriptors> |
| 75 | <descriptor>src/assembly/assemble_zip.xml</descriptor> |
| 76 | </descriptors> |
| 77 | <appendAssemblyId>false</appendAssemblyId> |
| 78 | </configuration> |
| 79 | </execution> |
| 80 | </executions> |
| 81 | </plugin> |
| 82 | <plugin> |
| 83 | <groupId>org.apache.maven.plugins</groupId> |
| 84 | <artifactId>maven-dependency-plugin</artifactId> |
| 85 | <executions> |
| 86 | <execution> |
| 87 | <id>copy-dependencies</id> |
| 88 | <goals> |
| 89 | <goal>copy-dependencies</goal> |
| 90 | </goals> |
| 91 | <phase>prepare-package</phase> |
| 92 | <configuration> |
| 93 | <transitive>false</transitive> |
| 94 | <outputDirectory>${project.build.directory}/svclogic/lib</outputDirectory> |
| 95 | <overWriteReleases>false</overWriteReleases> |
| 96 | <overWriteSnapshots>true</overWriteSnapshots> |
| 97 | <overWriteIfNewer>true</overWriteIfNewer> |
| 98 | <useRepositoryLayout>false</useRepositoryLayout> |
| 99 | <addParentPoms>false</addParentPoms> |
| 100 | <copyPom>false</copyPom> |
| 101 | <scope>provided</scope> |
| 102 | </configuration> |
| 103 | </execution> |
| 104 | </executions> |
| 105 | </plugin> |
| 106 | <plugin> |
| 107 | <groupId>org.apache.maven.plugins</groupId> |
| 108 | <artifactId>maven-antrun-plugin</artifactId> |
| 109 | <executions> |
| 110 | <execution> |
| 111 | <phase>generate-sources</phase> |
| 112 | <configuration> |
| 113 | <target> |
| 114 | <exec executable="${project.basedir}/build_pom_for_yang_compile"> |
| 115 | <!--<arg value="${odlparent-carbon-sr1-version}"/>--> |
| 116 | </exec> |
| 117 | </target> |
| 118 | </configuration> |
| 119 | <goals> |
| 120 | <goal>run</goal> |
| 121 | </goals> |
| 122 | </execution> |
| 123 | </executions> |
| 124 | </plugin> |
| 125 | </plugins> |
| 126 | </build> |
Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 127 | </project> |