Change Beijing Release to 2.1.1
[aaf/authz.git] / auth / auth-batch / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  * ============LICENSE_START====================================================
4  * org.onap.aaf
5  * ===========================================================================
6  * Copyright (c) 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 -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24         <modelVersion>4.0.0</modelVersion>
25         <parent>
26                 <groupId>org.onap.aaf.authz</groupId>
27                 <artifactId>authparent</artifactId>
28                 <version>2.1.1-SNAPSHOT</version>
29                 <relativePath>../pom.xml</relativePath>
30         </parent>
31
32         <artifactId>auth-batch</artifactId>
33         <name>AAF Auth Batch</name>
34         <description>Batch Processing for AAF Auth</description>
35         <packaging>jar</packaging>
36
37         <developers>
38                 <developer>
39                         <name>Jonathan Gathman</name>
40                         <email>jonathan.gathman@att.com</email>
41                         <organization>ATT</organization>
42                         <roles>
43                                 <role>Architect</role>
44                                 <role>Lead Developer</role>
45                         </roles>
46                 </developer>
47                 <developer>
48                         <name>Gabe Maurer</name>
49                         <email>gabe.maurer@att.com</email>
50                         <organization>ATT</organization>
51                         <roles>
52                                 <role>Developer</role>
53                         </roles>
54                 </developer>
55                 <developer>
56                         <name>Ian Howell</name>
57                         <email>ian.howell@att.com</email>
58                         <organization>ATT</organization>
59                         <roles>
60                                 <role>Developer</role>
61                         </roles>
62                 </developer>
63                 <developer>
64                         <name>Sai Gandham</name>
65                         <email>sai.gandham@att.com</email>
66                         <organization>ATT</organization>
67                         <roles>
68                                 <role>Developer</role>
69                         </roles>
70                 </developer>
71         </developers>
72
73         <properties>
74         
75
76
77                 <maven.test.failure.ignore>false</maven.test.failure.ignore>
78                 <!--  SONAR  -->
79                 <!-- <sonar.skip>true</sonar.skip> -->
80                  <jacoco.version>0.7.7.201606060606</jacoco.version>
81             <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
82             <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
83             <!-- Default Sonar configuration -->
84             <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPaths>
85             <sonar.jacoco.itReportPaths>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPaths>
86             <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
87             <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
88                 <nexusproxy>https://nexus.onap.org</nexusproxy>
89                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
90                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
91                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
92                 <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
93         </properties>
94
95         <dependencies>
96
97                 <dependency>
98                         <groupId>org.onap.aaf.authz</groupId>
99                         <artifactId>aaf-misc-env</artifactId>
100                 </dependency>
101
102                 <dependency>
103                         <groupId>org.onap.aaf.authz</groupId>
104                         <artifactId>aaf-cadi-core</artifactId>
105                 </dependency>
106
107                 <dependency>
108                         <groupId>org.onap.aaf.authz</groupId>
109                         <artifactId>aaf-misc-rosetta</artifactId>
110                 </dependency>
111
112                 <dependency>
113                         <groupId>org.onap.aaf.authz</groupId>
114                         <artifactId>aaf-cadi-aaf</artifactId>
115                 </dependency>
116
117                 <dependency>
118                         <groupId>org.onap.aaf.authz</groupId>
119                         <artifactId>aaf-auth-cass</artifactId>
120                 </dependency>
121
122                 <dependency>
123                         <groupId>org.slf4j</groupId>
124                         <artifactId>slf4j-log4j12</artifactId>
125                 </dependency>
126
127         </dependencies>
128
129         <build>
130                 <plugins>
131                         <plugin>
132                                 <groupId>org.apache.maven.plugins</groupId>
133                                 <artifactId>maven-compiler-plugin</artifactId>
134                                 <configuration>
135                                         <source>1.7</source>
136                                         <target>1.7</target>
137                                 </configuration>
138                         </plugin>
139
140                         <plugin>
141                                 <groupId>org.apache.maven.plugins</groupId>
142                                 <artifactId>maven-deploy-plugin</artifactId>
143                                 <configuration>
144                                         <skip>false</skip>
145                                 </configuration>
146                         </plugin>
147                         <plugin>
148                                 <groupId>org.sonatype.plugins</groupId>
149                                 <artifactId>nexus-staging-maven-plugin</artifactId>
150                                 <extensions>true</extensions>
151                                 <configuration>
152                                         <nexusUrl>${nexusproxy}</nexusUrl>
153                                         <stagingProfileId>176c31dfe190a</stagingProfileId>
154                                         <serverId>ecomp-staging</serverId>
155                                 </configuration>
156                         </plugin>               
157                         <plugin>
158                                         <groupId>org.jacoco</groupId>
159                                         <artifactId>jacoco-maven-plugin</artifactId>
160                                         <configuration>
161                                                 <excludes>
162                                                         <exclude>**/gen/**</exclude>
163                                                         <exclude>**/generated-sources/**</exclude>
164                                                         <exclude>**/yang-gen/**</exclude>
165                                                         <exclude>**/pax/**</exclude>
166                                                 </excludes>
167                                         </configuration>
168                                         <executions>
169
170                                                 <execution>
171                                                         <id>pre-unit-test</id>
172                                                         <goals>
173                                                                 <goal>prepare-agent</goal>
174                                                         </goals>
175                                                         <configuration>
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>
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>
200                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
201                                                                 <propertyName>failsafeArgLine</propertyName>
202                                                         </configuration>
203                                                 </execution>
204
205                                                 <execution>
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>
216                                         </executions>
217                                 </plugin>
218                 </plugins>
219         </build>
220         
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>
237 </project>