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> |
Tal Gitelman | c63a340 | 2018-08-05 17:16:15 +0300 | [diff] [blame] | 39 | <jetty.version>9.3.20.v20170531</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> |
Michael Lando | 734d54d | 2018-07-30 12:31:21 +0300 | [diff] [blame] | 94 | <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |
| 95 | <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |
| 96 | <sonar.branch>${project.version}</sonar.branch> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 97 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 98 | <!--cassandra --> |
| 99 | <cassandra.driver.version>3.0.0</cassandra.driver.version> |
| 100 | <!-- maven central (Nexus) --> |
| 101 | <nexus.id.release>nexus</nexus.id.release> |
| 102 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 103 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 104 | <!--nexus--> |
| 105 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 106 | <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> |
| 107 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
| 108 | <!--maven--> |
| 109 | <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |
| 110 | <!--io.fabric8--> |
| 111 | <fabric8.version>0.23.0</fabric8.version> |
| 112 | <!--docker tags--> |
| 113 | <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag> |
| 114 | <!--<docker.latest.tag>${project.version}-latest</docker.latest.tag>--> |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 115 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 116 | </properties> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 117 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 118 | <dependencyManagement> |
| 119 | <dependencies> |
| 120 | <dependency> |
| 121 | <groupId>org.glassfish.jersey.ext</groupId> |
| 122 | <artifactId>jersey-bean-validation</artifactId> |
| 123 | <version>${jersey-bom.version}</version> |
| 124 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 125 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 126 | <dependency> |
| 127 | <groupId>org.glassfish.hk2.external</groupId> |
| 128 | <artifactId>asm-all-repackaged</artifactId> |
| 129 | <version>2.4.0</version> |
| 130 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 131 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 132 | <dependency> |
| 133 | <groupId>org.assertj</groupId> |
| 134 | <artifactId>assertj-core</artifactId> |
| 135 | <version>${assertj.version}</version> |
| 136 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 137 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 138 | <dependency> |
| 139 | <groupId>org.mockito</groupId> |
| 140 | <artifactId>mockito-core</artifactId> |
| 141 | <version>${mockito.version}</version> |
| 142 | </dependency> |
Tal Gitelman | b2533e5 | 2018-06-06 14:46:07 +0300 | [diff] [blame] | 143 | |
Yuli Shlosberg | e466931 | 2018-04-26 15:48:26 +0300 | [diff] [blame] | 144 | <dependency> |
| 145 | <groupId>org.jmockit</groupId> |
| 146 | <artifactId>jmockit</artifactId> |
| 147 | <version>${jmockit.version}</version> |
| 148 | </dependency> |
| 149 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 150 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 151 | <dependency> |
| 152 | <groupId>com.github.tomakehurst</groupId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 153 | <artifactId>wiremock-standalone</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 154 | <version>${wire-mock.version}</version> |
| 155 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 156 | |
| 157 | <dependency> |
| 158 | <groupId>io.cucumber</groupId> |
| 159 | <artifactId>cucumber-java</artifactId> |
| 160 | <version>${cucumber.version}</version> |
| 161 | </dependency> |
| 162 | |
| 163 | <dependency> |
| 164 | <groupId>io.cucumber</groupId> |
| 165 | <artifactId>cucumber-junit</artifactId> |
| 166 | <version>${cucumber.version}</version> |
| 167 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 168 | |
| 169 | <dependency> |
| 170 | <groupId>org.apache.commons</groupId> |
| 171 | <artifactId>commons-lang3</artifactId> |
| 172 | <version>${lang3.version}</version> |
| 173 | </dependency> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 174 | </dependencies> |
| 175 | </dependencyManagement> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 176 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 177 | <reporting> |
| 178 | <plugins> |
| 179 | <plugin> |
| 180 | <groupId>org.apache.maven.plugins</groupId> |
| 181 | <artifactId>maven-javadoc-plugin</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 182 | <version>3.0.0</version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 183 | <configuration> |
| 184 | <failOnError>false</failOnError> |
| 185 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 186 | <docletArtifact> |
| 187 | <groupId>org.umlgraph</groupId> |
| 188 | <artifactId>umlgraph</artifactId> |
| 189 | <version>5.6</version> |
| 190 | </docletArtifact> |
| 191 | <additionalparam>-views</additionalparam> |
| 192 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 193 | </configuration> |
| 194 | </plugin> |
| 195 | </plugins> |
| 196 | </reporting> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 197 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 198 | <build> |
| 199 | <pluginManagement> |
| 200 | <plugins> |
vempo | 806d077 | 2018-08-08 15:40:46 +0300 | [diff] [blame] | 201 | <plugin> |
| 202 | <groupId>org.jacoco</groupId> |
| 203 | <artifactId>jacoco-maven-plugin</artifactId> |
| 204 | <version>0.8.1</version> |
| 205 | </plugin> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 206 | <plugin> |
| 207 | <groupId>org.apache.maven.plugins</groupId> |
| 208 | <artifactId>maven-site-plugin</artifactId> |
| 209 | <version>3.4</version> |
| 210 | <dependencies> |
| 211 | <dependency> |
| 212 | <groupId>org.apache.maven.wagon</groupId> |
| 213 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 214 | <version>2.10</version> |
| 215 | </dependency> |
| 216 | </dependencies> |
| 217 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 218 | |
| 219 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 220 | <plugin> |
| 221 | <groupId>org.apache.maven.plugins</groupId> |
| 222 | <artifactId>maven-assembly-plugin</artifactId> |
| 223 | <version>3.1.0</version> |
| 224 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 225 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 226 | <plugin> |
| 227 | <groupId>org.codehaus.mojo</groupId> |
| 228 | <artifactId>exec-maven-plugin</artifactId> |
| 229 | <version>1.4.0</version> |
| 230 | </plugin> |
| 231 | <plugin> |
| 232 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 233 | <artifactId>sonar-maven-plugin</artifactId> |
| 234 | <version>3.0.2</version> |
| 235 | </plugin> |
| 236 | </plugins> |
| 237 | </pluginManagement> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 238 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 239 | <plugins> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 240 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 241 | <!-- Staging Plugin --> |
| 242 | <plugin> |
| 243 | <groupId>org.sonatype.plugins</groupId> |
| 244 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 245 | <version>1.6.7</version> |
| 246 | <extensions>true</extensions> |
| 247 | <configuration> |
| 248 | <nexusUrl>${nexus.proxy}</nexusUrl> |
| 249 | <stagingProfileId>${staging.profile.id}</stagingProfileId> |
| 250 | <serverId>ecomp-staging</serverId> |
| 251 | </configuration> |
| 252 | </plugin> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 253 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 254 | <!-- plugin for parsing the project version --> |
| 255 | <plugin> |
| 256 | <groupId>org.codehaus.mojo</groupId> |
| 257 | <artifactId>build-helper-maven-plugin</artifactId> |
| 258 | <version>1.8</version> |
| 259 | <executions> |
| 260 | <execution> |
| 261 | <id>parse-version</id> |
| 262 | <goals> |
| 263 | <goal>parse-version</goal> |
| 264 | </goals> |
| 265 | </execution> |
| 266 | </executions> |
| 267 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 268 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 269 | <!-- Java Code Coverage --> |
| 270 | <plugin> |
| 271 | <groupId>org.jacoco</groupId> |
| 272 | <artifactId>jacoco-maven-plugin</artifactId> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 273 | <executions> |
| 274 | <execution> |
| 275 | <id>default-prepare-agent</id> |
| 276 | <goals> |
| 277 | <goal>prepare-agent</goal> |
| 278 | </goals> |
| 279 | </execution> |
| 280 | <execution> |
| 281 | <id>default-report</id> |
| 282 | <goals> |
| 283 | <goal>report</goal> |
| 284 | </goals> |
| 285 | </execution> |
| 286 | </executions> |
| 287 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 288 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 289 | <plugin> |
| 290 | <groupId>org.apache.maven.plugins</groupId> |
| 291 | <artifactId>maven-site-plugin</artifactId> |
| 292 | <dependencies> |
| 293 | <dependency> |
| 294 | <groupId>org.apache.maven.wagon</groupId> |
| 295 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 296 | <version>2.10</version> |
| 297 | </dependency> |
| 298 | </dependencies> |
| 299 | </plugin> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 300 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 301 | <!-- Set the deployment repositories properties. --> |
| 302 | <plugin> |
| 303 | <groupId>org.codehaus.gmaven</groupId> |
| 304 | <artifactId>gmaven-plugin</artifactId> |
| 305 | <version>1.4</version> |
| 306 | <executions> |
| 307 | <execution> |
| 308 | <inherited>false</inherited> |
| 309 | <phase>integration-test</phase> |
| 310 | <goals> |
| 311 | <goal>execute</goal> |
| 312 | </goals> |
| 313 | <configuration> |
| 314 | <source> |
| 315 | pom.properties['deploy.url'] = |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 316 | pom.version.contains('-SNAPSHOT') ? |
| 317 | project.distributionManagement.snapshotRepository.url : |
| 318 | project.distributionManagement.repository.url; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 319 | pom.properties['repo.id'] = pom.version.contains('-SNAPSHOT') ? |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 320 | project.distributionManagement.snapshotRepository.id : |
| 321 | project.distributionManagement.repository.id; |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 322 | </source> |
| 323 | </configuration> |
| 324 | </execution> |
| 325 | </executions> |
| 326 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 327 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 328 | <!-- license plugin --> |
| 329 | <plugin> |
| 330 | <groupId>org.codehaus.mojo</groupId> |
| 331 | <artifactId>license-maven-plugin</artifactId> |
| 332 | <version>1.10</version> |
| 333 | <configuration> |
| 334 | <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> |
| 335 | <processStartTag>============LICENSE_START=======================================================</processStartTag> |
| 336 | <processEndTag>============LICENSE_END=========================================================</processEndTag> |
| 337 | <sectionDelimiter>================================================================================</sectionDelimiter> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 338 | <sectionDelimiter>================================================================================</sectionDelimiter> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 339 | <licenseName>apache_v2</licenseName> |
| 340 | <inceptionYear>2017</inceptionYear> |
| 341 | <organizationName>AT&T Intellectual Property. All rights |
| 342 | reserved. |
| 343 | </organizationName> |
| 344 | <projectName>SDC</projectName> |
| 345 | <canUpdateCopyright>true</canUpdateCopyright> |
| 346 | <canUpdateDescription>true</canUpdateDescription> |
| 347 | <canUpdateLicense>true</canUpdateLicense> |
| 348 | <emptyLineAfterHeader>true</emptyLineAfterHeader> |
| 349 | <verbose>false</verbose> |
| 350 | <includes> |
| 351 | <include>**/*.java</include> |
| 352 | <include>**/*.ts</include> |
| 353 | </includes> |
| 354 | <excludes> |
| 355 | <exclude>**/*.d.ts</exclude> |
| 356 | </excludes> |
| 357 | <roots> |
| 358 | <root>src</root> |
| 359 | <root>app</root> |
| 360 | <root>server-mock</root> |
| 361 | <root>typings</root> |
| 362 | </roots> |
| 363 | <extraExtensions> |
| 364 | <ts>java</ts> |
| 365 | </extraExtensions> |
| 366 | </configuration> |
| 367 | <executions> |
| 368 | <execution> |
| 369 | <id>first</id> |
| 370 | <goals> |
| 371 | <goal>update-file-header</goal> |
| 372 | </goals> |
| 373 | <!--phase>process-sources</phase --> |
| 374 | </execution> |
| 375 | </executions> |
| 376 | </plugin> |
| 377 | </plugins> |
| 378 | </build> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 379 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 380 | <profiles> |
| 381 | <profile> |
| 382 | <id>all</id> |
| 383 | <activation> |
| 384 | <activeByDefault>true</activeByDefault> |
| 385 | </activation> |
| 386 | <modules> |
| 387 | <module>build-tools</module> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 388 | <module>security-utils</module> |
| 389 | <module>common-app-api</module> |
Michael Lando | a6c7910 | 2018-04-30 21:54:40 +0300 | [diff] [blame] | 390 | <module>onboarding</module> |
| 391 | <module>services/activity-spec</module> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 392 | <module>common-be</module> |
| 393 | <module>catalog-dao</module> |
| 394 | <module>catalog-model</module> |
| 395 | <module>catalog-be</module> |
| 396 | <module>asdctool</module> |
| 397 | <module>catalog-ui</module> |
| 398 | <module>catalog-fe</module> |
| 399 | <module>test-apis-ci</module> |
| 400 | <module>ui-ci</module> |
| 401 | <module>sdc-os-chef</module> |
| 402 | <module>utils/webseal-simulator</module> |
| 403 | </modules> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 404 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 405 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 406 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 407 | <profile> |
| 408 | <id>catalog</id> |
| 409 | <activation> |
| 410 | <activeByDefault>false</activeByDefault> |
| 411 | </activation> |
| 412 | <modules> |
| 413 | <module>security-utils</module> |
| 414 | <module>common-app-api</module> |
| 415 | <module>common-be</module> |
| 416 | <module>catalog-dao</module> |
| 417 | <module>catalog-model</module> |
| 418 | <module>catalog-be</module> |
| 419 | <module>asdctool</module> |
| 420 | <module>catalog-ui</module> |
| 421 | <module>catalog-fe</module> |
| 422 | <module>test-apis-ci</module> |
| 423 | <module>ui-ci</module> |
| 424 | </modules> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 425 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 426 | <properties> |
| 427 | <ecomp.version>1.2.7</ecomp.version> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 428 | <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version> |
| 429 | </properties> |
| 430 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 431 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 432 | <profile> |
| 433 | <id>onboarding</id> |
| 434 | <activation> |
| 435 | <activeByDefault>false</activeByDefault> |
| 436 | </activation> |
| 437 | <modules> |
| 438 | <module>build-tools</module> |
| 439 | <module>onboarding</module> |
| 440 | </modules> |
| 441 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 442 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 443 | </profiles> |
| 444 | |
| 445 | <repositories> |
| 446 | <!-- LF repositories --> |
| 447 | <repository> |
| 448 | <id>ecomp-releases</id> |
| 449 | <name>Release Repository</name> |
| 450 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 451 | </repository> |
| 452 | <repository> |
| 453 | <id>ecomp-snapshots</id> |
| 454 | <name>Snapshots Repository</name> |
| 455 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 456 | </repository> |
| 457 | <repository> |
| 458 | <id>ecomp-public</id> |
| 459 | <name>Public Repository</name> |
| 460 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 461 | </repository> |
| 462 | <!-- LF repositories END--> |
| 463 | </repositories> |
| 464 | |
| 465 | <distributionManagement> |
| 466 | <repository> |
| 467 | <id>ecomp-releases</id> |
| 468 | <name>Release Repository</name> |
| 469 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 470 | </repository> |
| 471 | <snapshotRepository> |
| 472 | <id>ecomp-snapshots</id> |
| 473 | <name>Snapshot Repository</name> |
| 474 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 475 | </snapshotRepository> |
| 476 | <site> |
| 477 | <id>ecomp-site</id> |
| 478 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 479 | </site> |
| 480 | </distributionManagement> |
Tal Gitelman | c63a340 | 2018-08-05 17:16:15 +0300 | [diff] [blame] | 481 | </project> |