sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 1 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 4 | |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
sheetalm | 894285b | 2018-04-12 13:20:36 +0530 | [diff] [blame] | 7 | <groupId>org.onap.sdc.activityspec</groupId> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 8 | <artifactId>activity-spec</artifactId> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 9 | <packaging>pom</packaging> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 10 | |
vempo | c3c4816 | 2018-04-22 20:02:08 +0300 | [diff] [blame] | 11 | <parent> |
| 12 | <groupId>org.openecomp.sdc</groupId> |
| 13 | <artifactId>sdc-main</artifactId> |
Michael Lando | d8a0dea | 2018-06-02 19:23:27 +0300 | [diff] [blame] | 14 | <version>1.3.0-SNAPSHOT</version> |
vempo | c3c4816 | 2018-04-22 20:02:08 +0300 | [diff] [blame] | 15 | <relativePath>../..</relativePath> |
| 16 | </parent> |
| 17 | |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 18 | <properties> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 19 | |
| 20 | <maven.compiler.source>1.8</maven.compiler.source> |
| 21 | <maven.compiler.target>1.8</maven.compiler.target> |
| 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 23 | |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 24 | <mvn.surefire.version>2.19.1</mvn.surefire.version> |
| 25 | <jacoco.version>0.7.9</jacoco.version> |
| 26 | <mvn.compiler.version>2.5.1</mvn.compiler.version> |
| 27 | <mvn.license.version>1.10</mvn.license.version> |
| 28 | <mvn.assembly.version>2.1</mvn.assembly.version> |
| 29 | <mvn.deploy.version>2.4</mvn.deploy.version> |
| 30 | <mvn.jar.version>2.4</mvn.jar.version> |
| 31 | <mvn.war.version>2.1.1</mvn.war.version> |
| 32 | <mvn.swagger.version>3.1.0</mvn.swagger.version> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 33 | <mvn.resources.version>3.0.2</mvn.resources.version> |
Avi Ziv | c175a0d | 2018-03-15 13:21:44 +0200 | [diff] [blame] | 34 | <mvn.docker.version>0.23.0</mvn.docker.version> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 35 | |
| 36 | <mockito.all.version>1.10.19</mockito.all.version> |
Michael Lando | 636c993 | 2018-05-22 18:26:11 +0300 | [diff] [blame] | 37 | <spring.framework.version>4.3.15.RELEASE</spring.framework.version> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 38 | <cxf.version>3.1.8</cxf.version> |
| 39 | <ws.rs.version>2.0.1</ws.rs.version> |
| 40 | <javax.inject.version>1</javax.inject.version> |
| 41 | <jersey.multipart.version>1.18.1</jersey.multipart.version> |
| 42 | <javax.servlet.version>2.5</javax.servlet.version> |
| 43 | <org.codehaus.jackson.version>1.9.13</org.codehaus.jackson.version> |
sheetalm | eb77030 | 2018-04-13 13:02:52 +0530 | [diff] [blame] | 44 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 45 | <sitePath>/content/sites/site/org/onap/sdc/activityspec/${project.version}</sitePath> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 46 | |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 47 | </properties> |
| 48 | |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 49 | <modules> |
| 50 | <module>activity-spec-web</module> |
| 51 | <module>activity-spec-init</module> |
| 52 | </modules> |
| 53 | |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 54 | <build> |
| 55 | <pluginManagement> |
sheetalm | ed12890 | 2018-03-13 19:32:08 +0530 | [diff] [blame] | 56 | <plugins> |
| 57 | <plugin> |
| 58 | <groupId>org.apache.maven.plugins</groupId> |
| 59 | <artifactId>maven-compiler-plugin</artifactId> |
| 60 | <version>${mvn.compiler.version}</version> |
| 61 | </plugin> |
| 62 | <plugin> |
| 63 | <groupId>io.fabric8</groupId> |
| 64 | <artifactId>docker-maven-plugin</artifactId> |
| 65 | <version>${mvn.docker.version}</version> |
| 66 | <configuration> |
| 67 | <verbose>false</verbose> |
| 68 | <registry>nexus3.onap.org:10001</registry> |
| 69 | <authConfig> |
| 70 | <pull> |
| 71 | <username>docker</username> |
| 72 | <password>docker</password> |
| 73 | </pull> |
| 74 | </authConfig> |
| 75 | </configuration> |
| 76 | <executions> |
| 77 | <execution> |
| 78 | <id>docker-build</id> |
| 79 | <phase>install</phase> |
| 80 | <goals> |
| 81 | <goal>build</goal> |
| 82 | </goals> |
| 83 | </execution> |
| 84 | <execution> |
| 85 | <id>push-images</id> |
| 86 | <phase>deploy</phase> |
| 87 | <goals> |
| 88 | <goal>push</goal> |
| 89 | </goals> |
| 90 | </execution> |
| 91 | </executions> |
| 92 | </plugin> |
| 93 | </plugins> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 94 | </pluginManagement> |
| 95 | </build> |
| 96 | |
| 97 | <dependencyManagement> |
| 98 | <dependencies> |
| 99 | <dependency> |
| 100 | <groupId>org.projectlombok</groupId> |
| 101 | <artifactId>lombok</artifactId> |
| 102 | <version>1.16.20</version> |
| 103 | <scope>provided</scope> |
| 104 | </dependency> |
vempo | 68945dd | 2018-07-08 11:29:54 +0300 | [diff] [blame] | 105 | <dependency> |
| 106 | <groupId>org.mockito</groupId> |
| 107 | <artifactId>mockito-all</artifactId> |
| 108 | <version>${mockito.all.version}</version> |
| 109 | </dependency> |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 110 | </dependencies> |
| 111 | </dependencyManagement> |
| 112 | |
sheetalm | eb77030 | 2018-04-13 13:02:52 +0530 | [diff] [blame] | 113 | <repositories> |
| 114 | <!-- LF repositories --> |
| 115 | <repository> |
| 116 | <id>ecomp-releases</id> |
| 117 | <name>Release Repository</name> |
| 118 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 119 | </repository> |
| 120 | <repository> |
| 121 | <id>ecomp-snapshots</id> |
| 122 | <name>Snapshots Repository</name> |
| 123 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 124 | </repository> |
| 125 | <repository> |
| 126 | <id>ecomp-public</id> |
| 127 | <name>Public Repository</name> |
| 128 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 129 | </repository> |
| 130 | <!-- LF repositories END--> |
| 131 | </repositories> |
| 132 | |
| 133 | <distributionManagement> |
| 134 | <repository> |
| 135 | <id>ecomp-releases</id> |
| 136 | <name>Release Repository</name> |
| 137 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 138 | </repository> |
| 139 | <snapshotRepository> |
| 140 | <id>ecomp-snapshots</id> |
| 141 | <name>Snapshot Repository</name> |
| 142 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 143 | </snapshotRepository> |
| 144 | <site> |
| 145 | <id>ecomp-site</id> |
| 146 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 147 | </site> |
| 148 | </distributionManagement> |
| 149 | |
sheetalm | 297209b | 2018-02-20 19:06:27 +0530 | [diff] [blame] | 150 | </project> |