blob: 17cb314f5de96592d9eebef62c3859a94bd863f2 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START====================================================
4 * org.onap.aaf
5 * ===========================================================================
6 * Copyright © 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 * ECOMP is a trademark and service mark of AT&T Intellectual Property.
22 *
23-->
24<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26 <modelVersion>4.0.0</modelVersion>
27 <parent>
28 <groupId>org.onap.aaf.authz</groupId>
29 <artifactId>parent</artifactId>
sg481na2ac6782017-09-18 16:35:50 -040030 <version>1.0.1-SNAPSHOT</version>
sg481nbd890c52017-08-28 12:11:35 -040031 <relativePath>../pom.xml</relativePath>
32 </parent>
33
34 <artifactId>authz-test</artifactId>
35 <name>Authz TestCases</name>
36 <description>TestCase Suite for Authz/Authn</description>
37 <packaging>jar</packaging>
38 <url>https://github.com/att/AAF</url>
39 <licenses>
40 <license>
41 <name>BSD License</name>
42 <url> </url>
43 </license>
44 </licenses>
45 <developers>
46 <developer>
47 <name>Jonathan Gathman</name>
48 <email></email>
49 <organization>ATT</organization>
50 <organizationUrl></organizationUrl>
51 </developer>
52 </developers>
53
54
55 <properties>
56 <maven.test.failure.ignore>false</maven.test.failure.ignore>
57 <project.swmVersion>0</project.swmVersion>
sg481na2ac6782017-09-18 16:35:50 -040058 <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
59 <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
sg481n40cd3562017-09-01 13:12:31 -040060 <sonar.language>java</sonar.language>
61 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
62 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
63 <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
64 <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
65 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
66 <sonar.projectVersion>${project.version}</sonar.projectVersion>
sg481nbd890c52017-08-28 12:11:35 -040067 <nexusproxy>https://nexus.onap.org</nexusproxy>
68 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
69 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
70 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
sg481na9d21082017-09-23 14:26:06 +000071 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
sg481nbd890c52017-08-28 12:11:35 -040072
73 </properties>
74
75 <dependencies>
76 <dependency>
77 <groupId>org.onap.aaf.cadi</groupId>
78 <artifactId>cadi-aaf</artifactId>
sg481na2ac6782017-09-18 16:35:50 -040079 <version>${project.cadiVersion}</version>
sg481nbd890c52017-08-28 12:11:35 -040080 </dependency>
81
82 <dependency>
83 <groupId>org.onap.aaf.authz</groupId>
84 <artifactId>authz-client</artifactId>
sg481n5c30b7f2017-09-17 11:37:00 -040085 <version>${project.version}</version>
sg481nbd890c52017-08-28 12:11:35 -040086 </dependency>
87
88 <dependency>
89 <groupId>org.onap.aaf.authz</groupId>
90 <artifactId>authz-core</artifactId>
sg481n5c30b7f2017-09-17 11:37:00 -040091 <version>${project.version}</version>
sg481nbd890c52017-08-28 12:11:35 -040092 </dependency>
93
94 <dependency>
95 <groupId>org.onap.aaf.authz</groupId>
96 <artifactId>authz-cmd</artifactId>
sg481n5c30b7f2017-09-17 11:37:00 -040097 <version>${project.version}</version>
sg481nbd890c52017-08-28 12:11:35 -040098 </dependency>
99
100 <dependency>
101 <groupId>com.att.aft</groupId>
102 <artifactId>dme2</artifactId>
103 </dependency>
104
105
106 <dependency>
107 <groupId>org.apache.jmeter</groupId>
108 <artifactId>ApacheJMeter_java</artifactId>
109 <version>2.11</version>
110 </dependency>
111
112 <dependency>
113 <groupId>junit</groupId>
114 <artifactId>junit</artifactId>
115 <version>4.7</version>
116 <scope>test</scope>
117 </dependency>
118 </dependencies>
119
120 <build>
121 <pluginManagement>
122 <plugins>
123 <plugin>
124 <groupId>org.apache.maven.plugins</groupId>
125 <artifactId>maven-failsafe-plugin</artifactId>
126 <configuration>
127 <includes>
128 <include>**/AAFJUnitTest.java</include>
129 </includes>
130 </configuration>
131 </plugin>
132
133 <plugin>
134 <groupId>org.apache.maven.plugins</groupId>
135 <artifactId>maven-surefire-plugin</artifactId>
136 <configuration>
137 <excludes>
138 <exclude>**/AAFJUnitTest.java</exclude>
139 </excludes>
140 </configuration>
141 </plugin>
142
143 <plugin>
144 <groupId>org.apache.maven.plugins</groupId>
145 <artifactId>maven-javadoc-plugin</artifactId>
sg481na9d21082017-09-23 14:26:06 +0000146 <version>2.10.4</version>
sg481nbd890c52017-08-28 12:11:35 -0400147 <configuration>
148 <failOnError>false</failOnError>
149 </configuration>
150 <executions>
151 <execution>
152 <id>attach-javadocs</id>
153 <goals>
154 <goal>jar</goal>
155 </goals>
156 </execution>
157 </executions>
158 </plugin>
159
160
161 <plugin>
162 <groupId>org.apache.maven.plugins</groupId>
163 <artifactId>maven-source-plugin</artifactId>
164 <version>2.2.1</version>
165 <executions>
166 <execution>
167 <id>attach-sources</id>
168 <goals>
169 <goal>jar-no-fork</goal>
170 </goals>
171 </execution>
172 </executions>
173 </plugin>
sg481n40cd3562017-09-01 13:12:31 -0400174<plugin>
sg481nbd890c52017-08-28 12:11:35 -0400175 <groupId>org.sonatype.plugins</groupId>
176 <artifactId>nexus-staging-maven-plugin</artifactId>
177 <version>1.6.7</version>
178 <extensions>true</extensions>
179 <configuration>
180 <nexusUrl>${nexusproxy}</nexusUrl>
181 <stagingProfileId>176c31dfe190a</stagingProfileId>
182 <serverId>ecomp-staging</serverId>
183 </configuration>
sg481n40cd3562017-09-01 13:12:31 -0400184 </plugin>
185 <plugin>
186 <groupId>org.jacoco</groupId>
187 <artifactId>jacoco-maven-plugin</artifactId>
188 <version>0.7.7.201606060606</version>
189 <configuration>
190 <dumpOnExit>true</dumpOnExit>
191 <includes>
192 <include>org.onap.aaf.*</include>
193 </includes>
194 </configuration>
195 <executions>
196 <execution>
197 <id>pre-unit-test</id>
198 <goals>
199 <goal>prepare-agent</goal>
200 </goals>
201 <configuration>
202 <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
203 <!-- <append>true</append> -->
204 </configuration>
205 </execution>
206 <execution>
207 <id>pre-integration-test</id>
208 <phase>pre-integration-test</phase>
209 <goals>
210 <goal>prepare-agent</goal>
211 </goals>
212 <configuration>
213 <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>
214 <!-- <append>true</append> -->
215 </configuration>
216 </execution>
217 <execution>
218 <goals>
219 <goal>merge</goal>
220 </goals>
221 <phase>post-integration-test</phase>
222 <configuration>
223 <fileSets>
224 <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">
225 <directory>${project.build.directory}/coverage-reports</directory>
226 <includes>
227 <include>*.exec</include>
228 </includes>
229 </fileSet>
230 </fileSets>
231 <destFile>${project.build.directory}/jacoco-dev.exec</destFile>
232 </configuration>
233 </execution>
234 </executions>
235 </plugin>
sg481nbd890c52017-08-28 12:11:35 -0400236
237 </plugins>
238 </pluginManagement>
239 </build>
240 <distributionManagement>
241 <repository>
242 <id>ecomp-releases</id>
243 <name>AAF Release Repository</name>
244 <url>${nexusproxy}${releaseNexusPath}</url>
245 </repository>
246 <snapshotRepository>
247 <id>ecomp-snapshots</id>
248 <name>AAF Snapshot Repository</name>
249 <url>${nexusproxy}${snapshotNexusPath}</url>
250 </snapshotRepository>
251 <site>
252 <id>ecomp-site</id>
253 <url>dav:${nexusproxy}${sitePath}</url>
254 </site>
255 </distributionManagement>
sg481na9d21082017-09-23 14:26:06 +0000256
sg481nbd890c52017-08-28 12:11:35 -0400257</project>