blob: 3658598919892a2e280aa9047ea3b0970a02bd10 [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====================================================
Instrumentale9ae0482019-08-02 14:46:27 -05003 * 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"
Instrumentale9ae0482019-08-02 14:46:27 -050015 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>
18 <groupId>org.onap.aaf.authz</groupId>
19 <artifactId>authparent</artifactId>
John J. Franey9f2d11a2020-05-07 13:37:41 -040020 <version>2.7.0-SNAPSHOT</version>
Instrumentale9ae0482019-08-02 14:46:27 -050021 <relativePath>../pom.xml</relativePath>
22 </parent>
Instrumental71037c32018-03-26 13:51:48 -070023
Instrumentale9ae0482019-08-02 14:46:27 -050024 <artifactId>aaf-auth-locate</artifactId>
25 <name>AAF Auth Locate</name>
26 <description>Location Service for AAF Auth Components</description>
Instrumental71037c32018-03-26 13:51:48 -070027
Instrumentale9ae0482019-08-02 14:46:27 -050028 <properties>
29 <maven.test.failure.ignore>true</maven.test.failure.ignore>
30 <!-- SONAR -->
31 <!-- <sonar.skip>true</sonar.skip> -->
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 -->
36 <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>
38 <!-- Note: This list should match jacoco-maven-plugin's exclusion list
39 below -->
40 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
41 <nexusproxy>https://nexus.onap.org</nexusproxy>
42 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
43 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
44 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
45 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
46 </properties>
Instrumental71037c32018-03-26 13:51:48 -070047
Instrumentale9ae0482019-08-02 14:46:27 -050048 <dependencies>
49 <dependency>
50 <groupId>org.onap.aaf.authz</groupId>
51 <artifactId>aaf-auth-client</artifactId>
52 </dependency>
53
54 <dependency>
55 <groupId>org.onap.aaf.authz</groupId>
56 <artifactId>aaf-auth-core</artifactId>
57 </dependency>
Instrumental71037c32018-03-26 13:51:48 -070058
Instrumentale9ae0482019-08-02 14:46:27 -050059 <dependency>
60 <groupId>org.onap.aaf.authz</groupId>
61 <artifactId>aaf-auth-cass</artifactId>
62 </dependency>
Instrumental71037c32018-03-26 13:51:48 -070063
Instrumental65c40b32018-07-21 11:58:16 -050064 <!-- Add the Organizations you wish to support. You can delete ONAP if
65 you have something else Match with Property Entry: Organization.<root ns>,
66 i.e. Organization.onap.org=org.onap.org.DefaultOrg -->
67 <dependency>
68 <groupId>org.onap.aaf.authz</groupId>
69 <artifactId>aaf-auth-deforg</artifactId>
70 </dependency>
71
Instrumentale9ae0482019-08-02 14:46:27 -050072 <dependency>
73 <groupId>org.onap.aaf.authz</groupId>
74 <artifactId>aaf-cadi-aaf</artifactId>
75 </dependency>
Instrumental2c0dd5c2018-06-27 09:15:59 -050076
Instrumentale9ae0482019-08-02 14:46:27 -050077 <dependency>
78 <groupId>org.onap.aaf.authz</groupId>
79 <artifactId>aaf-misc-rosetta</artifactId>
80 </dependency>
Raviteja Cherughattu16c39952020-05-27 12:08:55 -050081 <dependency>
82 <groupId>org.owasp.encoder</groupId>
83 <artifactId>encoder</artifactId>
84 <version>1.2.1</version>
85 </dependency>
86 <dependency>
87 <groupId>org.owasp.esapi</groupId>
88 <artifactId>esapi</artifactId>
89 <version>2.0.1</version>
90 </dependency>
91
Instrumentale9ae0482019-08-02 14:46:27 -050092 </dependencies>
Instrumental71037c32018-03-26 13:51:48 -070093
Instrumentale9ae0482019-08-02 14:46:27 -050094 <build>
95 <plugins>
96 <plugin>
97 <groupId>org.jvnet.jaxb2.maven2</groupId>
98 <artifactId>maven-jaxb2-plugin</artifactId>
99 <version>0.8.2</version>
100 <executions>
101 <execution>
102 <goals>
103 <goal>generate</goal>
104 </goals>
105 </execution>
106 </executions>
107 <configuration>
108 <schemaDirectory>src/main/xsd</schemaDirectory>
109 </configuration>
110 </plugin>
111 <plugin>
112 <groupId>org.codehaus.mojo</groupId>
113 <artifactId>appassembler-maven-plugin</artifactId>
114 <configuration>
115 <programs>
116 <program>
117 <mainClass>org.onap.aaf.auth.locate.AAF_Locate</mainClass>
118 <id>locate</id>
119 <commandLineArguments>
120 <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.locate.props</commandLineArgument>
121 <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/locate</commandLineArgument>
122 <commandLineArgument>cadi_etc_dir=${project.ext_root_dir}/etc</commandLineArgument>
123 </commandLineArguments>
124 </program>
125 </programs>
126 </configuration>
127 </plugin>
128 <plugin>
129 <groupId>org.jacoco</groupId>
130 <artifactId>jacoco-maven-plugin</artifactId>
131 <configuration>
132 <excludes>
133 <exclude>**/gen/**</exclude>
134 <exclude>**/generated-sources/**</exclude>
135 <exclude>**/yang-gen/**</exclude>
136 <exclude>**/pax/**</exclude>
137 </excludes>
138 </configuration>
139 <executions>
Instrumental71037c32018-03-26 13:51:48 -0700140
Instrumentale9ae0482019-08-02 14:46:27 -0500141 <execution>
142 <id>pre-unit-test</id>
143 <goals>
144 <goal>prepare-agent</goal>
145 </goals>
146 <configuration>
147 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
148 <propertyName>surefireArgLine</propertyName>
149 </configuration>
150 </execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500151
152
Instrumentale9ae0482019-08-02 14:46:27 -0500153 <execution>
154 <id>post-unit-test</id>
155 <phase>test</phase>
156 <goals>
157 <goal>report</goal>
158 </goals>
159 <configuration>
160 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
161 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
162 </configuration>
163 </execution>
164 <execution>
165 <id>pre-integration-test</id>
166 <phase>pre-integration-test</phase>
167 <goals>
168 <goal>prepare-agent</goal>
169 </goals>
170 <configuration>
171 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
172 <propertyName>failsafeArgLine</propertyName>
173 </configuration>
174 </execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500175
Instrumentale9ae0482019-08-02 14:46:27 -0500176 <execution>
177 <id>post-integration-test</id>
178 <phase>post-integration-test</phase>
179 <goals>
180 <goal>report</goal>
181 </goals>
182 <configuration>
183 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
184 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
185 </configuration>
186 </execution>
187 </executions>
188 </plugin>
189 </plugins>
190 </build>
Instrumental71037c32018-03-26 13:51:48 -0700191
Instrumentale9ae0482019-08-02 14:46:27 -0500192 <distributionManagement>
193 <repository>
194 <id>ecomp-releases</id>
195 <name>AAF Release Repository</name>
196 <url>${nexusproxy}${releaseNexusPath}</url>
197 </repository>
198 <snapshotRepository>
199 <id>ecomp-snapshots</id>
200 <name>AAF Snapshot Repository</name>
201 <url>${nexusproxy}${snapshotNexusPath}</url>
202 </snapshotRepository>
203 <site>
204 <id>ecomp-site</id>
205 <url>dav:${nexusproxy}${sitePath}</url>
206 </site>
207 </distributionManagement>
Instrumental71037c32018-03-26 13:51:48 -0700208</project>