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" |
| 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> |
| 4 | |
| 5 | <groupId>org.openecomp.sdc</groupId> |
| 6 | <artifactId>sdc-main</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 7 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 8 | <packaging>pom</packaging> |
Jessica Wagantall | a38bdc6 | 2017-09-08 12:29:32 -0700 | [diff] [blame] | 9 | <name>sdc</name> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 10 | <properties> |
| 11 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 12 | <maven.compiler.source>1.8</maven.compiler.source> |
| 13 | <maven.compiler.target>1.8</maven.compiler.target> |
| 14 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 15 | <!-- ==================== --> |
| 16 | <!-- Generic properties --> |
| 17 | <!-- ==================== --> |
Michael Lando | 9db4052 | 2017-07-22 17:10:02 +0300 | [diff] [blame] | 18 | <build.type>-SNAPSHOT</build.type> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Michael Lando | 75aacbb | 2017-07-17 21:12:03 +0300 | [diff] [blame] | 20 | <sprint.number>74</sprint.number> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 21 | |
| 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 | <spring-boot.version>1.1.6.RELEASE</spring-boot.version> |
| 27 | <spring.version>4.3.4.RELEASE</spring.version> |
| 28 | <spring.security.version>3.2.3.RELEASE</spring.security.version> |
| 29 | <spring.ldap.version>2.0.1.RELEASE</spring.ldap.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 30 | <jersey-bom.version>2.24</jersey-bom.version> |
| 31 | <servlet-api.version>2.5</servlet-api.version> |
| 32 | |
Yuli Shlosberg | 9dde926 | 2017-09-12 14:11:48 +0300 | [diff] [blame] | 33 | <artifact-generator-api.version>${project.version}</artifact-generator-api.version> |
| 34 | <artifact-generator-core.version>${project.version}</artifact-generator-core.version> |
Avi Ziv | 11c4384 | 2017-07-16 15:21:15 +0300 | [diff] [blame] | 35 | <ecomp.version>1.1.0</ecomp.version> |
Yuli Shlosberg | 9dde926 | 2017-09-12 14:11:48 +0300 | [diff] [blame] | 36 | <dox-common-lib.version>${project.version}</dox-common-lib.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 37 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 38 | <!-- Elastic Search mapper (reference the elastic search version actually). --> |
| 39 | <elastic-search.version>2.1.0</elastic-search.version> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 40 | <catalog-artifacts.version>1.0.0-SNAPSHOT</catalog-artifacts.version> |
| 41 | <catalog-builders.version>1.0.0-SNAPSHOT</catalog-builders.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 42 | <jetty.version>9.2.10.v20150310</jetty.version> |
| 43 | |
| 44 | <!-- JSON and YAML Parsing --> |
| 45 | <jackson.version>2.6.2</jackson.version> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 46 | <jackson.yaml.version>2.8.1</jackson.yaml.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 47 | <jackson.annotations.version>2.6.0</jackson.annotations.version> |
| 48 | |
| 49 | <!-- Yaml for properties --> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 50 | <snakeyaml.version>1.14</snakeyaml.version> |
| 51 | <functionaljava.version>4.4</functionaljava.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 52 | <httpclient.version>4.4.1</httpclient.version> |
| 53 | <httpcore.version>4.4.1</httpcore.version> |
| 54 | <json-simple.version>1.1</json-simple.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 55 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 56 | |
| 57 | <!-- Logging start --> |
| 58 | <!-- logback --> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 59 | <logback.version>1.1.2</logback.version> |
| 60 | <slf4j-api.version>1.7.10</slf4j-api.version> |
| 61 | <commons-codec>1.10</commons-codec> |
| 62 | <commons-logging>1.2</commons-logging> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 63 | <groovy.version>2.3.5</groovy.version> |
| 64 | <janino.version>3.0.6</janino.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 65 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 66 | <!-- aspects --> |
| 67 | <jcabi.version>0.20.1</jcabi.version> |
| 68 | <aspectjrt.version>1.8.4</aspectjrt.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 69 | <aspectj.version>1.7.4</aspectj.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 70 | <jcabi.plugin.version>0.13.2</jcabi.plugin.version> |
Michael Lando | 3c3c833 | 2017-07-20 01:29:49 +0300 | [diff] [blame] | 71 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 72 | <!-- Logging end --> |
| 73 | <!-- System Metrics --> |
| 74 | <sigar.version>1.6.4</sigar.version> |
| 75 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 76 | <regex.version>3.0.3</regex.version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 77 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 78 | <codehaus.jackson.core>1.9.2</codehaus.jackson.core> |
| 79 | |
| 80 | <!--GSON--> |
| 81 | <gson.version>2.3.1</gson.version> |
| 82 | |
| 83 | <!--listen to file changes--> |
| 84 | <commons-jci-core.version>1.1</commons-jci-core.version> |
| 85 | |
| 86 | <!--TESTING--> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 87 | <mockito.version>2.12.0</mockito.version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 88 | <junit.version>4.12</junit.version> |
| 89 | <testng.version>6.9.10</testng.version> |
| 90 | <extentreports.version>3.0.3</extentreports.version> |
Tal Gitelman | ffdda7d | 2017-07-02 15:33:25 +0300 | [diff] [blame] | 91 | |
Tal Gitelman | ed7e1c3 | 2017-06-29 19:30:00 +0300 | [diff] [blame] | 92 | <!-- parser--> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 93 | <sdc-tosca-parser.version>1.1.56-SNAPSHOT</sdc-tosca-parser.version> |
Tal Gitelman | ffdda7d | 2017-07-02 15:33:25 +0300 | [diff] [blame] | 94 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 95 | <!--JaCoCO --> |
| 96 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 97 | <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath> |
| 98 | <sonar.jacoco.itReportPath>${project.basedir}/../target/it-jacoco.exec</sonar.jacoco.itReportPath> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 99 | <sonar.language>java</sonar.language> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 100 | <!-- Sonar properties --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 101 | <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 102 | <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 103 | <sonar.sources>.</sonar.sources> |
ml636r | 72e56e4 | 2017-02-27 12:36:59 +0200 | [diff] [blame] | 104 | <sonar.exclusions>**/scripts/**/*</sonar.exclusions> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 105 | <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions> |
| 106 | <sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions> |
Michael Lando | e2598f0 | 2017-10-18 02:01:08 +0300 | [diff] [blame] | 107 | <sonar.branch>${project.version}</sonar.branch> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 108 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 109 | <assertj.version>3.8.0</assertj.version> |
| 110 | |
| 111 | <!--cassandra --> |
| 112 | <cassandra.driver.version>3.0.0</cassandra.driver.version> |
| 113 | <!-- maven central (Nexus) --> |
| 114 | <nexus.id.release>nexus</nexus.id.release> |
| 115 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
| 116 | |
| 117 | <assertj.version>3.8.0</assertj.version> |
| 118 | |
| 119 | <!--cassandra --> |
| 120 | <cassandra.driver.version>3.0.0</cassandra.driver.version> |
| 121 | <!-- maven central (Nexus) --> |
| 122 | <nexus.id.release>nexus</nexus.id.release> |
| 123 | <nexus.id.snapshot>nexus</nexus.id.snapshot> |
| 124 | |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 125 | <!--nexus--> |
Andrew Grimberg | e636a20 | 2017-03-29 13:11:14 -0700 | [diff] [blame] | 126 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
ig6133 | a16ca44 | 2017-04-05 16:10:49 +0300 | [diff] [blame] | 127 | <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> |
ml636r | d0214c7 | 2017-02-22 11:36:55 +0200 | [diff] [blame] | 128 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
Michael Lando | 5e3ea6a | 2017-03-15 22:15:17 +0200 | [diff] [blame] | 129 | <!--maven--> |
| 130 | <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 131 | </properties> |
| 132 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 133 | <dependencyManagement> |
| 134 | <dependencies> |
| 135 | <dependency> |
| 136 | <groupId>org.assertj</groupId> |
| 137 | <artifactId>assertj-core</artifactId> |
| 138 | <version>${assertj.version}</version> |
| 139 | </dependency> |
| 140 | |
| 141 | <dependency> |
| 142 | <groupId>org.mockito</groupId> |
| 143 | <artifactId>mockito-core</artifactId> |
| 144 | <version>${mockito.version}</version> |
| 145 | </dependency> |
| 146 | </dependencies> |
| 147 | </dependencyManagement> |
| 148 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 149 | <reporting> |
| 150 | <plugins> |
| 151 | <plugin> |
| 152 | <groupId>org.apache.maven.plugins</groupId> |
| 153 | <artifactId>maven-javadoc-plugin</artifactId> |
vempo | fcfaa3e | 2017-10-10 15:50:37 +0000 | [diff] [blame] | 154 | <version>3.0.0-M1</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 155 | <configuration> |
| 156 | <failOnError>false</failOnError> |
| 157 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 158 | <docletArtifact> |
| 159 | <groupId>org.umlgraph</groupId> |
| 160 | <artifactId>umlgraph</artifactId> |
| 161 | <version>5.6</version> |
| 162 | </docletArtifact> |
| 163 | <additionalparam>-views</additionalparam> |
| 164 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 165 | </configuration> |
| 166 | </plugin> |
| 167 | </plugins> |
| 168 | </reporting> |
| 169 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 170 | <build> |
| 171 | <pluginManagement> |
| 172 | <plugins> |
| 173 | |
| 174 | <plugin> |
| 175 | <groupId>org.apache.maven.plugins</groupId> |
| 176 | <artifactId>maven-site-plugin</artifactId> |
| 177 | <version>3.4</version> |
| 178 | <dependencies> |
| 179 | <dependency> |
| 180 | <groupId>org.apache.maven.wagon</groupId> |
| 181 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 182 | <version>2.10</version> |
| 183 | </dependency> |
| 184 | </dependencies> |
| 185 | </plugin> |
| 186 | |
| 187 | |
| 188 | <plugin> |
| 189 | <groupId>org.apache.maven.plugins</groupId> |
| 190 | <artifactId>maven-assembly-plugin</artifactId> |
| 191 | <version>2.6</version> |
| 192 | </plugin> |
| 193 | |
| 194 | <plugin> |
| 195 | <groupId>org.codehaus.mojo</groupId> |
| 196 | <artifactId>exec-maven-plugin</artifactId> |
| 197 | <version>1.4.0</version> |
| 198 | </plugin> |
| 199 | <plugin> |
| 200 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 201 | <artifactId>sonar-maven-plugin</artifactId> |
| 202 | <version>3.0.2</version> |
| 203 | </plugin> |
| 204 | </plugins> |
| 205 | </pluginManagement> |
| 206 | |
| 207 | <plugins> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 208 | |
| 209 | <!-- Staging Plugin --> |
| 210 | <plugin> |
| 211 | <groupId>org.sonatype.plugins</groupId> |
| 212 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 213 | <version>1.6.7</version> |
| 214 | <extensions>true</extensions> |
| 215 | <configuration> |
| 216 | <nexusUrl>${nexus.proxy}</nexusUrl> |
| 217 | <stagingProfileId>${staging.profile.id}</stagingProfileId> |
| 218 | <serverId>ecomp-staging</serverId> |
| 219 | </configuration> |
| 220 | </plugin> |
| 221 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 222 | <plugin> |
| 223 | <artifactId>maven-surefire-plugin</artifactId> |
| 224 | <version>2.19.1</version> |
| 225 | <configuration> |
| 226 | <systemPropertyVariables> |
| 227 | <logback.configurationFile>src/test/resources/logback-test.xml</logback.configurationFile> |
| 228 | </systemPropertyVariables> |
| 229 | </configuration> |
| 230 | </plugin> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 231 | <!-- plugin for parsing the project version --> |
| 232 | <plugin> |
| 233 | <groupId>org.codehaus.mojo</groupId> |
| 234 | <artifactId>build-helper-maven-plugin</artifactId> |
| 235 | <version>1.8</version> |
| 236 | <executions> |
| 237 | <execution> |
| 238 | <id>parse-version</id> |
| 239 | <goals> |
| 240 | <goal>parse-version</goal> |
| 241 | </goals> |
| 242 | </execution> |
| 243 | </executions> |
| 244 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 245 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 246 | <!-- Java Code Coverage --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 247 | <plugin> |
| 248 | <groupId>org.jacoco</groupId> |
| 249 | <artifactId>jacoco-maven-plugin</artifactId> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 250 | <version>0.7.9</version> |
| 251 | <configuration> |
| 252 | <append>true</append> |
| 253 | <destFile>${sonar.jacoco.reportPath}</destFile> |
| 254 | <dataFile>${sonar.jacoco.reportPath}</dataFile> |
| 255 | </configuration> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 256 | <executions> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 257 | <execution> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 258 | <id>default-prepare-agent</id> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 259 | <goals> |
| 260 | <goal>prepare-agent</goal> |
| 261 | </goals> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 262 | </execution> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 263 | <execution> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 264 | <id>default-report</id> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 265 | <goals> |
| 266 | <goal>report</goal> |
| 267 | </goals> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 268 | </execution> |
| 269 | </executions> |
| 270 | </plugin> |
Idan Amit | 86e98e7 | 2017-10-03 14:29:28 +0300 | [diff] [blame] | 271 | |
| 272 | <plugin> |
| 273 | <groupId>org.apache.maven.plugins</groupId> |
| 274 | <artifactId>maven-site-plugin</artifactId> |
Idan Amit | 86e98e7 | 2017-10-03 14:29:28 +0300 | [diff] [blame] | 275 | <dependencies> |
| 276 | <dependency> |
| 277 | <groupId>org.apache.maven.wagon</groupId> |
| 278 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 279 | <version>2.10</version> |
| 280 | </dependency> |
| 281 | </dependencies> |
| 282 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 283 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 284 | <!-- Set the deployment repositories properties. --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 285 | <plugin> |
| 286 | <groupId>org.codehaus.gmaven</groupId> |
| 287 | <artifactId>gmaven-plugin</artifactId> |
| 288 | <version>1.4</version> |
| 289 | <executions> |
| 290 | <execution> |
| 291 | <inherited>false</inherited> |
| 292 | <phase>integration-test</phase> |
| 293 | <goals> |
| 294 | <goal>execute</goal> |
| 295 | </goals> |
| 296 | <configuration> |
| 297 | <source> |
| 298 | pom.properties['deploy.url']= |
| 299 | pom.version.contains('-SNAPSHOT') ? |
| 300 | project.distributionManagement.snapshotRepository.url : |
| 301 | project.distributionManagement.repository.url; |
| 302 | pom.properties['repo.id']= pom.version.contains('-SNAPSHOT') ? |
| 303 | project.distributionManagement.snapshotRepository.id : |
| 304 | project.distributionManagement.repository.id; |
| 305 | </source> |
| 306 | </configuration> |
| 307 | </execution> |
| 308 | </executions> |
| 309 | </plugin> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 310 | </plugins> |
| 311 | </build> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 312 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 313 | <profiles> |
| 314 | <profile> |
| 315 | <id>all</id> |
| 316 | <activation> |
| 317 | <activeByDefault>true</activeByDefault> |
| 318 | </activation> |
| 319 | <modules> |
vempo | 09d4f06 | 2017-08-29 18:15:04 +0300 | [diff] [blame] | 320 | <module>build-tools</module> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 321 | <module>onboarding</module> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 322 | <module>security-utils</module> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 323 | <module>common-app-api</module> |
| 324 | <module>common-be</module> |
| 325 | <module>catalog-dao</module> |
| 326 | <module>catalog-model</module> |
| 327 | <module>catalog-be</module> |
| 328 | <module>asdctool</module> |
| 329 | <module>catalog-ui</module> |
| 330 | <module>catalog-fe</module> |
| 331 | <module>asdc-tests</module> |
Michael Lando | 4d97d5f | 2017-06-17 22:40:44 +0300 | [diff] [blame] | 332 | <module>test-apis-ci</module> |
| 333 | <module>ui-ci</module> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 334 | <module>sdc-os-chef</module> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 335 | </modules> |
| 336 | |
| 337 | </profile> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 338 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 339 | <profile> |
| 340 | <id>catalog</id> |
| 341 | <activation> |
| 342 | <activeByDefault>false</activeByDefault> |
| 343 | </activation> |
| 344 | <modules> |
| 345 | <module>security-utils</module> |
| 346 | <module>common-app-api</module> |
| 347 | <module>common-be</module> |
| 348 | <module>catalog-dao</module> |
| 349 | <module>catalog-model</module> |
| 350 | <module>catalog-be</module> |
| 351 | <module>asdctool</module> |
| 352 | <module>catalog-ui</module> |
| 353 | <module>catalog-fe</module> |
| 354 | <module>asdc-tests</module> |
| 355 | <module>test-apis-ci</module> |
| 356 | <module>ui-ci</module> |
Michael Lando | c61d224 | 2017-06-20 11:07:13 +0300 | [diff] [blame] | 357 | </modules> |
| 358 | |
| 359 | <properties> |
| 360 | <ecomp.version>1.2.7</ecomp.version> |
Idan Amit | 6cc9a11 | 2017-09-13 17:21:33 +0300 | [diff] [blame] | 361 | <artifact-generator-api.version>1710.0.0</artifact-generator-api.version> |
| 362 | <artifact-generator-core.version>1710.0.0</artifact-generator-core.version> |
| 363 | <dox-common-lib.version>1710.0.0</dox-common-lib.version> |
Tal Gitelman | a20a3a0 | 2017-11-01 14:40:02 +0200 | [diff] [blame] | 364 | <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version> |
Michael Lando | 546f7cf | 2017-09-23 00:05:17 +0300 | [diff] [blame] | 365 | </properties> |
Michael Lando | c61d224 | 2017-06-20 11:07:13 +0300 | [diff] [blame] | 366 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 367 | |
| 368 | <profile> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 369 | <id>catalog-be</id> |
| 370 | <activation> |
| 371 | <activeByDefault>false</activeByDefault> |
| 372 | </activation> |
| 373 | <modules> |
| 374 | <module>security-utils</module> |
| 375 | <module>common-app-api</module> |
| 376 | <module>common-be</module> |
| 377 | <module>catalog-dao</module> |
| 378 | <module>catalog-model</module> |
| 379 | <module>catalog-be</module> |
| 380 | </modules> |
| 381 | <properties> |
| 382 | <ecomp.version>1.2.7</ecomp.version> |
| 383 | <artifact-generator-api.version>1710.0.0</artifact-generator-api.version> |
| 384 | <artifact-generator-core.version>1710.0.0</artifact-generator-core.version> |
| 385 | <dox-common-lib.version>1710.0.0</dox-common-lib.version> |
| 386 | <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version> |
| 387 | </properties> |
| 388 | </profile> |
| 389 | <profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 390 | <id>onboarding</id> |
| 391 | <activation> |
| 392 | <activeByDefault>false</activeByDefault> |
| 393 | </activation> |
| 394 | <modules> |
vempo | ab2b6de | 2017-09-18 18:42:12 +0300 | [diff] [blame] | 395 | <module>build-tools</module> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 396 | <module>onboarding</module> |
| 397 | </modules> |
| 398 | </profile> |
sheetalm | 64ffbe2 | 2017-12-13 15:25:05 +0530 | [diff] [blame] | 399 | |
| 400 | <profile> |
| 401 | <id>dev-integ</id> |
| 402 | <activation> |
| 403 | <activeByDefault>false</activeByDefault> |
| 404 | </activation> |
| 405 | <dependencies> |
| 406 | <dependency> |
| 407 | <groupId>org.togglz</groupId> |
| 408 | <artifactId>togglz-console</artifactId> |
| 409 | <version>${togglz.version}</version> |
| 410 | </dependency> |
| 411 | </dependencies> |
| 412 | </profile> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 413 | </profiles> |
| 414 | |
| 415 | <repositories> |
Tal Gitelman | e2391b8 | 2017-08-03 15:53:48 +0300 | [diff] [blame] | 416 | <!-- LF repositories --> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 417 | <repository> |
| 418 | <id>ecomp-releases</id> |
| 419 | <name>Release Repository</name> |
| 420 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 421 | </repository> |
| 422 | <repository> |
| 423 | <id>ecomp-staging</id> |
| 424 | <name>Staging Repository</name> |
| 425 | <url>${nexus.proxy}/content/repositories/staging/</url> |
| 426 | </repository> |
| 427 | <repository> |
| 428 | <id>ecomp-snapshots</id> |
| 429 | <name>Snapshots Repository</name> |
| 430 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 431 | </repository> |
Idan Amit | 317e3bc | 2017-08-16 10:26:17 +0300 | [diff] [blame] | 432 | <repository> |
| 433 | <id>ecomp-public</id> |
| 434 | <name>Public Repository</name> |
| 435 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 436 | </repository> |
Tal Gitelman | e2391b8 | 2017-08-03 15:53:48 +0300 | [diff] [blame] | 437 | <!-- LF repositories END--> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 438 | </repositories> |
| 439 | |
| 440 | <distributionManagement> |
| 441 | |
| 442 | <repository> |
| 443 | <id>ecomp-releases</id> |
| 444 | <name>Release Repository</name> |
| 445 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 446 | </repository> |
| 447 | <snapshotRepository> |
| 448 | <id>ecomp-snapshots</id> |
| 449 | <name>Snapshot Repository</name> |
| 450 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 451 | </snapshotRepository> |
| 452 | <site> |
| 453 | <id>ecomp-site</id> |
| 454 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 455 | </site> |
| 456 | </distributionManagement> |
| 457 | </project> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 458 | |