blob: 6ad719b101f362327162795f7dec5b322d093dda [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/maven-v4_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-service</artifactId>
25 <name>AAF Auth Service</name>
26 <description>Core API Component for AAF Auth</description>
27
28 <properties>
29 <maven.test.failure.ignore>true</maven.test.failure.ignore>
Sai Gandhamf44b9272018-04-12 16:42:07 +000030 <!-- <sonar.skip>true</sonar.skip> -->
gabe.maurer2e233282018-04-03 11:18:38 -050031 <!-- SONAR -->
32 <jacoco.version>0.7.7.201606060606</jacoco.version>
33 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
34 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
35 <!-- Default Sonar configuration -->
Sai Gandham61f8fdf2018-04-03 12:07:07 -050036 <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths>
37 <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths>
gabe.maurer2e233282018-04-03 11:18:38 -050038 <!-- Note: This list should match jacoco-maven-plugin's exclusion list
39 below -->
40 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
Sai Gandhamc434f3c2018-03-27 16:29:24 +000041 <nexusproxy>https://nexus.onap.org</nexusproxy>
42 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
43 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
44 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
Sai Gandham30dca6e2018-04-09 21:22:48 +000045 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
gabe.maurer2e233282018-04-03 11:18:38 -050046
Instrumental71037c32018-03-26 13:51:48 -070047 </properties>
48
49 <dependencies>
50 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000051 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070052 <artifactId>aaf-auth-client</artifactId>
53 </dependency>
54
55 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000056 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070057 <artifactId>aaf-auth-core</artifactId>
58 </dependency>
59
60 <!-- Add the Organizations you wish to support. You can delete ONAP if
61 you have something else Match with Property Entry: Organization.<root ns>,
62 i.e. Organization.onap.org=org.onap.org.DefaultOrg -->
63 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000064 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070065 <artifactId>aaf-auth-deforg</artifactId>
66 </dependency>
67
68 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000069 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070070 <artifactId>aaf-auth-cass</artifactId>
71 </dependency>
72
73 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000074 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070075 <artifactId>aaf-auth-oauth</artifactId>
76 </dependency>
77
78 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000079 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070080 <artifactId>aaf-misc-rosetta</artifactId>
81 </dependency>
82
83 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000084 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070085 <artifactId>aaf-cadi-aaf</artifactId>
86 </dependency>
87
88 <dependency>
89 <groupId>org.eclipse.jetty</groupId>
90 <artifactId>jetty-servlet</artifactId>
91 </dependency>
92
Instrumental71037c32018-03-26 13:51:48 -070093 </dependencies>
94
95 <build>
96 <plugins>
97 <plugin>
98 <groupId>org.apache.maven.plugins</groupId>
99 <artifactId>maven-jar-plugin</artifactId>
100 <configuration>
101 <excludes>
102 <exclude>*.properties</exclude>
103 </excludes>
104 </configuration>
105 <version>2.3.1</version>
106 </plugin>
107 <plugin>
108 <groupId>org.apache.maven.plugins</groupId>
109 <artifactId>maven-deploy-plugin</artifactId>
110 <configuration>
Sai Gandhamd97041c2018-04-03 01:57:59 -0500111 <skip>false</skip>
Instrumental71037c32018-03-26 13:51:48 -0700112 </configuration>
113 </plugin>
114 <plugin>
115 <groupId>org.codehaus.mojo</groupId>
116 <artifactId>appassembler-maven-plugin</artifactId>
117 <configuration>
118 <programs>
119 <program>
120 <mainClass>org.onap.aaf.auth.service.AAF_Service</mainClass>
121 <name>service</name>
122 <commandLineArguments>
Instrumental4ad47632018-07-13 15:49:26 -0500123 <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.service.props</commandLineArgument>
Instrumental924b18d2018-04-05 20:17:18 -0500124 <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/service</commandLineArgument>
Instrumental4ad47632018-07-13 15:49:26 -0500125 <commandLineArgument>cadi_etc_dir=${project.ext_root_dir}/etc</commandLineArgument>
Instrumental71037c32018-03-26 13:51:48 -0700126 </commandLineArguments>
127 </program>
128 </programs>
129 </configuration>
130 </plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000131 <plugin>
132 <groupId>org.sonatype.plugins</groupId>
133 <artifactId>nexus-staging-maven-plugin</artifactId>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000134 <extensions>true</extensions>
135 <configuration>
136 <nexusUrl>${nexusproxy}</nexusUrl>
137 <stagingProfileId>176c31dfe190a</stagingProfileId>
138 <serverId>ecomp-staging</serverId>
139 </configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500140 </plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000141 <plugin>
142 <groupId>org.jacoco</groupId>
143 <artifactId>jacoco-maven-plugin</artifactId>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000144 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500145 <excludes>
146 <exclude>**/gen/**</exclude>
147 <exclude>**/generated-sources/**</exclude>
148 <exclude>**/yang-gen/**</exclude>
149 <exclude>**/pax/**</exclude>
150 </excludes>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000151 </configuration>
152 <executions>
gabe.maurer2e233282018-04-03 11:18:38 -0500153
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000154 <execution>
155 <id>pre-unit-test</id>
156 <goals>
157 <goal>prepare-agent</goal>
158 </goals>
159 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500160 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
161 <propertyName>surefireArgLine</propertyName>
162 </configuration>
163 </execution>
164
165
166 <execution>
167 <id>post-unit-test</id>
168 <phase>test</phase>
169 <goals>
170 <goal>report</goal>
171 </goals>
172 <configuration>
173 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
174 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000175 </configuration>
176 </execution>
177 <execution>
178 <id>pre-integration-test</id>
179 <phase>pre-integration-test</phase>
180 <goals>
181 <goal>prepare-agent</goal>
182 </goals>
183 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500184 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
185 <propertyName>failsafeArgLine</propertyName>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000186 </configuration>
187 </execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500188
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000189 <execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500190 <id>post-integration-test</id>
191 <phase>post-integration-test</phase>
192 <goals>
193 <goal>report</goal>
194 </goals>
195 <configuration>
196 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
197 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
198 </configuration>
199 </execution>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000200 </executions>
201 </plugin>
gabe.maurer2e233282018-04-03 11:18:38 -0500202 <!-- plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId>
203 </plugin -->
Instrumental71037c32018-03-26 13:51:48 -0700204 </plugins>
205 </build>
gabe.maurer2e233282018-04-03 11:18:38 -0500206
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000207 <distributionManagement>
208 <repository>
209 <id>ecomp-releases</id>
210 <name>AAF Release Repository</name>
211 <url>${nexusproxy}${releaseNexusPath}</url>
212 </repository>
213 <snapshotRepository>
214 <id>ecomp-snapshots</id>
215 <name>AAF Snapshot Repository</name>
216 <url>${nexusproxy}${snapshotNexusPath}</url>
217 </snapshotRepository>
218 <site>
219 <id>ecomp-site</id>
220 <url>dav:${nexusproxy}${sitePath}</url>
221 </site>
222 </distributionManagement>
Instrumental71037c32018-03-26 13:51:48 -0700223
Instrumental71037c32018-03-26 13:51:48 -0700224</project>