Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 2 | 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> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 4 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 5 | <groupId>org.openecomp.sdc</groupId> |
| 6 | <artifactId>sdc-main</artifactId> |
Michael Lando | d8a0dea | 2018-06-02 19:23:27 +0300 | [diff] [blame] | 7 | <version>1.3.0-SNAPSHOT</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 8 | <packaging>pom</packaging> |
| 9 | <name>sdc</name> |
| 10 | <properties> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 11 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 12 | <maven.compiler.source>1.8</maven.compiler.source> |
| 13 | <maven.compiler.target>1.8</maven.compiler.target> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 14 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 15 | <!-- ==================== --> |
| 16 | <!-- Generic properties --> |
| 17 | <!-- ==================== --> |
| 18 | <build.type>-SNAPSHOT</build.type> |
| 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 20 | <sprint.number>74</sprint.number> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 21 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 22 | <!-- 3rd parties versions --> |
| 23 | <lang3.version>3.3.2</lang3.version> |
| 24 | <guava.version>18.0</guava.version> |
| 25 | <titan.version>1.0.0</titan.version> |
| 26 | <sdc.titan.version>1.2.0</sdc.titan.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 27 | <spring.version>4.3.17.RELEASE</spring.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 28 | <spring.security.version>3.2.3.RELEASE</spring.security.version> |
| 29 | <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 30 | <jersey-bom.version>2.27</jersey-bom.version> |
| 31 | <servlet-api.version>3.1.0</servlet-api.version> |
| 32 | <wire-mock.version>2.18.0</wire-mock.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 33 | <ecomp.version>1.1.0</ecomp.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 34 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 35 | <!-- Elastic Search mapper (reference the elastic search version actually). --> |
| 36 | <elastic-search.version>2.4.0</elastic-search.version> |
| 37 | <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version> |
| 38 | <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version> |
Michael Lando | d618ad6 | 2018-05-13 22:27:13 +0300 | [diff] [blame] | 39 | <jetty.version>9.2.22.v20170606</jetty.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 40 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 41 | <!-- JSON and YAML Parsing --> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 42 | <jackson.version>2.8.10</jackson.version> |
| 43 | <jackson-annotations.version>2.8.0</jackson-annotations.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 44 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 45 | <!-- Yaml for properties --> |
| 46 | <snakeyaml.version>1.14</snakeyaml.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 47 | <functionaljava.version>4.7</functionaljava.version> |
Michael Lando | 1236894 | 2018-05-13 19:19:46 +0300 | [diff] [blame] | 48 | <httpclient.version>4.5.3</httpclient.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 49 | <httpcore.version>4.4.1</httpcore.version> |
| 50 | <json-simple.version>1.1</json-simple.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 51 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 52 | <!-- Logging start --> |
| 53 | <!-- logback --> |
Gitelman, Tal (tg851x) | 483c3d9 | 2018-03-12 18:41:15 +0200 | [diff] [blame] | 54 | <logback.version>1.2.3</logback.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 55 | <slf4j-api.version>1.7.25</slf4j-api.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 56 | <commons-codec>1.10</commons-codec> |
| 57 | <commons-logging>1.2</commons-logging> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 58 | <groovy.version>2.4.13</groovy.version> |
| 59 | <janino.version>3.0.6</janino.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 60 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 61 | <!-- aspects --> |
| 62 | <jcabi.version>0.20.1</jcabi.version> |
| 63 | <aspectjrt.version>1.8.4</aspectjrt.version> |
| 64 | <aspectj.version>1.7.4</aspectj.version> |
| 65 | <jcabi.plugin.version>0.13.2</jcabi.plugin.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 66 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 67 | <!-- Logging end --> |
| 68 | <!-- System Metrics --> |
| 69 | <sigar.version>1.6.4</sigar.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 70 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 71 | <regex.version>3.0.3</regex.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 72 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 73 | <!--GSON--> |
| 74 | <gson.version>2.3.1</gson.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 75 | |
| 76 | <!--listen to file changes--> |
| 77 | <commons-jci-core.version>1.1</commons-jci-core.version> |
| 78 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 79 | <!--TESTING--> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 80 | <mockito.version>2.18.3</mockito.version> |
| 81 | <jmockit.version>1.33</jmockit.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 82 | <junit.version>4.12</junit.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 83 | <assertj.version>3.10.0</assertj.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 84 | <testng.version>6.9.10</testng.version> |
| 85 | <extentreports.version>3.0.3</extentreports.version> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 86 | <cucumber.version>2.4.0</cucumber.version> |
Piotr Darosz | 0081451 | 2018-06-18 12:46:35 +0200 | [diff] [blame] | 87 | <bean-matchers.version>0.11</bean-matchers.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 88 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 89 | <!-- parser--> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 90 | <sdc-tosca-parser.version>1.3.5</sdc-tosca-parser.version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 91 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 92 | <!-- sonar --> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 93 | <sonar.language>java</sonar.language> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 94 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 95 | <!--cassandra --> |
| 96 | <cassandra.driver.version>3.0.0</cassandra.driver.version> |
| 97 | <!-- maven central (Nexus) --> |
| 98 | <nexus.id.release>nexus</nexus.id.release> |
| 99 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 100 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 101 | <!--nexus--> |
| 102 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 103 | <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> |
| 104 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
| 105 | <!--maven--> |
| 106 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
| 107 | <!--io.fabric8--> |
| 108 | <fabric8.version>0.23.0</fabric8.version> |
| 109 | <!--docker tags--> |
| 110 | <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag> |
| 111 | <!--<docker.latest.tag>${project.version}-latest</docker.latest.tag>--> |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 112 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 113 | </properties> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 114 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 115 | <dependencyManagement> |
| 116 | <dependencies> |
| 117 | <dependency> |
| 118 | <groupId>org.glassfish.jersey.ext</groupId> |
| 119 | <artifactId>jersey-bean-validation</artifactId> |
| 120 | <version>${jersey-bom.version}</version> |
| 121 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 122 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 123 | <dependency> |
| 124 | <groupId>org.glassfish.hk2.external</groupId> |
| 125 | <artifactId>asm-all-repackaged</artifactId> |
| 126 | <version>2.4.0</version> |
| 127 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 128 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 129 | <dependency> |
| 130 | <groupId>org.assertj</groupId> |
| 131 | <artifactId>assertj-core</artifactId> |
| 132 | <version>${assertj.version}</version> |
| 133 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 134 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 135 | <dependency> |
| 136 | <groupId>org.mockito</groupId> |
| 137 | <artifactId>mockito-core</artifactId> |
| 138 | <version>${mockito.version}</version> |
| 139 | </dependency> |
Tal Gitelman | b2533e5 | 2018-06-06 14:46:07 +0300 | [diff] [blame] | 140 | |
Yuli Shlosberg | e466931 | 2018-04-26 15:48:26 +0300 | [diff] [blame] | 141 | <dependency> |
| 142 | <groupId>org.jmockit</groupId> |
| 143 | <artifactId>jmockit</artifactId> |
| 144 | <version>${jmockit.version}</version> |
| 145 | </dependency> |
| 146 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 147 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 148 | <dependency> |
| 149 | <groupId>com.github.tomakehurst</groupId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 150 | <artifactId>wiremock-standalone</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 151 | <version>${wire-mock.version}</version> |
| 152 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 153 | |
| 154 | <dependency> |
| 155 | <groupId>io.cucumber</groupId> |
| 156 | <artifactId>cucumber-java</artifactId> |
| 157 | <version>${cucumber.version}</version> |
| 158 | </dependency> |
| 159 | |
| 160 | <dependency> |
| 161 | <groupId>io.cucumber</groupId> |
| 162 | <artifactId>cucumber-junit</artifactId> |
| 163 | <version>${cucumber.version}</version> |
| 164 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 165 | |
| 166 | <dependency> |
| 167 | <groupId>org.apache.commons</groupId> |
| 168 | <artifactId>commons-lang3</artifactId> |
| 169 | <version>${lang3.version}</version> |
| 170 | </dependency> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 171 | </dependencies> |
| 172 | </dependencyManagement> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 173 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 174 | <reporting> |
| 175 | <plugins> |
| 176 | <plugin> |
| 177 | <groupId>org.apache.maven.plugins</groupId> |
| 178 | <artifactId>maven-javadoc-plugin</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 179 | <version>3.0.0</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 180 | <configuration> |
| 181 | <failOnError>false</failOnError> |
| 182 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 183 | <docletArtifact> |
| 184 | <groupId>org.umlgraph</groupId> |
| 185 | <artifactId>umlgraph</artifactId> |
| 186 | <version>5.6</version> |
| 187 | </docletArtifact> |
| 188 | <additionalparam>-views</additionalparam> |
| 189 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 190 | </configuration> |
| 191 | </plugin> |
| 192 | </plugins> |
| 193 | </reporting> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 194 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 195 | <build> |
| 196 | <pluginManagement> |
| 197 | <plugins> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 198 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 199 | <plugin> |
| 200 | <groupId>org.apache.maven.plugins</groupId> |
| 201 | <artifactId>maven-site-plugin</artifactId> |
| 202 | <version>3.4</version> |
| 203 | <dependencies> |
| 204 | <dependency> |
| 205 | <groupId>org.apache.maven.wagon</groupId> |
| 206 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 207 | <version>2.10</version> |
| 208 | </dependency> |
| 209 | </dependencies> |
| 210 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 211 | |
| 212 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 213 | <plugin> |
| 214 | <groupId>org.apache.maven.plugins</groupId> |
| 215 | <artifactId>maven-assembly-plugin</artifactId> |
| 216 | <version>3.1.0</version> |
| 217 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 218 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 219 | <plugin> |
| 220 | <groupId>org.codehaus.mojo</groupId> |
| 221 | <artifactId>exec-maven-plugin</artifactId> |
| 222 | <version>1.4.0</version> |
| 223 | </plugin> |
| 224 | <plugin> |
| 225 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 226 | <artifactId>sonar-maven-plugin</artifactId> |
| 227 | <version>3.0.2</version> |
| 228 | </plugin> |
| 229 | </plugins> |
| 230 | </pluginManagement> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 231 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 232 | <plugins> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 233 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 234 | <!-- Staging Plugin --> |
| 235 | <plugin> |
| 236 | <groupId>org.sonatype.plugins</groupId> |
| 237 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 238 | <version>1.6.7</version> |
| 239 | <extensions>true</extensions> |
| 240 | <configuration> |
| 241 | <nexusUrl>${nexus.proxy}</nexusUrl> |
| 242 | <stagingProfileId>${staging.profile.id}</stagingProfileId> |
| 243 | <serverId>ecomp-staging</serverId> |
| 244 | </configuration> |
| 245 | </plugin> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 246 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 247 | <!-- plugin for parsing the project version --> |
| 248 | <plugin> |
| 249 | <groupId>org.codehaus.mojo</groupId> |
| 250 | <artifactId>build-helper-maven-plugin</artifactId> |
| 251 | <version>1.8</version> |
| 252 | <executions> |
| 253 | <execution> |
| 254 | <id>parse-version</id> |
| 255 | <goals> |
| 256 | <goal>parse-version</goal> |
| 257 | </goals> |
| 258 | </execution> |
| 259 | </executions> |
| 260 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 261 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 262 | <!-- Java Code Coverage --> |
| 263 | <plugin> |
| 264 | <groupId>org.jacoco</groupId> |
| 265 | <artifactId>jacoco-maven-plugin</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 266 | <version>0.8.1</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 267 | <executions> |
| 268 | <execution> |
| 269 | <id>default-prepare-agent</id> |
| 270 | <goals> |
| 271 | <goal>prepare-agent</goal> |
| 272 | </goals> |
| 273 | </execution> |
| 274 | <execution> |
| 275 | <id>default-report</id> |
| 276 | <goals> |
| 277 | <goal>report</goal> |
| 278 | </goals> |
| 279 | </execution> |
| 280 | </executions> |
| 281 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 282 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 283 | <plugin> |
| 284 | <groupId>org.apache.maven.plugins</groupId> |
| 285 | <artifactId>maven-site-plugin</artifactId> |
| 286 | <dependencies> |
| 287 | <dependency> |
| 288 | <groupId>org.apache.maven.wagon</groupId> |
| 289 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 290 | <version>2.10</version> |
| 291 | </dependency> |
| 292 | </dependencies> |
| 293 | </plugin> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 294 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 295 | <!-- Set the deployment repositories properties. --> |
| 296 | <plugin> |
| 297 | <groupId>org.codehaus.gmaven</groupId> |
| 298 | <artifactId>gmaven-plugin</artifactId> |
| 299 | <version>1.4</version> |
| 300 | <executions> |
| 301 | <execution> |
| 302 | <inherited>false</inherited> |
| 303 | <phase>integration-test</phase> |
| 304 | <goals> |
| 305 | <goal>execute</goal> |
| 306 | </goals> |
| 307 | <configuration> |
| 308 | <source> |
| 309 | pom.properties['deploy.url'] = |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 310 | pom.version.contains('-SNAPSHOT') ? |
| 311 | project.distributionManagement.snapshotRepository.url : |
| 312 | project.distributionManagement.repository.url; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 313 | pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 314 | project.distributionManagement.snapshotRepository.id : |
| 315 | project.distributionManagement.repository.id; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 316 | </source> |
| 317 | </configuration> |
| 318 | </execution> |
| 319 | </executions> |
| 320 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 321 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 322 | <!-- license plugin --> |
| 323 | <plugin> |
| 324 | <groupId>org.codehaus.mojo</groupId> |
| 325 | <artifactId>license-maven-plugin</artifactId> |
| 326 | <version>1.10</version> |
| 327 | <configuration> |
| 328 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
| 329 | <processStartTag>============LICENSE_START=======================================================</processStartTag> |
| 330 | <processEndTag>============LICENSE_END=========================================================</processEndTag> |
| 331 | <sectionDelimiter>================================================================================</sectionDelimiter> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 332 | <sectionDelimiter>================================================================================</sectionDelimiter> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 333 | <licenseName>apache_v2</licenseName> |
| 334 | <inceptionYear>2017</inceptionYear> |
| 335 | <organizationName>AT&T Intellectual Property. All rights |
| 336 | reserved. |
| 337 | </organizationName> |
| 338 | <projectName>SDC</projectName> |
| 339 | <canUpdateCopyright>true</canUpdateCopyright> |
| 340 | <canUpdateDescription>true</canUpdateDescription> |
| 341 | <canUpdateLicense>true</canUpdateLicense> |
| 342 | <emptyLineAfterHeader>true</emptyLineAfterHeader> |
| 343 | <verbose>false</verbose> |
| 344 | <includes> |
| 345 | <include>**/*.java</include> |
| 346 | <include>**/*.ts</include> |
| 347 | </includes> |
| 348 | <excludes> |
| 349 | <exclude>**/*.d.ts</exclude> |
| 350 | </excludes> |
| 351 | <roots> |
| 352 | <root>src</root> |
| 353 | <root>app</root> |
| 354 | <root>server-mock</root> |
| 355 | <root>typings</root> |
| 356 | </roots> |
| 357 | <extraExtensions> |
| 358 | <ts>java</ts> |
| 359 | </extraExtensions> |
| 360 | </configuration> |
| 361 | <executions> |
| 362 | <execution> |
| 363 | <id>first</id> |
| 364 | <goals> |
| 365 | <goal>update-file-header</goal> |
| 366 | </goals> |
| 367 | <!--phase>process-sources</phase --> |
| 368 | </execution> |
| 369 | </executions> |
| 370 | </plugin> |
| 371 | </plugins> |
| 372 | </build> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 373 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 374 | <profiles> |
| 375 | <profile> |
| 376 | <id>all</id> |
| 377 | <activation> |
| 378 | <activeByDefault>true</activeByDefault> |
| 379 | </activation> |
| 380 | <modules> |
| 381 | <module>build-tools</module> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 382 | <module>security-utils</module> |
| 383 | <module>common-app-api</module> |
Michael Lando | a6c7910 | 2018-04-30 21:54:40 +0300 | [diff] [blame] | 384 | <module>onboarding</module> |
| 385 | <module>services/activity-spec</module> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 386 | <module>common-be</module> |
| 387 | <module>catalog-dao</module> |
| 388 | <module>catalog-model</module> |
| 389 | <module>catalog-be</module> |
| 390 | <module>asdctool</module> |
| 391 | <module>catalog-ui</module> |
| 392 | <module>catalog-fe</module> |
| 393 | <module>test-apis-ci</module> |
| 394 | <module>ui-ci</module> |
| 395 | <module>sdc-os-chef</module> |
| 396 | <module>utils/webseal-simulator</module> |
| 397 | </modules> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 398 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 399 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 400 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 401 | <profile> |
| 402 | <id>catalog</id> |
| 403 | <activation> |
| 404 | <activeByDefault>false</activeByDefault> |
| 405 | </activation> |
| 406 | <modules> |
| 407 | <module>security-utils</module> |
| 408 | <module>common-app-api</module> |
| 409 | <module>common-be</module> |
| 410 | <module>catalog-dao</module> |
| 411 | <module>catalog-model</module> |
| 412 | <module>catalog-be</module> |
| 413 | <module>asdctool</module> |
| 414 | <module>catalog-ui</module> |
| 415 | <module>catalog-fe</module> |
| 416 | <module>test-apis-ci</module> |
| 417 | <module>ui-ci</module> |
| 418 | </modules> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 419 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 420 | <properties> |
| 421 | <ecomp.version>1.2.7</ecomp.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 422 | <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version> |
| 423 | </properties> |
| 424 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 425 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 426 | <profile> |
| 427 | <id>onboarding</id> |
| 428 | <activation> |
| 429 | <activeByDefault>false</activeByDefault> |
| 430 | </activation> |
| 431 | <modules> |
| 432 | <module>build-tools</module> |
| 433 | <module>onboarding</module> |
| 434 | </modules> |
| 435 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 436 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 437 | </profiles> |
| 438 | |
| 439 | <repositories> |
| 440 | <!-- LF repositories --> |
| 441 | <repository> |
| 442 | <id>ecomp-releases</id> |
| 443 | <name>Release Repository</name> |
| 444 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 445 | </repository> |
| 446 | <repository> |
| 447 | <id>ecomp-snapshots</id> |
| 448 | <name>Snapshots Repository</name> |
| 449 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 450 | </repository> |
| 451 | <repository> |
| 452 | <id>ecomp-public</id> |
| 453 | <name>Public Repository</name> |
| 454 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 455 | </repository> |
| 456 | <!-- LF repositories END--> |
| 457 | </repositories> |
| 458 | |
| 459 | <distributionManagement> |
| 460 | <repository> |
| 461 | <id>ecomp-releases</id> |
| 462 | <name>Release Repository</name> |
| 463 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 464 | </repository> |
| 465 | <snapshotRepository> |
| 466 | <id>ecomp-snapshots</id> |
| 467 | <name>Snapshot Repository</name> |
| 468 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 469 | </snapshotRepository> |
| 470 | <site> |
| 471 | <id>ecomp-site</id> |
| 472 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 473 | </site> |
| 474 | </distributionManagement> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 475 | </project> |