[AAF-21] Updated Copyright Headers for AAF
[aaf/authz.git] / authz-gw / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3   ============LICENSE_START====================================================\r
4   * org.onap.aaf\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * ===========================================================================\r
8   * Licensed under the Apache License, Version 2.0 (the "License");\r
9   * you may not use this file except in compliance with the License.\r
10   * You may obtain a copy of the License at\r
11   * \r
12    *      http://www.apache.org/licenses/LICENSE-2.0\r
13   * \r
14    * Unless required by applicable law or agreed to in writing, software\r
15   * distributed under the License is distributed on an "AS IS" BASIS,\r
16   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17   * See the License for the specific language governing permissions and\r
18   * limitations under the License.\r
19   * ============LICENSE_END====================================================\r
20   *\r
21   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
22   *\r
23 -->\r
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
25         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
26         <modelVersion>4.0.0</modelVersion>\r
27         <parent>\r
28                 <groupId>com.att.authz</groupId>\r
29                 <artifactId>parent</artifactId>\r
30                 <version>2.0.15</version>\r
31                 <relativePath>../pom.xml</relativePath>\r
32         </parent>\r
33                 \r
34         <artifactId>authz-gw</artifactId>\r
35         <name>Authz Gate/Wall</name>\r
36         <description>GW API</description>\r
37                 <url>https://github.com/att/AAF</url>\r
38         <licenses>\r
39                 <license>\r
40                 <name>BSD License</name>\r
41                 <url> </url>\r
42                 </license>\r
43         </licenses>\r
44         <developers>\r
45                 <developer>\r
46                 <name>Jonathan Gathman</name>\r
47                 <email></email>\r
48         <organization>ATT</organization>\r
49         <organizationUrl></organizationUrl>\r
50                 </developer>\r
51         </developers>\r
52 \r
53         <properties>\r
54                 <maven.test.failure.ignore>true</maven.test.failure.ignore>\r
55                 <project.swmVersion>30</project.swmVersion>\r
56         </properties>\r
57                 \r
58         <dependencies>\r
59         <dependency>\r
60             <groupId>com.att.authz</groupId>\r
61             <artifactId>authz-core</artifactId>\r
62          \r
63             <exclusions>\r
64                           <exclusion> \r
65                                         <groupId>javax.servlet</groupId>\r
66                         <artifactId>servlet-api</artifactId>\r
67                                            </exclusion>\r
68                     </exclusions> \r
69         </dependency>\r
70             \r
71                 <dependency> \r
72                         <groupId>com.att.cadi</groupId>\r
73                         <artifactId>cadi-aaf</artifactId>\r
74                 </dependency>\r
75 \r
76         <!--    <dependency> \r
77                         <groupId>com.att.cadi</groupId>\r
78                         <artifactId>cadi-tguard</artifactId>\r
79                 </dependency>   -->\r
80                 \r
81         </dependencies>\r
82         \r
83         <build>\r
84                 <plugins>\r
85                         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
86                                 <plugin>\r
87                                         <groupId>org.codehaus.mojo</groupId>\r
88                                         <artifactId>jaxb2-maven-plugin</artifactId>\r
89                                 </plugin>\r
90                     <plugin>\r
91                                 <groupId>org.apache.maven.plugins</groupId>\r
92                                 <artifactId>maven-jar-plugin</artifactId>\r
93                                         <configuration>\r
94                                 <includes>\r
95                                         <include>**/*.class</include>\r
96                                 </includes>\r
97                                         </configuration>\r
98                                         <version>2.3.1</version>\r
99                                 </plugin>\r
100                             \r
101                             <plugin>\r
102                                         <groupId>org.apache.maven.plugins</groupId>\r
103                                         <artifactId>maven-deploy-plugin</artifactId>\r
104                                         <configuration>\r
105                                                 <skip>true</skip>\r
106                                         </configuration>\r
107                             </plugin>\r
108                                 \r
109                 <plugin>\r
110                         <groupId>org.apache.maven.plugins</groupId>\r
111                         <artifactId>maven-javadoc-plugin</artifactId>\r
112                         <configuration>\r
113                         <failOnError>false</failOnError>\r
114                         </configuration>\r
115                         <executions>\r
116                                 <execution>\r
117                                         <id>attach-javadocs</id>\r
118                                         <goals>\r
119                                                 <goal>jar</goal>\r
120                                         </goals>\r
121                                 </execution>\r
122                         </executions>\r
123                 </plugin> \r
124            \r
125            \r
126                <plugin>\r
127                       <groupId>org.apache.maven.plugins</groupId>\r
128                       <artifactId>maven-source-plugin</artifactId>\r
129                       <version>2.2.1</version>\r
130                       <executions>\r
131                         <execution>\r
132                           <id>attach-sources</id>\r
133                           <goals>\r
134                             <goal>jar-no-fork</goal>\r
135                           </goals>\r
136                         </execution>\r
137                       </executions>\r
138                     </plugin>\r
139 \r
140                         \r
141                 <plugin>\r
142                         <groupId>org.sonatype.plugins</groupId>\r
143                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
144                         <version>1.6.7</version>\r
145                         <extensions>true</extensions>\r
146                         <configuration>\r
147                         <serverId>ossrhdme</serverId>\r
148                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
149                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
150                         </configuration>\r
151                 </plugin>\r
152                 \r
153                         </plugins>\r
154                 <pluginManagement>\r
155                         <plugins/>\r
156                 </pluginManagement>\r
157         </build>\r
158 \r
159         <distributionManagement>\r
160                 <snapshotRepository>\r
161                         <id>ossrhdme</id>\r
162                         <url>https://oss.sonatype.org/content/repositories/snapshots</url>\r
163                 </snapshotRepository>\r
164                 <repository>\r
165                         <id>ossrhdme</id>\r
166                         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>\r
167                 </repository>\r
168         </distributionManagement>\r
169         \r
170         <scm>\r
171                 <connection>https://github.com/att/AAF.git</connection>\r
172                 <developerConnection>${project.scm.connection}</developerConnection>\r
173                 <url>http://github.com/att/AAF/tree/master</url>\r
174         </scm>\r
175 </project>\r