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 --> |
| 31 | <jacoco.version>0.7.7.201606060606</jacoco.version> |
| 32 | <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> |
| 33 | <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |
| 34 | <!-- Default Sonar configuration --> |
Sai Gandham | 61f8fdf | 2018-04-03 12:07:07 -0500 | [diff] [blame^] | 35 | <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths> |
| 36 | <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 37 | <!-- Note: This list should match jacoco-maven-plugin's exclusion list |
| 38 | below --> |
| 39 | <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 40 | <nexusproxy>https://nexus.onap.org</nexusproxy> |
| 41 | <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> |
| 42 | <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> |
| 43 | <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> |
| 44 | <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 45 | </properties> |
| 46 | |
| 47 | |
| 48 | <dependencies> |
| 49 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 50 | <groupId>org.onap.aaf.authz.auth</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 51 | <artifactId>aaf-auth-core</artifactId> |
| 52 | </dependency> |
| 53 | |
| 54 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 55 | <groupId>org.onap.aaf.authz.auth</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 56 | <artifactId>aaf-auth-client</artifactId> |
| 57 | </dependency> |
| 58 | |
| 59 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 60 | <groupId>org.onap.aaf.authz.auth</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 61 | <artifactId>aaf-auth-cmd</artifactId> |
| 62 | </dependency> |
| 63 | |
| 64 | <!-- Add the Organizations you wish to support. You can delete ONAP if |
| 65 | you have something else Match with Property Entry: Organization.<root ns>, |
| 66 | i.e. Organization.onap.org=org.onap.org.DefaultOrg --> |
| 67 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 68 | <groupId>org.onap.aaf.authz.auth</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 69 | <artifactId>aaf-auth-deforg</artifactId> |
| 70 | </dependency> |
| 71 | |
| 72 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 73 | <groupId>org.onap.aaf.authz.cadi</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 74 | <artifactId>aaf-cadi-aaf</artifactId> |
| 75 | </dependency> |
| 76 | |
| 77 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 78 | <groupId>org.onap.aaf.authz.cadi</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 79 | <artifactId>aaf-cadi-client</artifactId> |
| 80 | </dependency> |
| 81 | |
| 82 | <dependency> |
Instrumental | 17ca744 | 2018-03-29 16:54:19 -0500 | [diff] [blame] | 83 | <groupId>org.onap.aaf.authz.misc</groupId> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 84 | <artifactId>aaf-misc-xgen</artifactId> |
| 85 | </dependency> |
| 86 | |
| 87 | |
| 88 | |
| 89 | </dependencies> |
| 90 | |
| 91 | <build> |
| 92 | <plugins> |
| 93 | <plugin> |
| 94 | <groupId>org.apache.maven.plugins</groupId> |
| 95 | <artifactId>maven-jar-plugin</artifactId> |
| 96 | <configuration> |
| 97 | <includes> |
| 98 | <include>**/*.class</include> |
| 99 | </includes> |
| 100 | </configuration> |
| 101 | <version>2.3.1</version> |
| 102 | </plugin> |
| 103 | <plugin> |
| 104 | <groupId>org.apache.maven.plugins</groupId> |
| 105 | <artifactId>maven-deploy-plugin</artifactId> |
| 106 | <configuration> |
Sai Gandham | d97041c | 2018-04-03 01:57:59 -0500 | [diff] [blame] | 107 | <skip>false</skip> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 108 | </configuration> |
| 109 | </plugin> |
| 110 | <plugin> |
| 111 | <groupId>org.codehaus.mojo</groupId> |
| 112 | <artifactId>appassembler-maven-plugin</artifactId> |
| 113 | <configuration> |
| 114 | <programs> |
| 115 | <program> |
| 116 | <mainClass>org.onap.aaf.auth.gui.AAF_GUI</mainClass> |
| 117 | <name>gui</name> |
| 118 | <commandLineArguments> |
| 119 | <commandLineArgument>cadi_prop_files=${project.conf_dir}/org.osaaf.gui.props</commandLineArgument> |
| 120 | </commandLineArguments> |
| 121 | <jvmSettings> |
| 122 | <extraArguments> |
| 123 | <extraArgument>-Daaf_cfa_web_path=$BASEDIR/theme/onap</extraArgument> |
| 124 | </extraArguments> |
| 125 | </jvmSettings> |
| 126 | </program> |
| 127 | </programs> |
| 128 | <copyConfigurationDirectory>true</copyConfigurationDirectory> |
| 129 | <configurationDirectory>theme</configurationDirectory> |
| 130 | <configurationSourceDirectory>theme</configurationSourceDirectory> |
| 131 | </configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 132 | |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 133 | </plugin> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 134 | <plugin> |
| 135 | <groupId>org.sonatype.plugins</groupId> |
| 136 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 137 | <version>1.6.7</version> |
| 138 | <extensions>true</extensions> |
| 139 | <configuration> |
| 140 | <nexusUrl>${nexusproxy}</nexusUrl> |
| 141 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
| 142 | <serverId>ecomp-staging</serverId> |
| 143 | </configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 144 | </plugin> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 145 | <plugin> |
| 146 | <groupId>org.jacoco</groupId> |
| 147 | <artifactId>jacoco-maven-plugin</artifactId> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 148 | <version>${jacoco.version}</version> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 149 | <configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 150 | <excludes> |
| 151 | <exclude>**/gen/**</exclude> |
| 152 | <exclude>**/generated-sources/**</exclude> |
| 153 | <exclude>**/yang-gen/**</exclude> |
| 154 | <exclude>**/pax/**</exclude> |
| 155 | </excludes> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 156 | </configuration> |
| 157 | <executions> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 158 | |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 159 | <execution> |
| 160 | <id>pre-unit-test</id> |
| 161 | <goals> |
| 162 | <goal>prepare-agent</goal> |
| 163 | </goals> |
| 164 | <configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 165 | <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile> |
| 166 | <propertyName>surefireArgLine</propertyName> |
| 167 | </configuration> |
| 168 | </execution> |
| 169 | |
| 170 | |
| 171 | <execution> |
| 172 | <id>post-unit-test</id> |
| 173 | <phase>test</phase> |
| 174 | <goals> |
| 175 | <goal>report</goal> |
| 176 | </goals> |
| 177 | <configuration> |
| 178 | <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile> |
| 179 | <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 180 | </configuration> |
| 181 | </execution> |
| 182 | <execution> |
| 183 | <id>pre-integration-test</id> |
| 184 | <phase>pre-integration-test</phase> |
| 185 | <goals> |
| 186 | <goal>prepare-agent</goal> |
| 187 | </goals> |
| 188 | <configuration> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 189 | <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile> |
| 190 | <propertyName>failsafeArgLine</propertyName> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 191 | </configuration> |
| 192 | </execution> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 193 | |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 194 | <execution> |
gabe.maurer | 2e23328 | 2018-04-03 11:18:38 -0500 | [diff] [blame] | 195 | <id>post-integration-test</id> |
| 196 | <phase>post-integration-test</phase> |
| 197 | <goals> |
| 198 | <goal>report</goal> |
| 199 | </goals> |
| 200 | <configuration> |
| 201 | <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile> |
| 202 | <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory> |
| 203 | </configuration> |
| 204 | </execution> |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 205 | </executions> |
| 206 | </plugin> |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 207 | </plugins> |
| 208 | </build> |
| 209 | |
Sai Gandham | c434f3c | 2018-03-27 16:29:24 +0000 | [diff] [blame] | 210 | <distributionManagement> |
| 211 | <repository> |
| 212 | <id>ecomp-releases</id> |
| 213 | <name>AAF Release Repository</name> |
| 214 | <url>${nexusproxy}${releaseNexusPath}</url> |
| 215 | </repository> |
| 216 | <snapshotRepository> |
| 217 | <id>ecomp-snapshots</id> |
| 218 | <name>AAF Snapshot Repository</name> |
| 219 | <url>${nexusproxy}${snapshotNexusPath}</url> |
| 220 | </snapshotRepository> |
| 221 | <site> |
| 222 | <id>ecomp-site</id> |
| 223 | <url>dav:${nexusproxy}${sitePath}</url> |
| 224 | </site> |
| 225 | </distributionManagement> |
Sai Gandham | e01703c | 2018-03-26 22:57:09 +0000 | [diff] [blame] | 226 | |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 227 | </project> |