Update aaf client module
[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         <!-- No Parent on Purpose!!! -->\r
30         <artifactId>authz-client</artifactId>\r
31         <name>Authz Client</name>\r
32         <description>Client and XSD Generated code for Authz</description>\r
33         <groupId>org.onap.aaf.authz</groupId>\r
34         <version>2.6</version>\r
35         <packaging>jar</packaging>\r
36         <url>https://github.com/att/AAF</url>\r
37         <licenses>\r
38                 <license>\r
39                 <name>BSD License</name>\r
40                 <url> </url>\r
41                 </license>\r
42         </licenses>\r
43         <developers>\r
44                 <developer>\r
45                 <name>Jonathan Gathman</name>\r
46                 <email></email>\r
47         <organization>ATT</organization>\r
48         <organizationUrl></organizationUrl>\r
49                 </developer>\r
50         </developers>\r
51         \r
52         <properties>\r
53                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
54                 <swm-distFiles-path>/opt/app/aft/${project.artifactId}/${project.version}</swm-distFiles-path>\r
55                 <maven.test.failure.ignore>true</maven.test.failure.ignore>\r
56         </properties>\r
57         \r
58         <dependencies>\r
59                 <dependency>\r
60                         <groupId>junit</groupId>\r
61                         <artifactId>junit</artifactId>\r
62                         <version>4.10</version>\r
63                         <scope>test</scope>\r
64                 </dependency>\r
65                         \r
66         </dependencies>\r
67 \r
68         <build>\r
69                         <plugins>\r
70                                 <plugin>\r
71                                         <groupId>org.codehaus.mojo</groupId>\r
72                                         <artifactId>jaxb2-maven-plugin</artifactId>\r
73                                         <version>1.3</version>\r
74                                         <executions>\r
75                                                 <execution>\r
76                                                         <phase>generate-sources</phase>\r
77                                                         <goals>\r
78                                                                 <goal>xjc</goal>\r
79                                                         </goals>\r
80                                                 </execution>\r
81                                         </executions>\r
82                                         <configuration>\r
83                                                 <schemaDirectory>src/main/xsd</schemaDirectory>\r
84                                         </configuration>\r
85                                 </plugin>\r
86                                 <plugin>\r
87                                         <groupId>org.apache.maven.plugins</groupId>\r
88                                         <artifactId>maven-compiler-plugin</artifactId>\r
89                                         <configuration>\r
90                                                 <source>1.6</source>\r
91                                                 <target>1.6</target>\r
92                                         </configuration>\r
93                                 </plugin>\r
94                                 <plugin>\r
95                                         <groupId>org.apache.maven.plugins</groupId>\r
96                                         <artifactId>maven-deploy-plugin</artifactId>\r
97                                         <version>2.5</version>\r
98                                         <configuration>\r
99                                                 <skip>false</skip>\r
100                                         </configuration>\r
101                                 </plugin>\r
102 \r
103                                 <!--This plugin's configuration is used to store Eclipse m2e settings \r
104                                         only. It has no influence on the Maven build itself. -->\r
105                                 <plugin>\r
106                                         <groupId>org.eclipse.m2e</groupId>\r
107                                         <artifactId>lifecycle-mapping</artifactId>\r
108                                         <version>1.0.0</version>\r
109                                         <configuration>\r
110                                                 <lifecycleMappingMetadata>\r
111                                                         <pluginExecutions>\r
112                                                                 <pluginExecution>\r
113                                                                         <pluginExecutionFilter>\r
114                                                                                 <groupId>\r
115                                                                                         org.codehaus.mojo\r
116                                                                                 </groupId>\r
117                                                                                 <artifactId>\r
118                                                                                         jaxb2-maven-plugin\r
119                                                                                 </artifactId>\r
120                                                                                 <versionRange>\r
121                                                                                         [1.3,)\r
122                                                                                 </versionRange>\r
123                                                                                 <goals>\r
124                                                                                         <goal>xjc</goal>\r
125                                                                                 </goals>\r
126                                                                         </pluginExecutionFilter>\r
127                                                                         <action>\r
128                                                                                 <ignore></ignore>\r
129                                                                         </action>\r
130                                                                 </pluginExecution>\r
131                                                         </pluginExecutions>\r
132                                                 </lifecycleMappingMetadata>\r
133                                         </configuration>\r
134                                 </plugin>\r
135                                 <plugin>\r
136                                         <groupId>org.apache.maven.plugins</groupId>\r
137                                         <artifactId>maven-compiler-plugin</artifactId>\r
138                                         <version>2.3.2</version>\r
139                                         <configuration>\r
140                                                 <source>1.6</source>\r
141                                                 <target>1.6</target>\r
142                                         </configuration>\r
143                                 </plugin>\r
144                                 \r
145                 <plugin>\r
146                         <groupId>org.apache.maven.plugins</groupId>\r
147                         <artifactId>maven-javadoc-plugin</artifactId>\r
148                         <configuration>\r
149                         <failOnError>false</failOnError>\r
150                         </configuration>\r
151                         <executions>\r
152                                 <execution>\r
153                                         <id>attach-javadocs</id>\r
154                                         <goals>\r
155                                                 <goal>jar</goal>\r
156                                         </goals>\r
157                                 </execution>\r
158                         </executions>\r
159                 </plugin> \r
160            \r
161            \r
162                <plugin>\r
163                       <groupId>org.apache.maven.plugins</groupId>\r
164                       <artifactId>maven-source-plugin</artifactId>\r
165                       <version>2.2.1</version>\r
166                       <executions>\r
167                         <execution>\r
168                           <id>attach-sources</id>\r
169                           <goals>\r
170                             <goal>jar-no-fork</goal>\r
171                           </goals>\r
172                         </execution>\r
173                       </executions>\r
174                     </plugin>\r
175         \r
176                         </plugins>\r
177         </build>\r
178         \r
179         \r
180 \r
181 </project>\r
182 \r