blob: 0346dbe7b8504ef0cd2c9266dd3081601017ec29 [file] [log] [blame]
Instrumentala20accc2018-03-26 13:49:56 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 * ============LICENSE_START====================================================
4 * org.onap.aaf
5 * ===========================================================================
6 * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
7 * ===========================================================================
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 * http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS,
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 * ============LICENSE_END====================================================
20 *
21-->
22<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24 <parent>
Sai Gandham83fc0252018-04-09 16:28:48 +000025 <groupId>org.onap.aaf.authz</groupId>
26 <artifactId>cadiparent</artifactId>
Sai Gandhamc83c6332018-04-05 16:08:24 -050027 <version>2.1.0-SNAPSHOT</version>
Sai Gandham16815922018-04-08 19:52:24 +000028 <relativePath>..</relativePath>
Instrumentala20accc2018-03-26 13:49:56 -070029 </parent>
30
31 <modelVersion>4.0.0</modelVersion>
32 <name>AAF CADI Shiro Plugin</name>
33 <packaging>jar</packaging>
34 <artifactId>aaf-cadi-shiro</artifactId>
35
Sai Gandhamc434f3c2018-03-27 16:29:24 +000036 <properties>
37 <!-- SONAR -->
Sai Gandhamf44b9272018-04-12 16:42:07 +000038 <!-- <sonar.skip>true</sonar.skip> -->
Sai Gandhamc434f3c2018-03-27 16:29:24 +000039 <jacoco.version>0.7.7.201606060606</jacoco.version>
40 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
41 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
42 <!-- Default Sonar configuration -->
Sai Gandham61f8fdf2018-04-03 12:07:07 -050043 <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths>
44 <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths>
Sai Gandhamc434f3c2018-03-27 16:29:24 +000045 <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
46 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
47 <nexusproxy>https://nexus.onap.org</nexusproxy>
48 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
49 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
50 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
Sai Gandham30dca6e2018-04-09 21:22:48 +000051 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
Sai Gandhamc434f3c2018-03-27 16:29:24 +000052 </properties>
IanHowell3901cf82018-04-03 11:24:27 -050053
Instrumentala20accc2018-03-26 13:49:56 -070054 <developers>
55 <developer>
56 <name>Jonathan Gathman</name>
57 <email>jonathan.gathman@att.com</email>
58 <organization>ATT</organization>
59 <roles>
60 <role>Architect</role>
61 <role>Lead Developer</role>
62 </roles>
63 </developer>
64 <developer>
65 <name>Gabe Maurer</name>
66 <email>gabe.maurer@att.com</email>
67 <organization>ATT</organization>
68 <roles>
69 <role>Developer</role>
70 </roles>
71 </developer>
72 <developer>
73 <name>Ian Howell</name>
74 <email>ian.howell@att.com</email>
75 <organization>ATT</organization>
76 <roles>
77 <role>Developer</role>
78 </roles>
79 </developer>
Sai Gandhame01703c2018-03-26 22:57:09 +000080 <developer>
81 <name>Sai Gandham</name>
82 <email>sai.gandham@att.com</email>
83 <organization>ATT</organization>
84 <roles>
85 <role>Developer</role>
86 </roles>
87 </developer>
Instrumentala20accc2018-03-26 13:49:56 -070088 </developers>
89
90 <dependencies>
91 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000092 <groupId>org.onap.aaf.authz</groupId>
Instrumentala20accc2018-03-26 13:49:56 -070093 <artifactId>aaf-cadi-aaf</artifactId>
94 </dependency>
Sai Gandham3c0e04b2018-04-17 23:21:17 +000095 <!--<dependency>
Instrumentala20accc2018-03-26 13:49:56 -070096 <groupId>org.apache.shiro</groupId>
97 <artifactId>shiro-core</artifactId>
Instrumental39c1c1c2018-04-11 12:29:32 -050098 <version>1.4.0</version>
Sai Gandham3c0e04b2018-04-17 23:21:17 +000099 </dependency> -->
100
101 <dependency>
102 <groupId>org.apache.shiro</groupId>
103 <artifactId>shiro-core</artifactId>
104 <version>1.3.2</version>
Instrumentala20accc2018-03-26 13:49:56 -0700105 </dependency>
Instrumentald3348842018-04-11 13:13:46 -0500106
Instrumentala20accc2018-03-26 13:49:56 -0700107 </dependencies>
108 <build>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000109 <plugins>
IanHowell3901cf82018-04-03 11:24:27 -0500110 <plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000111 <groupId>org.sonatype.plugins</groupId>
112 <artifactId>nexus-staging-maven-plugin</artifactId>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000113 <extensions>true</extensions>
114 <configuration>
115 <nexusUrl>${nexusproxy}</nexusUrl>
116 <stagingProfileId>176c31dfe190a</stagingProfileId>
117 <serverId>ecomp-staging</serverId>
118 </configuration>
IanHowell3901cf82018-04-03 11:24:27 -0500119 </plugin>
Sai Gandhamd97041c2018-04-03 01:57:59 -0500120 <plugin>
IanHowell3901cf82018-04-03 11:24:27 -0500121 <groupId>org.apache.maven.plugins</groupId>
122 <artifactId>maven-deploy-plugin</artifactId>
IanHowell3901cf82018-04-03 11:24:27 -0500123 <configuration>
124 <skip>false</skip>
125 </configuration>
126 </plugin>
127 <plugin>
128 <groupId>org.jacoco</groupId>
129 <artifactId>jacoco-maven-plugin</artifactId>
IanHowell3901cf82018-04-03 11:24:27 -0500130 <configuration>
131 <excludes>
132 <exclude>**/gen/**</exclude>
133 <exclude>**/generated-sources/**</exclude>
134 <exclude>**/yang-gen/**</exclude>
135 <exclude>**/pax/**</exclude>
136 </excludes>
137 </configuration>
138 <executions>
139 <execution>
140 <id>pre-unit-test</id>
141 <goals>
142 <goal>prepare-agent</goal>
143 </goals>
144 <configuration>
145 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
146 <propertyName>surefireArgLine</propertyName>
147 </configuration>
148 </execution>
149 <execution>
150 <id>post-unit-test</id>
151 <phase>test</phase>
152 <goals>
153 <goal>report</goal>
154 </goals>
155 <configuration>
156 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
157 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
158 </configuration>
159 </execution>
160 <execution>
161 <id>pre-integration-test</id>
162 <phase>pre-integration-test</phase>
163 <goals>
164 <goal>prepare-agent</goal>
165 </goals>
166 <configuration>
167 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
168 <propertyName>failsafeArgLine</propertyName>
169 </configuration>
170 </execution>
171 <execution>
172 <id>post-integration-test</id>
173 <phase>post-integration-test</phase>
174 <goals>
175 <goal>report</goal>
176 </goals>
177 <configuration>
178 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
179 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
180 </configuration>
181 </execution>
182 </executions>
183 </plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000184 </plugins>
IanHowell3901cf82018-04-03 11:24:27 -0500185
Instrumentala20accc2018-03-26 13:49:56 -0700186 </build>
IanHowell3901cf82018-04-03 11:24:27 -0500187
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000188 <distributionManagement>
189 <repository>
190 <id>ecomp-releases</id>
191 <name>AAF Release Repository</name>
192 <url>${nexusproxy}${releaseNexusPath}</url>
193 </repository>
194 <snapshotRepository>
195 <id>ecomp-snapshots</id>
196 <name>AAF Snapshot Repository</name>
197 <url>${nexusproxy}${snapshotNexusPath}</url>
198 </snapshotRepository>
199 <site>
200 <id>ecomp-site</id>
201 <url>dav:${nexusproxy}${sitePath}</url>
202 </site>
203 </distributionManagement>
Instrumentala20accc2018-03-26 13:49:56 -0700204</project>