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