blob: b6f30d2186fdc273c109cc02adfad542c6a75481 [file] [log] [blame]
Instrumental71037c32018-03-26 13:51:48 -07001<?xml version="1.0" encoding="UTF-8"?>
gabe.maurer2e233282018-04-03 11:18:38 -05002<!-- * ============LICENSE_START====================================================
3 * org.onap.aaf * ===========================================================================
4 * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * ===========================================================================
5 * Licensed under the Apache License, Version 2.0 (the "License"); * you may
6 not use this file except in compliance with the License. * You may obtain
7 a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *
8 * Unless required by applicable law or agreed to in writing, software * distributed
9 under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES
10 OR CONDITIONS OF ANY KIND, either express or implied. * See the License for
11 the specific language governing permissions and * limitations under the License.
12 * ============LICENSE_END====================================================
13 * -->
Instrumental71037c32018-03-26 13:51:48 -070014<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16 <modelVersion>4.0.0</modelVersion>
17 <parent>
Sai Gandham83fc0252018-04-09 16:28:48 +000018 <groupId>org.onap.aaf.authz</groupId>
19 <artifactId>authparent</artifactId>
Instrumentalb7440252018-06-14 15:05:33 -050020 <version>2.1.2-SNAPSHOT</version>
Instrumental71037c32018-03-26 13:51:48 -070021 <relativePath>../pom.xml</relativePath>
22 </parent>
23
24 <artifactId>aaf-auth-cass</artifactId>
25 <name>AAF Auth Cass</name>
26 <description>Cassandra Data Libraries for AAF Auth</description>
27 <packaging>jar</packaging>
gabe.maurer2e233282018-04-03 11:18:38 -050028
Instrumental71037c32018-03-26 13:51:48 -070029 <developers>
30 <developer>
31 <name>Jonathan Gathman</name>
32 <email>jonathan.gathman@att.com</email>
33 <organization>ATT</organization>
34 <roles>
35 <role>Architect</role>
36 <role>Lead Developer</role>
37 </roles>
38 </developer>
39 <developer>
40 <name>Gabe Maurer</name>
41 <email>gabe.maurer@att.com</email>
42 <organization>ATT</organization>
43 <roles>
44 <role>Developer</role>
45 </roles>
46 </developer>
47 <developer>
48 <name>Ian Howell</name>
49 <email>ian.howell@att.com</email>
50 <organization>ATT</organization>
51 <roles>
52 <role>Developer</role>
53 </roles>
54 </developer>
Sai Gandhame01703c2018-03-26 22:57:09 +000055 <developer>
56 <name>Sai Gandham</name>
57 <email>sai.gandham@att.com</email>
58 <organization>ATT</organization>
59 <roles>
60 <role>Developer</role>
61 </roles>
62 </developer>
Instrumental71037c32018-03-26 13:51:48 -070063 </developers>
64
Sai Gandhamc434f3c2018-03-27 16:29:24 +000065 <properties>
Instrumental17ca7442018-03-29 16:54:19 -050066
67
gabe.maurer2e233282018-04-03 11:18:38 -050068
69 <!-- SONAR -->
Sai Gandhamf44b9272018-04-12 16:42:07 +000070 <!-- <sonar.skip>true</sonar.skip> -->
Instrumental17ca7442018-03-29 16:54:19 -050071 <jacoco.version>0.7.7.201606060606</jacoco.version>
gabe.maurer2e233282018-04-03 11:18:38 -050072 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
73 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
74 <!-- Default Sonar configuration -->
Sai Gandham61f8fdf2018-04-03 12:07:07 -050075 <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths>
76 <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths>
gabe.maurer2e233282018-04-03 11:18:38 -050077 <!-- Note: This list should match jacoco-maven-plugin's exclusion list
78 below -->
79 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
Sai Gandhamc434f3c2018-03-27 16:29:24 +000080 <nexusproxy>https://nexus.onap.org</nexusproxy>
81 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
82 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
83 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
Sai Gandham30dca6e2018-04-09 21:22:48 +000084 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
Sai Gandhamc434f3c2018-03-27 16:29:24 +000085 </properties>
gabe.maurer2e233282018-04-03 11:18:38 -050086
Instrumental71037c32018-03-26 13:51:48 -070087 <dependencies>
88 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000089 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070090 <artifactId>aaf-auth-core</artifactId>
91 </dependency>
92
93 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000094 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070095 <artifactId>aaf-cadi-aaf</artifactId>
96 </dependency>
97
98 <dependency>
99 <groupId>com.datastax.cassandra</groupId>
100 <artifactId>cassandra-driver-core</artifactId>
101 </dependency>
102
103 <!-- Cassandra prefers Snappy and LZ4 libs for performance -->
104 <dependency>
105 <groupId>org.xerial.snappy</groupId>
106 <artifactId>snappy-java</artifactId>
107 <version>1.1.1-M1</version>
108 </dependency>
109
110 <dependency>
111 <groupId>net.jpountz.lz4</groupId>
112 <artifactId>lz4</artifactId>
113 <version>1.2.0</version>
114 </dependency>
115
116 <dependency>
117 <groupId>com.googlecode.jcsv</groupId>
118 <artifactId>jcsv</artifactId>
119 <version>1.4.0</version>
120 </dependency>
121
122 <dependency>
123 <groupId>org.slf4j</groupId>
124 <artifactId>slf4j-log4j12</artifactId>
125 <scope>test</scope>
126 </dependency>
127
128
129 </dependencies>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000130 <build>
gabe.maurer2e233282018-04-03 11:18:38 -0500131 <plugins>
132 <plugin>
Sai Gandham05c86472018-03-27 21:08:58 +0000133 <groupId>org.apache.maven.plugins</groupId>
134 <artifactId>maven-deploy-plugin</artifactId>
135 <configuration>
Sai Gandhamd97041c2018-04-03 01:57:59 -0500136 <skip>false</skip>
Sai Gandham05c86472018-03-27 21:08:58 +0000137 </configuration>
138 </plugin>
gabe.maurer2e233282018-04-03 11:18:38 -0500139 <plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000140 <groupId>org.sonatype.plugins</groupId>
141 <artifactId>nexus-staging-maven-plugin</artifactId>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000142 <extensions>true</extensions>
143 <configuration>
144 <nexusUrl>${nexusproxy}</nexusUrl>
145 <stagingProfileId>176c31dfe190a</stagingProfileId>
146 <serverId>ecomp-staging</serverId>
147 </configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500148 </plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000149 <plugin>
150 <groupId>org.jacoco</groupId>
151 <artifactId>jacoco-maven-plugin</artifactId>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000152 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500153 <excludes>
154 <exclude>**/gen/**</exclude>
155 <exclude>**/generated-sources/**</exclude>
156 <exclude>**/yang-gen/**</exclude>
157 <exclude>**/pax/**</exclude>
158 </excludes>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000159 </configuration>
160 <executions>
gabe.maurer2e233282018-04-03 11:18:38 -0500161
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000162 <execution>
163 <id>pre-unit-test</id>
164 <goals>
165 <goal>prepare-agent</goal>
166 </goals>
167 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500168 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
169 <propertyName>surefireArgLine</propertyName>
170 </configuration>
171 </execution>
172
173
174 <execution>
175 <id>post-unit-test</id>
176 <phase>test</phase>
177 <goals>
178 <goal>report</goal>
179 </goals>
180 <configuration>
181 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
182 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000183 </configuration>
184 </execution>
185 <execution>
186 <id>pre-integration-test</id>
187 <phase>pre-integration-test</phase>
188 <goals>
189 <goal>prepare-agent</goal>
190 </goals>
191 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500192 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
193 <propertyName>failsafeArgLine</propertyName>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000194 </configuration>
195 </execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500196
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000197 <execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500198 <id>post-integration-test</id>
199 <phase>post-integration-test</phase>
200 <goals>
201 <goal>report</goal>
202 </goals>
203 <configuration>
204 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
205 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
206 </configuration>
207 </execution>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000208 </executions>
209 </plugin>
gabe.maurer2e233282018-04-03 11:18:38 -0500210 </plugins>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000211 </build>
gabe.maurer2e233282018-04-03 11:18:38 -0500212
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000213 <distributionManagement>
214 <repository>
215 <id>ecomp-releases</id>
216 <name>AAF Release Repository</name>
217 <url>${nexusproxy}${releaseNexusPath}</url>
218 </repository>
219 <snapshotRepository>
220 <id>ecomp-snapshots</id>
221 <name>AAF Snapshot Repository</name>
222 <url>${nexusproxy}${snapshotNexusPath}</url>
223 </snapshotRepository>
224 <site>
225 <id>ecomp-site</id>
226 <url>dav:${nexusproxy}${sitePath}</url>
227 </site>
228 </distributionManagement>
Instrumental71037c32018-03-26 13:51:48 -0700229</project>
230