Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
avigaffa | 00e935f | 2017-09-10 08:58:51 +0300 | [diff] [blame^] | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 4 | |
avigaffa | 00e935f | 2017-09-10 08:58:51 +0300 | [diff] [blame^] | 5 | <groupId>com.att.asdc.onboarding</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 6 | <artifactId>onboarding-fe</artifactId> |
| 7 | <name>onboarding-ui-war</name> |
avigaffa | 00e935f | 2017-09-10 08:58:51 +0300 | [diff] [blame^] | 8 | <version>1.0-SNAPSHOT</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 9 | <packaging>war</packaging> |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 10 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 11 | <build> |
| 12 | <plugins> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 13 | <plugin> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 14 | <artifactId>maven-war-plugin</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 15 | <configuration> |
avigaffa | 00e935f | 2017-09-10 08:58:51 +0300 | [diff] [blame^] | 16 | <webXml>webapp-onboarding\WEB-INF\web.xml</webXml> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 17 | <webResources> |
| 18 | <resource> |
avigaffa | 00e935f | 2017-09-10 08:58:51 +0300 | [diff] [blame^] | 19 | <directory>external-resources/healthcheck</directory> |
| 20 | <includes> |
| 21 | <include>v1.0/healthcheck</include> |
| 22 | </includes> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 23 | </resource> |
| 24 | </webResources> |
| 25 | </configuration> |
| 26 | </plugin> |
| 27 | </plugins> |
| 28 | </build> |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 29 | |
avigaffa | 00e935f | 2017-09-10 08:58:51 +0300 | [diff] [blame^] | 30 | |
| 31 | <profiles> |
| 32 | |
| 33 | <profile> |
| 34 | <id>dox</id> |
| 35 | <activation> |
| 36 | <activeByDefault>true</activeByDefault> |
| 37 | </activation> |
| 38 | |
| 39 | <properties> |
| 40 | <amdocs.repository.host>10.147.3.4</amdocs.repository.host> |
| 41 | <amdocs.repository.port>8081</amdocs.repository.port> |
| 42 | <amdocs.repository.address>${amdocs.repository.host}:${amdocs.repository.port}</amdocs.repository.address> |
| 43 | <amdocs.repository.updatePolicy.default>daily</amdocs.repository.updatePolicy.default> |
| 44 | </properties> |
| 45 | <repositories> |
| 46 | |
| 47 | <repository> |
| 48 | <id>Amdocs</id> |
| 49 | <name>Amdocs public</name> |
| 50 | <url>http://${amdocs.repository.address}:${amdocs.repository.port}/nexus/content/groups/public/</url> |
| 51 | <releases> |
| 52 | <enabled>true</enabled> |
| 53 | <updatePolicy>${amdocs.repository.updatePolicy.default}</updatePolicy> |
| 54 | <checksumPolicy>ignore</checksumPolicy> |
| 55 | </releases> |
| 56 | <snapshots> |
| 57 | <enabled>false</enabled> |
| 58 | <updatePolicy>${amdocs.repository.updatePolicy.default}</updatePolicy> |
| 59 | <checksumPolicy>ignore</checksumPolicy> |
| 60 | </snapshots> |
| 61 | </repository> |
| 62 | |
| 63 | <repository> |
| 64 | <id>snapshots</id> |
| 65 | <name>Maven Snapshot Repository</name> |
| 66 | <url>http://${amdocs.repository.address}/nexus/content/repositories/snapshots/</url> |
| 67 | <releases> |
| 68 | <enabled>false</enabled> |
| 69 | <updatePolicy>${amdocs.repository.updatePolicy.default}</updatePolicy> |
| 70 | <checksumPolicy>ignore</checksumPolicy> |
| 71 | </releases> |
| 72 | <snapshots> |
| 73 | <enabled>true</enabled> |
| 74 | <updatePolicy>${amdocs.repository.updatePolicy.default}</updatePolicy> |
| 75 | <checksumPolicy>ignore</checksumPolicy> |
| 76 | </snapshots> |
| 77 | </repository> |
| 78 | |
| 79 | </repositories> |
| 80 | |
| 81 | <distributionManagement> |
| 82 | <repository> |
| 83 | <id>ASDC</id> |
| 84 | <url>http://${amdocs.repository.address}/nexus/repository/D2-tlv-release</url> |
| 85 | </repository> |
| 86 | <snapshotRepository> |
| 87 | <id>snapshots</id> |
| 88 | <url>http://${amdocs.repository.address}/nexus/content/repositories/snapshots</url> |
| 89 | <uniqueVersion>false</uniqueVersion> |
| 90 | </snapshotRepository> |
| 91 | </distributionManagement> |
| 92 | |
| 93 | </profile> |
| 94 | |
| 95 | <profile> |
| 96 | <id>att</id> |
| 97 | <activation> |
| 98 | <activeByDefault>false</activeByDefault> |
| 99 | </activation> |
| 100 | |
| 101 | <properties> |
| 102 | <nexusServerName>mavencentral.it.att.com</nexusServerName> |
| 103 | <nexusServerPort>8084</nexusServerPort> |
| 104 | <nexus.release.repository>att-repository-releases</nexus.release.repository> |
| 105 | <nexus.snapshot.repository>att-repository-snapshots</nexus.snapshot.repository> |
| 106 | <nexus.id.release>nexus</nexus.id.release> |
| 107 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
| 108 | </properties> |
| 109 | |
| 110 | <repositories> |
| 111 | <repository> |
| 112 | <id>2020</id> |
| 113 | <name>2020</name> |
| 114 | <url>http://${nexusServerName}:${nexusServerPort}/nexus/content/groups/2020SAPC/</url> |
| 115 | <layout>default</layout> |
| 116 | </repository> |
| 117 | |
| 118 | <repository> |
| 119 | <id>ATT public</id> |
| 120 | <name>ATT public</name> |
| 121 | <url>http://${nexusServerName}:${nexusServerPort}/nexus/content/groups/att-public-group/</url> |
| 122 | <layout>default</layout> |
| 123 | </repository> |
| 124 | |
| 125 | </repositories> |
| 126 | |
| 127 | <pluginRepositories> |
| 128 | <pluginRepository> |
| 129 | <id>nexus</id> |
| 130 | <name>Nexus repository</name> |
| 131 | <url>http://${nexusServerName}:${nexusServerPort}/nexus/content/repositories/att-public-group</url> |
| 132 | <layout>default</layout> |
| 133 | </pluginRepository> |
| 134 | </pluginRepositories> |
| 135 | |
| 136 | |
| 137 | <distributionManagement> |
| 138 | <snapshotRepository> |
| 139 | <id>${nexus.id.snapshot}</id> |
| 140 | <name>att-repository-snapshots</name> |
| 141 | <url>http://${nexusServerName}:${nexusServerPort}/nexus/content/repositories/${nexus.snapshot.repository}/</url> |
| 142 | </snapshotRepository> |
| 143 | |
| 144 | <repository> |
| 145 | <id>${nexus.id.release}</id> |
| 146 | <name>att-repository-releases</name> |
| 147 | <url>http://${nexusServerName}:${nexusServerPort}/nexus/content/repositories/${nexus.release.repository}/</url> |
| 148 | </repository> |
| 149 | </distributionManagement> |
| 150 | |
| 151 | </profile> |
| 152 | </profiles> |
| 153 | |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 154 | </project> |