sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | <?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>
|
sg481n | a2ac678 | 2017-09-18 16:35:50 -0400 | [diff] [blame] | 30 | <version>1.0.1-SNAPSHOT</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 31 | <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>
|
sg481n | 72aacef | 2017-10-05 16:13:21 +0000 | [diff] [blame] | 39 |
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 40 | <developers>
|
| 41 | <developer>
|
| 42 | <name>Jonathan Gathman</name>
|
| 43 | <email></email>
|
| 44 | <organization>ATT</organization>
|
| 45 | <organizationUrl></organizationUrl>
|
| 46 | </developer>
|
| 47 | </developers>
|
| 48 |
|
| 49 |
|
| 50 | <properties>
|
sg481n | 08e1104 | 2017-09-29 12:33:53 +0000 | [diff] [blame] | 51 | <maven.test.failure.ignore>false</maven.test.failure.ignore>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 52 | <project.swmVersion>0</project.swmVersion>
|
sg481n | a2ac678 | 2017-09-18 16:35:50 -0400 | [diff] [blame] | 53 | <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
|
| 54 | <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 55 | <sonar.language>java</sonar.language>
|
sg481n | 0be0e06 | 2017-10-04 03:28:32 +0000 | [diff] [blame] | 56 | <sonar.skip>true</sonar.skip>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 57 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
|
| 58 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
|
| 59 | <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
|
| 60 | <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
|
sg481n | d84864f | 2017-10-01 20:56:42 +0000 | [diff] [blame] | 61 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 62 | <sonar.projectVersion>${project.version}</sonar.projectVersion>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 63 | <nexusproxy>https://nexus.onap.org</nexusproxy>
|
| 64 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
|
| 65 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
|
| 66 | <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
|
sg481n | a9d2108 | 2017-09-23 14:26:06 +0000 | [diff] [blame] | 67 | <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 68 |
|
| 69 | </properties>
|
| 70 |
|
| 71 | <dependencies>
|
| 72 | <dependency>
|
| 73 | <groupId>org.onap.aaf.cadi</groupId>
|
| 74 | <artifactId>cadi-aaf</artifactId>
|
sg481n | a2ac678 | 2017-09-18 16:35:50 -0400 | [diff] [blame] | 75 | <version>${project.cadiVersion}</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 76 | </dependency>
|
| 77 |
|
| 78 | <dependency>
|
| 79 | <groupId>org.onap.aaf.authz</groupId>
|
| 80 | <artifactId>authz-client</artifactId>
|
sg481n | 5c30b7f | 2017-09-17 11:37:00 -0400 | [diff] [blame] | 81 | <version>${project.version}</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 82 | </dependency>
|
| 83 |
|
| 84 | <dependency>
|
| 85 | <groupId>org.onap.aaf.authz</groupId>
|
| 86 | <artifactId>authz-core</artifactId>
|
sg481n | 5c30b7f | 2017-09-17 11:37:00 -0400 | [diff] [blame] | 87 | <version>${project.version}</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 88 | </dependency>
|
| 89 |
|
| 90 | <dependency>
|
| 91 | <groupId>org.onap.aaf.authz</groupId>
|
| 92 | <artifactId>authz-cmd</artifactId>
|
sg481n | 5c30b7f | 2017-09-17 11:37:00 -0400 | [diff] [blame] | 93 | <version>${project.version}</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 94 | </dependency>
|
| 95 |
|
| 96 | <dependency>
|
| 97 | <groupId>com.att.aft</groupId>
|
| 98 | <artifactId>dme2</artifactId>
|
| 99 | </dependency>
|
| 100 |
|
| 101 |
|
| 102 | <dependency>
|
| 103 | <groupId>org.apache.jmeter</groupId>
|
| 104 | <artifactId>ApacheJMeter_java</artifactId>
|
| 105 | <version>2.11</version>
|
| 106 | </dependency>
|
| 107 |
|
| 108 | <dependency>
|
| 109 | <groupId>junit</groupId>
|
| 110 | <artifactId>junit</artifactId>
|
| 111 | <version>4.7</version>
|
| 112 | <scope>test</scope>
|
| 113 | </dependency>
|
| 114 | </dependencies>
|
| 115 |
|
| 116 | <build>
|
| 117 | <pluginManagement>
|
| 118 | <plugins>
|
| 119 | <plugin>
|
| 120 | <groupId>org.apache.maven.plugins</groupId>
|
| 121 | <artifactId>maven-failsafe-plugin</artifactId>
|
| 122 | <configuration>
|
| 123 | <includes>
|
| 124 | <include>**/AAFJUnitTest.java</include>
|
| 125 | </includes>
|
| 126 | </configuration>
|
| 127 | </plugin>
|
| 128 |
|
| 129 | <plugin>
|
| 130 | <groupId>org.apache.maven.plugins</groupId>
|
| 131 | <artifactId>maven-surefire-plugin</artifactId>
|
| 132 | <configuration>
|
sg481n | 08e1104 | 2017-09-29 12:33:53 +0000 | [diff] [blame] | 133 | <excludes>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 134 | <exclude>**/AAFJUnitTest.java</exclude>
|
| 135 | </excludes>
|
| 136 | </configuration>
|
| 137 | </plugin>
|
| 138 |
|
| 139 | <plugin>
|
| 140 | <groupId>org.apache.maven.plugins</groupId>
|
| 141 | <artifactId>maven-javadoc-plugin</artifactId>
|
sg481n | a9d2108 | 2017-09-23 14:26:06 +0000 | [diff] [blame] | 142 | <version>2.10.4</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 143 | <configuration>
|
| 144 | <failOnError>false</failOnError>
|
| 145 | </configuration>
|
| 146 | <executions>
|
| 147 | <execution>
|
| 148 | <id>attach-javadocs</id>
|
| 149 | <goals>
|
| 150 | <goal>jar</goal>
|
| 151 | </goals>
|
| 152 | </execution>
|
| 153 | </executions>
|
| 154 | </plugin>
|
| 155 |
|
| 156 |
|
| 157 | <plugin>
|
| 158 | <groupId>org.apache.maven.plugins</groupId>
|
| 159 | <artifactId>maven-source-plugin</artifactId>
|
| 160 | <version>2.2.1</version>
|
| 161 | <executions>
|
| 162 | <execution>
|
| 163 | <id>attach-sources</id>
|
| 164 | <goals>
|
| 165 | <goal>jar-no-fork</goal>
|
| 166 | </goals>
|
| 167 | </execution>
|
| 168 | </executions>
|
| 169 | </plugin>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 170 | <plugin>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 171 | <groupId>org.sonatype.plugins</groupId>
|
| 172 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
| 173 | <version>1.6.7</version>
|
| 174 | <extensions>true</extensions>
|
| 175 | <configuration>
|
| 176 | <nexusUrl>${nexusproxy}</nexusUrl>
|
| 177 | <stagingProfileId>176c31dfe190a</stagingProfileId>
|
| 178 | <serverId>ecomp-staging</serverId>
|
| 179 | </configuration>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 180 | </plugin>
|
| 181 | <plugin>
|
sg481n | 2783a8d | 2017-10-02 04:11:12 +0000 | [diff] [blame] | 182 | <groupId>org.jacoco</groupId>
|
| 183 | <artifactId>jacoco-maven-plugin</artifactId>
|
| 184 | <version>0.7.7.201606060606</version>
|
| 185 | <configuration>
|
| 186 | <dumpOnExit>true</dumpOnExit>
|
| 187 | <includes>
|
| 188 | <include>org.onap.aaf.*</include>
|
| 189 | </includes>
|
| 190 | </configuration>
|
| 191 | <executions>
|
| 192 | <execution>
|
| 193 | <id>pre-unit-test</id>
|
| 194 | <goals>
|
| 195 | <goal>prepare-agent</goal>
|
| 196 | </goals>
|
| 197 | <configuration>
|
| 198 | <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
|
| 199 | <!-- <append>true</append> -->
|
| 200 | </configuration>
|
| 201 | </execution>
|
| 202 | <execution>
|
| 203 | <id>pre-integration-test</id>
|
| 204 | <phase>pre-integration-test</phase>
|
| 205 | <goals>
|
| 206 | <goal>prepare-agent</goal>
|
| 207 | </goals>
|
| 208 | <configuration>
|
| 209 | <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>
|
| 210 | <!-- <append>true</append> -->
|
| 211 | </configuration>
|
| 212 | </execution>
|
| 213 | <execution>
|
| 214 | <goals>
|
| 215 | <goal>merge</goal>
|
| 216 | </goals>
|
| 217 | <phase>post-integration-test</phase>
|
| 218 | <configuration>
|
| 219 | <fileSets>
|
| 220 | <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">
|
| 221 | <directory>${project.build.directory}/coverage-reports</directory>
|
| 222 | <includes>
|
| 223 | <include>*.exec</include>
|
| 224 | </includes>
|
| 225 | </fileSet>
|
| 226 | </fileSets>
|
| 227 | <destFile>${project.build.directory}/jacoco-dev.exec</destFile>
|
| 228 | </configuration>
|
| 229 | </execution>
|
| 230 | </executions>
|
| 231 | </plugin>
|
sg481n | f33ea6d | 2017-10-01 17:28:44 +0000 | [diff] [blame] | 232 |
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 233 |
|
| 234 | </plugins>
|
| 235 | </pluginManagement>
|
| 236 | </build>
|
| 237 | <distributionManagement>
|
| 238 | <repository>
|
| 239 | <id>ecomp-releases</id>
|
| 240 | <name>AAF Release Repository</name>
|
| 241 | <url>${nexusproxy}${releaseNexusPath}</url>
|
| 242 | </repository>
|
| 243 | <snapshotRepository>
|
| 244 | <id>ecomp-snapshots</id>
|
| 245 | <name>AAF Snapshot Repository</name>
|
| 246 | <url>${nexusproxy}${snapshotNexusPath}</url>
|
| 247 | </snapshotRepository>
|
| 248 | <site>
|
| 249 | <id>ecomp-site</id>
|
| 250 | <url>dav:${nexusproxy}${sitePath}</url>
|
| 251 | </site>
|
| 252 | </distributionManagement>
|
sg481n | a9d2108 | 2017-09-23 14:26:06 +0000 | [diff] [blame] | 253 |
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 254 | </project>
|