Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 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" |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 5 | |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 6 | <parent> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 7 | <groupId>org.onap.ccsdk.parent</groupId> |
| 8 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 48a2eaf | 2018-06-06 14:35:30 -0400 | [diff] [blame^] | 9 | <version>1.1.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | c84dc84 | 2018-04-24 09:06:57 -0400 | [diff] [blame] | 10 | <relativePath/> |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 11 | </parent> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 12 | |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 13 | <groupId>org.onap.sdnc.oam</groupId> |
| 14 | <artifactId>admportal</artifactId> |
Timoney, Dan (dt5972) | 48a2eaf | 2018-06-06 14:35:30 -0400 | [diff] [blame^] | 15 | <version>1.4.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 16 | <packaging>pom</packaging> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 17 | |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 18 | <name>sdnc-oam :: admportal</name> |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 19 | <description>Admin Portal</description> |
Timoney, Dan (dt5972) | 6329874 | 2018-03-01 10:59:28 -0500 | [diff] [blame] | 20 | <organization> |
| 21 | <name>ONAP</name> |
| 22 | </organization> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 23 | |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 24 | <properties> |
| 25 | <application.name>admportal</application.name> |
| 26 | <skip.SWM>true</skip.SWM> |
| 27 | <adm.base>/opt/app/admportal</adm.base> |
Jessica Wagantall | ebaf4ef | 2018-04-04 18:28:31 -0700 | [diff] [blame] | 28 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 29 | <build.number>${maven.build.timestamp}</build.number> |
| 30 | <SWM_VERSION>${project.version}-${build.number}</SWM_VERSION> |
| 31 | </properties> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 32 | |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 36 | <artifactId>sli-common</artifactId> |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.mariadb.jdbc</groupId> |
| 40 | <artifactId>mariadb-java-client</artifactId> |
| 41 | <version>${mariadb.connector.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.antlr</groupId> |
| 45 | <artifactId>antlr4</artifactId> |
| 46 | <version>${antlr.version}</version> |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>equinoxSDK381</groupId> |
| 50 | <artifactId>org.eclipse.osgi</artifactId> |
| 51 | <version>${equinox.osgi.version}</version> |
| 52 | </dependency> |
| 53 | </dependencies> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 54 | |
Dan Timoney | 3331462 | 2018-02-13 09:42:07 -0500 | [diff] [blame] | 55 | <build> |
| 56 | <plugins> |
| 57 | <plugin> |
| 58 | <artifactId>maven-assembly-plugin</artifactId> |
| 59 | <version>2.6</version> |
| 60 | <executions> |
| 61 | <execution> |
| 62 | <id>create-zip</id> |
| 63 | <goals> |
| 64 | <goal>single</goal> |
| 65 | </goals> |
| 66 | <phase>package</phase> |
| 67 | <configuration> |
| 68 | <finalName>${application.name}.${project.version}</finalName> |
| 69 | <attach>true</attach> |
| 70 | <descriptors> |
| 71 | <descriptor>src/assembly/assemble_zip.xml</descriptor> |
| 72 | </descriptors> |
| 73 | <appendAssemblyId>false</appendAssemblyId> |
| 74 | <appendAssemblyId>false</appendAssemblyId> |
| 75 | </configuration> |
| 76 | </execution> |
| 77 | </executions> |
| 78 | </plugin> |
| 79 | <plugin> |
| 80 | <groupId>org.apache.maven.plugins</groupId> |
| 81 | <artifactId>maven-dependency-plugin</artifactId> |
| 82 | <executions> |
| 83 | <execution> |
| 84 | <id>copy-dependencies</id> |
| 85 | <goals> |
| 86 | <goal>copy-dependencies</goal> |
| 87 | </goals> |
| 88 | <phase>prepare-package</phase> |
| 89 | <configuration> |
| 90 | <transitive>false</transitive> |
| 91 | <outputDirectory>${project.build.directory}/lib</outputDirectory> |
| 92 | <overWriteReleases>false</overWriteReleases> |
| 93 | <overWriteSnapshots>true</overWriteSnapshots> |
| 94 | <overWriteIfNewer>true</overWriteIfNewer> |
| 95 | <useRepositoryLayout>false</useRepositoryLayout> |
| 96 | <addParentPoms>false</addParentPoms> |
| 97 | <copyPom>false</copyPom> |
| 98 | <scope>provided</scope> |
| 99 | </configuration> |
| 100 | </execution> |
| 101 | </executions> |
| 102 | </plugin> |
| 103 | </plugins> |
| 104 | </build> |
Timoney, Daniel (dt5972) | 324ee36 | 2017-02-15 10:37:53 -0500 | [diff] [blame] | 105 | </project> |