Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 2 | <!-- * ============LICENSE_START==================================================== |
Instrumental | cc7e087 | 2018-08-16 09:15:26 -0500 | [diff] [blame] | 3 | * org.onap.aaf |
| 4 | * =========================================================================== |
| 5 | * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | * =========================================================================== |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 7 | * Licensed under the Apache License, Version 2.0 (the "License"); * you may |
| 8 | not use this file except in compliance with the License. * You may obtain |
| 9 | a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * |
| 10 | * Unless required by applicable law or agreed to in writing, software * distributed |
| 11 | under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES |
| 12 | OR CONDITIONS OF ANY KIND, either express or implied. * See the License for |
| 13 | the specific language governing permissions and * limitations under the License. |
| 14 | * ============LICENSE_END==================================================== |
| 15 | * --> |
Instrumental | 7a1817b | 2018-11-05 11:11:15 -0600 | [diff] [blame] | 16 | |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 19 | <modelVersion>4.0.0</modelVersion> |
| 20 | <parent> |
Sai Gandham | 83fc025 | 2018-04-09 16:28:48 +0000 | [diff] [blame] | 21 | <groupId>org.onap.aaf.authz</groupId> |
| 22 | <artifactId>authparent</artifactId> |
Instrumental | baa1bc3 | 2018-11-19 07:46:03 -0600 | [diff] [blame] | 23 | <version>2.1.9-SNAPSHOT</version> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 24 | <relativePath>../pom.xml</relativePath> |
| 25 | </parent> |
| 26 | |
| 27 | <artifactId>aaf-auth-certman</artifactId> |
| 28 | <name>AAF Auth Certificate Manager</name> |
| 29 | <description>Certificate Manager API</description> |
| 30 | |
| 31 | <properties> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 32 | <!-- SONAR --> |
Sai Gandham | f44b927 | 2018-04-12 16:42:07 +0000 | [diff] [blame] | 33 | <!-- <sonar.skip>true</sonar.skip> --> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 34 | <jacoco.version>0.7.7.201606060606</jacoco.version> |
| 35 | <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> |
| 36 | <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |
| 37 | <!-- Default Sonar configuration --> |
Sai Gandham | 61f8fdf | 2018-04-03 12:07:07 -0500 | [diff] [blame] | 38 | <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths> |
| 39 | <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 40 | <!-- Note: This list should match jacoco-maven-plugin's exclusion list |
| 41 | below --> |
| 42 | <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 43 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
| 44 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
| 45 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
| 46 | <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |
Sai Gandham | 30dca6e | 2018-04-09 21:22:48 +0000 | [diff] [blame] | 47 | <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> |
Instrumental | cc7e087 | 2018-08-16 09:15:26 -0500 | [diff] [blame] | 48 | <project.bouncyCastleVersion>1.60</project.bouncyCastleVersion> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 49 | </properties> |
| 50 | |
| 51 | <dependencies> |
Sai Gandham | 255628b | 2019-01-14 11:06:13 -0600 | [diff] [blame] | 52 | <dependency> |
| 53 | <groupId>org.powermock</groupId> |
| 54 | <artifactId>powermock-module-junit4-rule-agent</artifactId> |
| 55 | <version>1.6.4</version> |
| 56 | <scope>test</scope> |
| 57 | </dependency> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 58 | <dependency> |
Sai Gandham | 83fc025 | 2018-04-09 16:28:48 +0000 | [diff] [blame] | 59 | <groupId>org.onap.aaf.authz</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 60 | <artifactId>aaf-auth-core</artifactId> |
| 61 | </dependency> |
| 62 | |
| 63 | <dependency> |
Sai Gandham | 83fc025 | 2018-04-09 16:28:48 +0000 | [diff] [blame] | 64 | <groupId>org.onap.aaf.authz</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 65 | <artifactId>aaf-auth-cass</artifactId> |
| 66 | </dependency> |
| 67 | |
| 68 | <dependency> |
Sai Gandham | 83fc025 | 2018-04-09 16:28:48 +0000 | [diff] [blame] | 69 | <groupId>org.onap.aaf.authz</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 70 | <artifactId>aaf-cadi-aaf</artifactId> |
| 71 | </dependency> |
Instrumental | 32cdd55 | 2018-07-19 13:29:32 -0500 | [diff] [blame] | 72 | |
| 73 | <!-- Add the Organizations you wish to support. You can delete ONAP if |
| 74 | you have something else Match with Property Entry: Organization.<root ns>, |
| 75 | i.e. Organization.onap.org=org.onap.org.DefaultOrg --> |
| 76 | <dependency> |
| 77 | <groupId>org.onap.aaf.authz</groupId> |
| 78 | <artifactId>aaf-auth-deforg</artifactId> |
| 79 | </dependency> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 80 | |
| 81 | <dependency> |
| 82 | <groupId>com.google.code.jscep</groupId> |
| 83 | <artifactId>jscep</artifactId> |
| 84 | <version>2.4.0</version> |
Instrumental | d334884 | 2018-04-11 13:13:46 -0500 | [diff] [blame] | 85 | <exclusions> |
| 86 | <exclusion> |
| 87 | <groupId>org.bouncycastle</groupId> |
| 88 | <artifactId>bcprov-jdk15on</artifactId> |
| 89 | </exclusion> |
| 90 | <exclusion> |
| 91 | <groupId>org.bouncycastle</groupId> |
| 92 | <artifactId>bcpkix-jdk15on</artifactId> |
| 93 | </exclusion> |
| 94 | </exclusions> |
| 95 | </dependency> |
| 96 | <!-- JSCEP does not use latest "Bouncy Castle" --> |
| 97 | <dependency> |
| 98 | <groupId>org.bouncycastle</groupId> |
| 99 | <artifactId>bcprov-jdk15on</artifactId> |
IanHowell | c1e8593 | 2018-05-18 09:29:09 -0500 | [diff] [blame] | 100 | <version>${project.bouncyCastleVersion}</version> |
Instrumental | d334884 | 2018-04-11 13:13:46 -0500 | [diff] [blame] | 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.bouncycastle</groupId> |
| 104 | <artifactId>bcpkix-jdk15on</artifactId> |
IanHowell | c1e8593 | 2018-05-18 09:29:09 -0500 | [diff] [blame] | 105 | <version>${project.bouncyCastleVersion}</version> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 106 | </dependency> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 107 | </dependencies> |
| 108 | |
| 109 | <build> |
| 110 | <plugins> |
| 111 | <plugin> |
| 112 | <groupId>org.apache.maven.plugins</groupId> |
| 113 | <artifactId>maven-jar-plugin</artifactId> |
| 114 | <configuration> |
| 115 | <includes> |
| 116 | <include>**/*.class</include> |
| 117 | </includes> |
| 118 | </configuration> |
| 119 | <version>2.3.1</version> |
| 120 | </plugin> |
| 121 | |
| 122 | <!--This plugin's configuration is used to store Eclipse m2e settings |
| 123 | only. It has no influence on the Maven build itself. --> |
| 124 | <plugin> |
| 125 | <groupId>org.apache.maven.plugins</groupId> |
| 126 | <artifactId>maven-deploy-plugin</artifactId> |
| 127 | <configuration> |
Sai Gandham | d97041c | 2018-04-03 01:57:59 -0500 | [diff] [blame] | 128 | <skip>false</skip> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 129 | </configuration> |
| 130 | </plugin> |
| 131 | <plugin> |
| 132 | <groupId>org.codehaus.mojo</groupId> |
| 133 | <artifactId>appassembler-maven-plugin</artifactId> |
| 134 | <configuration> |
| 135 | <programs> |
| 136 | <program> |
| 137 | <mainClass>org.onap.aaf.auth.cm.AAF_CM</mainClass> |
| 138 | <name>cm</name> |
| 139 | <commandLineArguments> |
Instrumental | 4ad4763 | 2018-07-13 15:49:26 -0500 | [diff] [blame] | 140 | <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.cm.props</commandLineArgument> |
Instrumental | 924b18d | 2018-04-05 20:17:18 -0500 | [diff] [blame] | 141 | <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/cm</commandLineArgument> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 142 | </commandLineArguments> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 143 | </program> |
| 144 | </programs> |
| 145 | </configuration> |
| 146 | </plugin> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 147 | <plugin> |
| 148 | <groupId>org.sonatype.plugins</groupId> |
| 149 | <artifactId>nexus-staging-maven-plugin</artifactId> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 150 | <extensions>true</extensions> |
| 151 | <configuration> |
| 152 | <nexusUrl>${nexusproxy}</nexusUrl> |
| 153 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
| 154 | <serverId>ecomp-staging</serverId> |
| 155 | </configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 156 | </plugin> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 157 | <plugin> |
| 158 | <groupId>org.jacoco</groupId> |
| 159 | <artifactId>jacoco-maven-plugin</artifactId> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 160 | <configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 161 | <excludes> |
| 162 | <exclude>**/gen/**</exclude> |
| 163 | <exclude>**/generated-sources/**</exclude> |
| 164 | <exclude>**/yang-gen/**</exclude> |
| 165 | <exclude>**/pax/**</exclude> |
| 166 | </excludes> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 167 | </configuration> |
| 168 | <executions> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 169 | |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 170 | <execution> |
| 171 | <id>pre-unit-test</id> |
| 172 | <goals> |
| 173 | <goal>prepare-agent</goal> |
| 174 | </goals> |
| 175 | <configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 176 | <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile> |
| 177 | <propertyName>surefireArgLine</propertyName> |
| 178 | </configuration> |
| 179 | </execution> |
| 180 | |
| 181 | |
| 182 | <execution> |
| 183 | <id>post-unit-test</id> |
| 184 | <phase>test</phase> |
| 185 | <goals> |
| 186 | <goal>report</goal> |
| 187 | </goals> |
| 188 | <configuration> |
| 189 | <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile> |
| 190 | <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 191 | </configuration> |
| 192 | </execution> |
| 193 | <execution> |
| 194 | <id>pre-integration-test</id> |
| 195 | <phase>pre-integration-test</phase> |
| 196 | <goals> |
| 197 | <goal>prepare-agent</goal> |
| 198 | </goals> |
| 199 | <configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 200 | <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile> |
| 201 | <propertyName>failsafeArgLine</propertyName> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 202 | </configuration> |
| 203 | </execution> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 204 | |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 205 | <execution> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 206 | <id>post-integration-test</id> |
| 207 | <phase>post-integration-test</phase> |
| 208 | <goals> |
| 209 | <goal>report</goal> |
| 210 | </goals> |
| 211 | <configuration> |
| 212 | <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile> |
| 213 | <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory> |
| 214 | </configuration> |
| 215 | </execution> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 216 | </executions> |
| 217 | </plugin> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 218 | </plugins> |
| 219 | </build> |
| 220 | |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 221 | <distributionManagement> |
| 222 | <repository> |
| 223 | <id>ecomp-releases</id> |
| 224 | <name>AAF Release Repository</name> |
| 225 | <url>${nexusproxy}${releaseNexusPath}</url> |
| 226 | </repository> |
| 227 | <snapshotRepository> |
| 228 | <id>ecomp-snapshots</id> |
| 229 | <name>AAF Snapshot Repository</name> |
| 230 | <url>${nexusproxy}${snapshotNexusPath}</url> |
| 231 | </snapshotRepository> |
| 232 | <site> |
| 233 | <id>ecomp-site</id> |
| 234 | <url>dav:${nexusproxy}${sitePath}</url> |
| 235 | </site> |
| 236 | </distributionManagement> |
Sai Gandham | e01703c | 2018-03-26 22:57:09 +0000 | [diff] [blame] | 237 | |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 238 | </project> |