Add parent pom details in auithz-client
[aaf/authz.git] / authz-client / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3   ============LICENSE_START====================================================\r
4   * org.onap.aai\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * Copyright © 2017 Amdocs\r
8   * ===========================================================================\r
9   * Licensed under the Apache License, Version 2.0 (the "License");\r
10   * you may not use this file except in compliance with the License.\r
11   * You may obtain a copy of the License at\r
12   * \r
13    *      http://www.apache.org/licenses/LICENSE-2.0\r
14   * \r
15    * Unless required by applicable law or agreed to in writing, software\r
16   * distributed under the License is distributed on an "AS IS" BASIS,\r
17   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18   * See the License for the specific language governing permissions and\r
19   * limitations under the License.\r
20   * ============LICENSE_END====================================================\r
21   *\r
22   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
23   *\r
24 -->\r
25 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
26         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
27         <modelVersion>4.0.0</modelVersion>\r
28 \r
29         \r
30         <parent>\r
31                 <groupId>org.onap.aaf.authz</groupId>\r
32                 <artifactId>parent</artifactId>\r
33                 <version>1.0.1-SNAPSHOT</version>\r
34                 <relativePath>../pom.xml</relativePath>\r
35         </parent>\r
36         \r
37         <!-- No Parent on Purpose!!! -->\r
38         <artifactId>authz-client</artifactId>\r
39         <name>Authz Client</name>\r
40         <description>Client and XSD Generated code for Authz</description>\r
41         <groupId>org.onap.aaf.authz</groupId>\r
42         <version>1.0.1-SNAPSHOT</version>\r
43         <packaging>jar</packaging>\r
44         <url>https://github.com/att/AAF</url>\r
45         <licenses>\r
46                 <license>\r
47                 <name>BSD License</name>\r
48                 <url> </url>\r
49                 </license>\r
50         </licenses>\r
51         <developers>\r
52                 <developer>\r
53                 <name>Jonathan Gathman</name>\r
54                 <email></email>\r
55         <organization>ATT</organization>\r
56         <organizationUrl></organizationUrl>\r
57                 </developer>\r
58         </developers>\r
59         \r
60                 <properties>\r
61                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
62                 <swm-distFiles-path>/opt/app/aft/${project.artifactId}/${project.version}</swm-distFiles-path>\r
63                 <maven.test.failure.ignore>true</maven.test.failure.ignore>\r
64                 <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
65                 <sonar.language>java</sonar.language>\r
66                 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>\r
67                 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>\r
68                 <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>\r
69                 <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>\r
70                 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>\r
71                 <sonar.projectVersion>${project.version}</sonar.projectVersion>\r
72         <nexusproxy>https://nexus.onap.org</nexusproxy>\r
73                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
74                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
75                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
76                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
77         </properties>\r
78         \r
79         <dependencies>\r
80                 <dependency>\r
81                         <groupId>junit</groupId>\r
82                         <artifactId>junit</artifactId>\r
83                         <version>4.10</version>\r
84                         <scope>test</scope>\r
85                 </dependency>\r
86                         \r
87         </dependencies>\r
88 \r
89         <build>\r
90                         <plugins>\r
91                                 <plugin>\r
92                                         <groupId>org.codehaus.mojo</groupId>\r
93                                         <artifactId>jaxb2-maven-plugin</artifactId>\r
94                                         <version>1.3</version>\r
95                                         <executions>\r
96                                                 <execution>\r
97                                                         <phase>generate-sources</phase>\r
98                                                         <goals>\r
99                                                                 <goal>xjc</goal>\r
100                                                         </goals>\r
101                                                 </execution>\r
102                                         </executions>\r
103                                         <configuration>\r
104                                                 <schemaDirectory>src/main/xsd</schemaDirectory>\r
105                                         </configuration>\r
106                                 </plugin>\r
107                                 <plugin>\r
108                                         <groupId>org.apache.maven.plugins</groupId>\r
109                                         <artifactId>maven-compiler-plugin</artifactId>\r
110                                         <configuration>\r
111                                                 <source>1.6</source>\r
112                                                 <target>1.6</target>\r
113                                         </configuration>\r
114                                 </plugin>\r
115                                 \r
116 \r
117                                 <!--This plugin's configuration is used to store Eclipse m2e settings \r
118                                         only. It has no influence on the Maven build itself. -->\r
119                                 <plugin>\r
120                                         <groupId>org.eclipse.m2e</groupId>\r
121                                         <artifactId>lifecycle-mapping</artifactId>\r
122                                         <version>1.0.0</version>\r
123                                         <configuration>\r
124                                                 <lifecycleMappingMetadata>\r
125                                                         <pluginExecutions>\r
126                                                                 <pluginExecution>\r
127                                                                         <pluginExecutionFilter>\r
128                                                                                 <groupId>\r
129                                                                                         org.codehaus.mojo\r
130                                                                                 </groupId>\r
131                                                                                 <artifactId>\r
132                                                                                         jaxb2-maven-plugin\r
133                                                                                 </artifactId>\r
134                                                                                 <versionRange>\r
135                                                                                         [1.3,)\r
136                                                                                 </versionRange>\r
137                                                                                 <goals>\r
138                                                                                         <goal>xjc</goal>\r
139                                                                                 </goals>\r
140                                                                         </pluginExecutionFilter>\r
141                                                                         <action>\r
142                                                                                 <ignore></ignore>\r
143                                                                         </action>\r
144                                                                 </pluginExecution>\r
145                                                         </pluginExecutions>\r
146                                                 </lifecycleMappingMetadata>\r
147                                         </configuration>\r
148                                 </plugin>\r
149                                 <plugin>\r
150                                         <groupId>org.apache.maven.plugins</groupId>\r
151                                         <artifactId>maven-compiler-plugin</artifactId>\r
152                                         <version>2.3.2</version>\r
153                                         <configuration>\r
154                                                 <source>1.6</source>\r
155                                                 <target>1.6</target>\r
156                                         </configuration>\r
157                                 </plugin>\r
158                                 \r
159                 <plugin>\r
160                         <groupId>org.apache.maven.plugins</groupId>\r
161                         <artifactId>maven-javadoc-plugin</artifactId>\r
162                         <configuration>\r
163                         <failOnError>false</failOnError>\r
164                         </configuration>\r
165                         <executions>\r
166                                 <execution>\r
167                                         <id>attach-javadocs</id>\r
168                                         <goals>\r
169                                                 <goal>jar</goal>\r
170                                         </goals>\r
171                                 </execution>\r
172                         </executions>\r
173                 </plugin> \r
174            \r
175            \r
176                <plugin>\r
177                       <groupId>org.apache.maven.plugins</groupId>\r
178                       <artifactId>maven-source-plugin</artifactId>\r
179                       <version>2.2.1</version>\r
180                       <executions>\r
181                         <execution>\r
182                           <id>attach-sources</id>\r
183                           <goals>\r
184                             <goal>jar-no-fork</goal>\r
185                           </goals>\r
186                         </execution>\r
187                       </executions>\r
188                     </plugin>\r
189                         \r
190                          <plugin>\r
191                                 <groupId>org.sonatype.plugins</groupId>\r
192                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
193                                 <version>1.6.7</version>\r
194                                 <extensions>true</extensions>\r
195                                 <configuration>\r
196                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
197                                         <stagingProfileId>176c31dfe190a</stagingProfileId>\r
198                                         <serverId>ecomp-staging</serverId>\r
199                                 </configuration>\r
200                         </plugin>               \r
201                         <plugin>\r
202                                 <groupId>org.jacoco</groupId>\r
203                                 <artifactId>jacoco-maven-plugin</artifactId>\r
204                                 <version>0.7.7.201606060606</version>\r
205                                 <configuration>\r
206                                         <dumpOnExit>true</dumpOnExit>\r
207                                         <includes>\r
208                                                 <include>org.onap.aaf.*</include>\r
209                                         </includes>\r
210                                 </configuration>\r
211                                 <executions>\r
212                                         <execution>\r
213                                                 <id>pre-unit-test</id>\r
214                                                 <goals>\r
215                                                         <goal>prepare-agent</goal>\r
216                                                 </goals>\r
217                                                 <configuration>\r
218                                                         <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>\r
219                                                         <!-- <append>true</append> -->\r
220                                                 </configuration>\r
221                                         </execution>\r
222                                         <execution>\r
223                                                 <id>pre-integration-test</id>\r
224                                                 <phase>pre-integration-test</phase>\r
225                                                 <goals>\r
226                                                         <goal>prepare-agent</goal>\r
227                                                 </goals>\r
228                                                 <configuration>\r
229                                                         <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>\r
230                                                         <!-- <append>true</append> -->\r
231                                                 </configuration>\r
232                                         </execution>\r
233                                         <execution>\r
234                         <goals>\r
235                             <goal>merge</goal>\r
236                         </goals>\r
237                         <phase>post-integration-test</phase>\r
238                         <configuration>\r
239                             <fileSets>\r
240                                 <fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">\r
241                                     <directory>${project.build.directory}/coverage-reports</directory>\r
242                                     <includes>\r
243                                         <include>*.exec</include>\r
244                                     </includes>\r
245                                 </fileSet>\r
246                             </fileSets>\r
247                             <destFile>${project.build.directory}/jacoco-dev.exec</destFile>\r
248                         </configuration>\r
249                     </execution>\r
250                                 </executions>\r
251                         </plugin> \r
252                         </plugins>\r
253         </build>\r
254         \r
255         <distributionManagement>\r
256                 <repository>\r
257                         <id>ecomp-releases</id>\r
258                         <name>AAF Release Repository</name>\r
259                         <url>${nexusproxy}${releaseNexusPath}</url>\r
260                 </repository>\r
261                 <snapshotRepository>\r
262                         <id>ecomp-snapshots</id>\r
263                         <name>AAF Snapshot Repository</name>\r
264                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
265                 </snapshotRepository>\r
266                 <site>\r
267                         <id>ecomp-site</id>\r
268                         <url>dav:${nexusproxy}${sitePath}</url>\r
269                 </site>\r
270         </distributionManagement>\r
271 <pluginRepositories>\r
272         <pluginRepository>\r
273             <id>onap-plugin-snapshots</id>\r
274             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
275         </pluginRepository>\r
276     </pluginRepositories>\r
277         \r
278         <repositories>\r
279                 <repository>\r
280                         <id>central</id>\r
281                         <name>Maven 2 repository 2</name>\r
282                         <url>http://repo2.maven.org/maven2/</url>\r
283                 </repository>\r
284                 <repository>\r
285             <id>onap-jar-snapshots</id>\r
286             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
287         </repository>\r
288                 <repository>\r
289                         <id>spring-repo</id>\r
290                         <name>Spring repo</name>\r
291                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
292                 </repository>\r
293                 <repository>\r
294                         <id>repository.jboss.org-public</id>\r
295                         <name>JBoss.org Maven repository</name>\r
296                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
297                 </repository>\r
298         </repositories>\r
299 </project>\r
300 \r