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-gw</artifactId>
|
| 35 | <name>Authz Gate/Wall</name>
|
| 36 | <description>GW API</description>
|
| 37 | <url>https://github.com/att/AAF</url>
|
| 38 | <licenses>
|
| 39 | <license>
|
| 40 | <name>BSD License</name>
|
| 41 | <url> </url>
|
| 42 | </license>
|
| 43 | </licenses>
|
| 44 | <developers>
|
| 45 | <developer>
|
| 46 | <name>Jonathan Gathman</name>
|
| 47 | <email></email>
|
| 48 | <organization>ATT</organization>
|
| 49 | <organizationUrl></organizationUrl>
|
| 50 | </developer>
|
| 51 | </developers>
|
| 52 |
|
| 53 | <properties>
|
sg481n | 08e1104 | 2017-09-29 12:33:53 +0000 | [diff] [blame] | 54 | <maven.test.failure.ignore>true</maven.test.failure.ignore>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 55 | <project.swmVersion>30</project.swmVersion>
|
sg481n | a2ac678 | 2017-09-18 16:35:50 -0400 | [diff] [blame] | 56 | <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
|
| 57 | <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 58 | <sonar.language>java</sonar.language>
|
sg481n | 0be0e06 | 2017-10-04 03:28:32 +0000 | [diff] [blame^] | 59 | <sonar.skip>true</sonar.skip>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 60 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
|
| 61 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
|
| 62 | <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
|
| 63 | <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] | 64 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 65 | <sonar.projectVersion>${project.version}</sonar.projectVersion>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 66 | <nexusproxy>https://nexus.onap.org</nexusproxy>
|
| 67 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
|
| 68 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
|
| 69 | <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
|
sg481n | a9d2108 | 2017-09-23 14:26:06 +0000 | [diff] [blame] | 70 | <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 71 | </properties>
|
| 72 |
|
| 73 | <dependencies>
|
| 74 | <dependency>
|
| 75 | <groupId>org.onap.aaf.authz</groupId>
|
| 76 | <artifactId>authz-core</artifactId>
|
sg481n | 5c30b7f | 2017-09-17 11:37:00 -0400 | [diff] [blame] | 77 | <version>${project.version}</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 78 |
|
| 79 | <exclusions>
|
| 80 | <exclusion>
|
| 81 | <groupId>javax.servlet</groupId>
|
| 82 | <artifactId>servlet-api</artifactId>
|
| 83 | </exclusion>
|
| 84 | </exclusions>
|
| 85 | </dependency>
|
| 86 |
|
| 87 | <dependency>
|
| 88 | <groupId>org.onap.aaf.cadi</groupId>
|
| 89 | <artifactId>cadi-aaf</artifactId>
|
sg481n | a2ac678 | 2017-09-18 16:35:50 -0400 | [diff] [blame] | 90 | <version>${project.cadiVersion}</version>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 91 | </dependency>
|
| 92 |
|
| 93 |
|
| 94 |
|
| 95 | </dependencies>
|
| 96 |
|
| 97 | <build>
|
| 98 | <plugins>
|
| 99 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
|
| 100 | <plugin>
|
| 101 | <groupId>org.codehaus.mojo</groupId>
|
| 102 | <artifactId>jaxb2-maven-plugin</artifactId>
|
| 103 | </plugin>
|
| 104 | <plugin>
|
| 105 | <groupId>org.apache.maven.plugins</groupId>
|
| 106 | <artifactId>maven-jar-plugin</artifactId>
|
| 107 | <configuration>
|
| 108 | <includes>
|
| 109 | <include>**/*.class</include>
|
| 110 | </includes>
|
| 111 | </configuration>
|
| 112 | <version>2.3.1</version>
|
| 113 | </plugin>
|
sg481n | a2ac678 | 2017-09-18 16:35:50 -0400 | [diff] [blame] | 114 |
|
sg481n | a9d2108 | 2017-09-23 14:26:06 +0000 | [diff] [blame] | 115 | <plugin>
|
| 116 | <groupId>org.apache.maven.plugins</groupId>
|
| 117 | <artifactId>maven-javadoc-plugin</artifactId>
|
| 118 | <version>2.10.4</version>
|
| 119 | <configuration>
|
| 120 | <failOnError>false</failOnError>
|
| 121 | </configuration>
|
| 122 | <executions>
|
| 123 | <execution>
|
| 124 | <id>attach-javadocs</id>
|
| 125 | <goals>
|
| 126 | <goal>jar</goal>
|
| 127 | </goals>
|
| 128 | </execution>
|
| 129 | </executions>
|
| 130 | </plugin>
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 131 | <plugin>
|
| 132 | <groupId>org.apache.maven.plugins</groupId>
|
| 133 | <artifactId>maven-source-plugin</artifactId>
|
| 134 | <version>2.2.1</version>
|
| 135 | <executions>
|
| 136 | <execution>
|
| 137 | <id>attach-sources</id>
|
| 138 | <goals>
|
| 139 | <goal>jar-no-fork</goal>
|
| 140 | </goals>
|
| 141 | </execution>
|
| 142 | </executions>
|
| 143 | </plugin>
|
| 144 |
|
| 145 | <plugin>
|
| 146 | <groupId>org.sonatype.plugins</groupId>
|
| 147 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
| 148 | <version>1.6.7</version>
|
| 149 | <extensions>true</extensions>
|
| 150 | <configuration>
|
| 151 | <nexusUrl>${nexusproxy}</nexusUrl>
|
| 152 | <stagingProfileId>176c31dfe190a</stagingProfileId>
|
| 153 | <serverId>ecomp-staging</serverId>
|
| 154 | </configuration>
|
sg481n | 40cd356 | 2017-09-01 13:12:31 -0400 | [diff] [blame] | 155 | </plugin>
|
| 156 | <plugin>
|
sg481n | 2783a8d | 2017-10-02 04:11:12 +0000 | [diff] [blame] | 157 | <groupId>org.jacoco</groupId>
|
| 158 | <artifactId>jacoco-maven-plugin</artifactId>
|
| 159 | <version>0.7.7.201606060606</version>
|
| 160 | <configuration>
|
| 161 | <dumpOnExit>true</dumpOnExit>
|
| 162 | <includes>
|
| 163 | <include>org.onap.aaf.*</include>
|
| 164 | </includes>
|
| 165 | </configuration>
|
| 166 | <executions>
|
| 167 | <execution>
|
| 168 | <id>pre-unit-test</id>
|
| 169 | <goals>
|
| 170 | <goal>prepare-agent</goal>
|
| 171 | </goals>
|
| 172 | <configuration>
|
| 173 | <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
|
| 174 | <!-- <append>true</append> -->
|
| 175 | </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>
|
| 184 | <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>
|
| 185 | <!-- <append>true</append> -->
|
| 186 | </configuration>
|
| 187 | </execution>
|
| 188 | <execution>
|
| 189 | <goals>
|
| 190 | <goal>merge</goal>
|
| 191 | </goals>
|
| 192 | <phase>post-integration-test</phase>
|
| 193 | <configuration>
|
| 194 | <fileSets>
|
| 195 | <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">
|
| 196 | <directory>${project.build.directory}/coverage-reports</directory>
|
| 197 | <includes>
|
| 198 | <include>*.exec</include>
|
| 199 | </includes>
|
| 200 | </fileSet>
|
| 201 | </fileSets>
|
| 202 | <destFile>${project.build.directory}/jacoco-dev.exec</destFile>
|
| 203 | </configuration>
|
| 204 | </execution>
|
| 205 | </executions>
|
| 206 | </plugin>
|
sg481n | f33ea6d | 2017-10-01 17:28:44 +0000 | [diff] [blame] | 207 |
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 208 |
|
| 209 | </plugins>
|
| 210 | </build>
|
| 211 | <distributionManagement>
|
| 212 | <repository>
|
| 213 | <id>ecomp-releases</id>
|
| 214 | <name>AAF Release Repository</name>
|
| 215 | <url>${nexusproxy}${releaseNexusPath}</url>
|
| 216 | </repository>
|
| 217 | <snapshotRepository>
|
| 218 | <id>ecomp-snapshots</id>
|
| 219 | <name>AAF Snapshot Repository</name>
|
| 220 | <url>${nexusproxy}${snapshotNexusPath}</url>
|
| 221 | </snapshotRepository>
|
| 222 | <site>
|
| 223 | <id>ecomp-site</id>
|
| 224 | <url>dav:${nexusproxy}${sitePath}</url>
|
| 225 | </site>
|
| 226 | </distributionManagement>
|
sg481n | a9d2108 | 2017-09-23 14:26:06 +0000 | [diff] [blame] | 227 |
|
sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 228 | </project>
|