blob: 8dc9551a3e4520fe3ed7cd43080a2b352a948d18 [file] [log] [blame]
Instrumental71037c32018-03-26 13:51:48 -07001<?xml version="1.0" encoding="UTF-8"?>
gabe.maurer2e233282018-04-03 11:18:38 -05002<!-- * ============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 * -->
Instrumental71037c32018-03-26 13:51:48 -070014<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>
Sai Gandham83fc0252018-04-09 16:28:48 +000018 <groupId>org.onap.aaf.authz</groupId>
19 <artifactId>authparent</artifactId>
Gathman, Jonathan (jg1555)58c2a712019-07-17 16:07:20 -050020 <version>2.1.15-SNAPSHOT</version>
Instrumental71037c32018-03-26 13:51:48 -070021 <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.maurer2e233282018-04-03 11:18:38 -050030 <!-- SONAR -->
Sai Gandhamf44b9272018-04-12 16:42:07 +000031 <!-- <sonar.skip>true</sonar.skip> -->
gabe.maurer2e233282018-04-03 11:18:38 -050032 <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 Gandham61f8fdf2018-04-03 12:07:07 -050036 <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.maurer2e233282018-04-03 11:18:38 -050038 <!-- 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 Gandhamc434f3c2018-03-27 16:29:24 +000041 <nexusproxy>https://nexus.onap.org</nexusproxy>
42 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
43 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
44 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
Sai Gandham30dca6e2018-04-09 21:22:48 +000045 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
Instrumental71037c32018-03-26 13:51:48 -070046 </properties>
47
48
49 <dependencies>
50 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000051 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070052 <artifactId>aaf-auth-core</artifactId>
53 </dependency>
54
55 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000056 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070057 <artifactId>aaf-auth-client</artifactId>
58 </dependency>
59
60 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000061 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070062 <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>
Sai Gandham83fc0252018-04-09 16:28:48 +000069 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070070 <artifactId>aaf-auth-deforg</artifactId>
71 </dependency>
72
73 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000074 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070075 <artifactId>aaf-cadi-aaf</artifactId>
76 </dependency>
77
78 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000079 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070080 <artifactId>aaf-cadi-client</artifactId>
81 </dependency>
82
83 <dependency>
Sai Gandham83fc0252018-04-09 16:28:48 +000084 <groupId>org.onap.aaf.authz</groupId>
Instrumental71037c32018-03-26 13:51:48 -070085 <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 Gandhamd97041c2018-04-03 01:57:59 -0500108 <skip>false</skip>
Instrumental71037c32018-03-26 13:51:48 -0700109 </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>
Instrumental4ad47632018-07-13 15:49:26 -0500120 <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.gui.props</commandLineArgument>
Instrumental924b18d2018-04-05 20:17:18 -0500121 <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/gui</commandLineArgument>
Instrumental4ad47632018-07-13 15:49:26 -0500122 <commandLineArgument>cadi_etc_dir=${project.ext_root_dir}/etc</commandLineArgument>
Instrumental71037c32018-03-26 13:51:48 -0700123 </commandLineArguments>
124 <jvmSettings>
125 <extraArguments>
126 <extraArgument>-Daaf_cfa_web_path=$BASEDIR/theme/onap</extraArgument>
127 </extraArguments>
128 </jvmSettings>
129 </program>
130 </programs>
131 <copyConfigurationDirectory>true</copyConfigurationDirectory>
132 <configurationDirectory>theme</configurationDirectory>
133 <configurationSourceDirectory>theme</configurationSourceDirectory>
134 </configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500135
Instrumental71037c32018-03-26 13:51:48 -0700136 </plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000137 <plugin>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000138 <groupId>org.jacoco</groupId>
139 <artifactId>jacoco-maven-plugin</artifactId>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000140 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500141 <excludes>
142 <exclude>**/gen/**</exclude>
143 <exclude>**/generated-sources/**</exclude>
144 <exclude>**/yang-gen/**</exclude>
145 <exclude>**/pax/**</exclude>
146 </excludes>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000147 </configuration>
148 <executions>
gabe.maurer2e233282018-04-03 11:18:38 -0500149
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000150 <execution>
151 <id>pre-unit-test</id>
152 <goals>
153 <goal>prepare-agent</goal>
154 </goals>
155 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500156 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
157 <propertyName>surefireArgLine</propertyName>
158 </configuration>
159 </execution>
160
161
162 <execution>
163 <id>post-unit-test</id>
164 <phase>test</phase>
165 <goals>
166 <goal>report</goal>
167 </goals>
168 <configuration>
169 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
170 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000171 </configuration>
172 </execution>
173 <execution>
174 <id>pre-integration-test</id>
175 <phase>pre-integration-test</phase>
176 <goals>
177 <goal>prepare-agent</goal>
178 </goals>
179 <configuration>
gabe.maurer2e233282018-04-03 11:18:38 -0500180 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
181 <propertyName>failsafeArgLine</propertyName>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000182 </configuration>
183 </execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500184
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000185 <execution>
gabe.maurer2e233282018-04-03 11:18:38 -0500186 <id>post-integration-test</id>
187 <phase>post-integration-test</phase>
188 <goals>
189 <goal>report</goal>
190 </goals>
191 <configuration>
192 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
193 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
194 </configuration>
195 </execution>
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000196 </executions>
197 </plugin>
Instrumental71037c32018-03-26 13:51:48 -0700198 </plugins>
199 </build>
200
Sai Gandhamc434f3c2018-03-27 16:29:24 +0000201 <distributionManagement>
202 <repository>
203 <id>ecomp-releases</id>
204 <name>AAF Release Repository</name>
205 <url>${nexusproxy}${releaseNexusPath}</url>
206 </repository>
207 <snapshotRepository>
208 <id>ecomp-snapshots</id>
209 <name>AAF Snapshot Repository</name>
210 <url>${nexusproxy}${snapshotNexusPath}</url>
211 </snapshotRepository>
212 <site>
213 <id>ecomp-site</id>
214 <url>dav:${nexusproxy}${sitePath}</url>
215 </site>
216 </distributionManagement>
Sai Gandhame01703c2018-03-26 22:57:09 +0000217
Instrumental71037c32018-03-26 13:51:48 -0700218</project>