blob: de4b766074a809bf0e94ed40687892716dde1580 [file] [log] [blame]
jimmydot3982f4f2017-05-07 14:58:24 -04001<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>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02004 <groupId>org.onap.vid</groupId>
jimmydot3982f4f2017-05-07 14:58:24 -04005 <artifactId>vid-parent</artifactId>
biniekbcb065c2018-11-22 16:17:37 +01006 <version>4.0.0-SNAPSHOT</version>
jimmydot3982f4f2017-05-07 14:58:24 -04007 <packaging>pom</packaging>
Jessica Wagantall88c65472017-09-08 15:10:11 -07008 <name>vid</name>
jimmydot3982f4f2017-05-07 14:58:24 -04009
10 <profiles>
11 <!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! -->
12
13 <profile>
14 <id>onap</id>
15 <activation>
16 <activeByDefault>true</activeByDefault>
17 </activation>
18 <modules>
19 <module>vid-app-common</module>
Sonsino, Ofir (os0695)8c38abe2018-08-12 16:09:11 +030020 <module>vid-webpack-master</module>
jimmydot3982f4f2017-05-07 14:58:24 -040021 <module>epsdk-app-onap</module>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020022 <!--module>vid-automation</module-->
Sonsino, Ofir (os0695)8c38abe2018-08-12 16:09:11 +030023 <!--module>vid-ext-services-simulator</module-->
jimmydot3982f4f2017-05-07 14:58:24 -040024 </modules>
25
26 <repositories>
27 <repository>
28 <id>ecomp-releases</id>
29 <name>VID Release Repository</name>
30 <url>${nexusproxy}/${releaseNexusPath}</url>
31 </repository>
32 <repository>
33 <id>ecomp-snapshots</id>
34 <name>VID Snapshot Repository</name>
35 <url>${nexusproxy}/${snapshotNexusPath}</url>
36 </repository>
37 <repository>
38 <id>ecomp-staging</id>
39 <name>VID Staging Repository</name>
40 <url>${nexusproxy}/${stagingNexusPath}</url>
41 </repository>
42 <repository>
43 <!-- Snapshots repository has ECOMP snapshot artifacts -->
44 <id>oss-snapshots</id>
45 <name>oss Central - Snapshots</name>
46 <url>https://oss.sonatype.org/service/local/repositories/releases/content/</url>
47 </repository>
48 </repositories>
49
50 <distributionManagement>
51 <repository>
52 <id>ecomp-releases</id>
53 <name>VID Release Repository</name>
54 <url>${nexusproxy}/${releaseNexusPath}</url>
55 </repository>
56 <snapshotRepository>
57 <id>ecomp-snapshots</id>
58 <name>VID Snapshot Repository</name>
59 <url>${nexusproxy}/${snapshotNexusPath}</url>
60 </snapshotRepository>
61 <!-- added for javadoc -->
62 <site>
63 <id>ecomp-site</id>
64 <url>dav:${nexusproxy}${sitePath}</url>
65 </site>
66 </distributionManagement>
67
68 </profile>
69
70 <profile>
71 <id>docker</id>
72 <modules>
73 <module>vid-app-common</module>
Sonsino, Ofir (os0695)7059a9c2018-09-05 16:06:16 +030074 <module>vid-webpack-master</module>
jimmydot3982f4f2017-05-07 14:58:24 -040075 <module>epsdk-app-onap</module>
76 <module>deliveries</module>
77 </modules>
78 </profile>
79 </profiles>
80
81 <properties>
82 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
83 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Sonsino, Ofir (os0695)660da8a2018-10-24 15:00:44 +030084 <build.version>4.0.0-SNAPSHOT</build.version>
jimmydot3982f4f2017-05-07 14:58:24 -040085 <nexusproxy>https://nexus.onap.org</nexusproxy>
86 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
87 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
88 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020089 <sitePath>/content/sites/site/org/onap/vid/${project.version}</sitePath>
jimmydot3982f4f2017-05-07 14:58:24 -040090 </properties>
91
92 <build>
93 <plugins>
Ofir Sonsinoc52c3b42017-12-10 13:58:42 +020094 <plugin>
95 <groupId>org.codehaus.mojo</groupId>
96 <artifactId>versions-maven-plugin</artifactId>
97 <version>1.3.1</version>
98 </plugin>
jimmydot3982f4f2017-05-07 14:58:24 -040099 <plugin>
100 <groupId>org.sonatype.plugins</groupId>
101 <artifactId>nexus-staging-maven-plugin</artifactId>
102 <version>1.6.7</version>
103 <extensions>true</extensions>
104 <configuration>
105 <nexusUrl>${nexusproxy}</nexusUrl>
106 <stagingProfileId>176c31dfe190a</stagingProfileId>
107 <serverId>ecomp-staging</serverId>
108 </configuration>
109 </plugin>
110
jimmydotf88fada2017-05-07 19:42:59 -0400111 <plugin>
112 <groupId>org.apache.maven.plugins</groupId>
113 <artifactId>maven-site-plugin</artifactId>
114 <version>3.6</version>
115 <dependencies>
116 <dependency>
117 <groupId>org.apache.maven.wagon</groupId>
118 <artifactId>wagon-webdav-jackrabbit</artifactId>
119 <version>2.10</version>
120 </dependency>
121 </dependencies>
122 </plugin>
jimmydotf88fada2017-05-07 19:42:59 -0400123 <plugin>
124 <groupId>org.sonatype.plugins</groupId>
125 <artifactId>nexus-staging-maven-plugin</artifactId>
126 <version>1.6.7</version>
127 <extensions>true</extensions>
128 <configuration>
129 <nexusUrl>${nexusproxy}</nexusUrl>
130 <stagingProfileId>176c31dfe190a</stagingProfileId>
131 <serverId>ecomp-staging</serverId>
132 </configuration>
133 </plugin>
134
jimmydot3982f4f2017-05-07 14:58:24 -0400135 <plugin>
136 <groupId>org.apache.maven.plugins</groupId>
137 <artifactId>maven-deploy-plugin</artifactId>
138 <version>2.8</version>
139 </plugin>
140
141 <plugin>
142 <groupId>org.apache.maven.plugins</groupId>
143 <artifactId>maven-surefire-plugin</artifactId>
144 <version>2.17</version>
Paul Vaduva304efbf2018-12-11 13:52:36 +0100145 <configuration>
146 <useSystemClassLoader>false</useSystemClassLoader>
147 </configuration>
jimmydot3982f4f2017-05-07 14:58:24 -0400148 </plugin>
149
150 <plugin>
151 <groupId>org.apache.maven.plugins</groupId>
152 <artifactId>maven-compiler-plugin</artifactId>
153 <version>2.3.2</version>
154
155 <configuration>
156 <debug>true</debug>
157 <compilerArgument>-Xlint</compilerArgument>
158 <verbose>true</verbose>
159 <showDeprecation>true</showDeprecation>
160 <showWarnings>true</showWarnings>
161 <source>1.8</source>
162 <target>1.8</target>
163 </configuration>
164 </plugin>
165 <plugin>
166 <groupId>org.apache.maven.plugins</groupId>
167 <artifactId>maven-site-plugin</artifactId>
168 <version>3.6</version>
169 <dependencies>
170 <dependency>
171 <groupId>org.apache.maven.wagon</groupId>
172 <artifactId>wagon-webdav-jackrabbit</artifactId>
173 <version>2.10</version>
174 </dependency>
175 </dependencies>
176 </plugin>
177 <plugin>
Ofir Sonsino2f20b002017-12-11 11:21:00 +0200178 <groupId>org.sonarsource.scanner.maven</groupId>
179 <artifactId>sonar-maven-plugin</artifactId>
180 <version>3.3.0.603</version>
181 </plugin>
182 <plugin>
jimmydot3982f4f2017-05-07 14:58:24 -0400183 <groupId>com.blackducksoftware.integration</groupId>
184 <artifactId>hub-maven-plugin</artifactId>
185 <version>1.4.0</version>
186 <inherited>false</inherited>
187 <configuration>
188 <hubProjectName>${project.name}</hubProjectName>
189 <outputDirectory>${project.basedir}</outputDirectory>
190 </configuration>
191 <executions>
192 <execution>
193 <id>create-bdio-file</id>
194 <phase>package</phase>
195 <goals>
196 <goal>createHubOutput</goal>
197 </goals>
198 </execution>
199 </executions>
200 </plugin>
201 </plugins>
202 </build>
203
204 <!-- added for javadoc -->
205 <pluginRepositories>
206 <!-- Black Duck plugin dependencies -->
207 <pluginRepository>
208 <id>JCenter</id>
209 <name>JCenter Repository</name>
210 <url>http://jcenter.bintray.com</url>
211 </pluginRepository>
212
213 <pluginRepository>
214 <id>Restlet</id>
215 <name>Restlet Repository</name>
216 <url>http://maven.restlet.com</url>
217 </pluginRepository>
218 </pluginRepositories>
219 <reporting>
220 <plugins>
221
222 <plugin>
223 <groupId>org.apache.maven.plugins</groupId>
224 <artifactId>maven-javadoc-plugin</artifactId>
225 <version>2.10.4</version>
226 <configuration>
227 <failOnError>false</failOnError>
228 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
229 <docletArtifact>
230 <groupId>org.umlgraph</groupId>
231 <artifactId>umlgraph</artifactId>
232 <version>5.6</version>
233 </docletArtifact>
234 <additionalparam>-views</additionalparam>
235 <useStandardDocletOptions>true</useStandardDocletOptions>
236 </configuration>
237 </plugin>
238 </plugins>
239 </reporting>
240 <dependencies>
241 <dependency>
242 <groupId>junit</groupId>
243 <artifactId>junit</artifactId>
244 <version>4.11</version>
245 <scope>test</scope>
246 </dependency>
Sonsino, Ofir (os0695)a3b6fb92018-04-02 10:25:24 +0300247
248 <!--Overide versions for latest security fixes-->
249 <dependency>
250 <groupId>ch.qos.logback</groupId>
251 <artifactId>logback-core</artifactId>
252 <version>1.2.3</version>
253 </dependency>
254 <dependency>
255 <groupId>ch.qos.logback</groupId>
256 <artifactId>logback-classic</artifactId>
257 <version>1.2.3</version>
258 </dependency>
259 <dependency>
260 <groupId>commons-collections</groupId>
261 <artifactId>commons-collections</artifactId>
262 <version>3.2.2</version>
263 </dependency>
264 <dependency>
Sonsino, Ofir (os0695)a3b6fb92018-04-02 10:25:24 +0300265 <groupId>org.apache.poi</groupId>
266 <artifactId>poi</artifactId>
Sonsino, Ofir (os0695)745b4d52018-04-03 10:53:27 +0300267 <version>3.17</version>
Sonsino, Ofir (os0695)a3b6fb92018-04-02 10:25:24 +0300268 </dependency>
269 <dependency>
270 <groupId>org.apache.httpcomponents</groupId>
271 <artifactId>httpclient</artifactId>
272 <version>4.5.3</version>
273 </dependency>
jimmydot3982f4f2017-05-07 14:58:24 -0400274 </dependencies>
jimmydot3982f4f2017-05-07 14:58:24 -0400275</project>