[AAF-21] Updated Copyright Headers for AAF
[aaf/authz.git] / authz-certman / 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-certman</artifactId>\r
35         <name>AAF Certification Managmenent</name>\r
36         <description>Certificate Manager 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 \r
54         <properties>\r
55                 <project.swmVersion>45</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         </dependency>\r
63 \r
64         <dependency>\r
65             <groupId>com.att.authz</groupId>\r
66             <artifactId>authz-cass</artifactId>\r
67         </dependency>\r
68 \r
69      <!--     <dependency>\r
70             <groupId>com.att.authz</groupId>\r
71             <artifactId>authz-att</artifactId>\r
72         </dependency>    -->\r
73             \r
74                 <dependency> \r
75                         <groupId>com.att.cadi</groupId>\r
76                         <artifactId>cadi-aaf</artifactId>\r
77                 </dependency>\r
78                 \r
79                 <dependency>\r
80                         <groupId>com.google.code.jscep</groupId>\r
81                         <artifactId>jscep</artifactId>\r
82                         <version>2.4.0</version>\r
83                 </dependency>\r
84                 <!--  TESTING -->\r
85                 <dependency>\r
86                         <groupId>org.slf4j</groupId>\r
87                         <artifactId>slf4j-log4j12</artifactId>\r
88                 </dependency>\r
89         </dependencies>\r
90         \r
91         <build>\r
92                 <plugins>\r
93             <plugin>\r
94                                 <groupId>org.apache.maven.plugins</groupId>\r
95                                 <artifactId>maven-jar-plugin</artifactId>\r
96                                         <configuration>\r
97                                 <includes>\r
98                                         <include>**/*.class</include>\r
99                                 </includes>\r
100                                         </configuration>\r
101                                         <version>2.3.1</version>\r
102                                 </plugin>\r
103                             \r
104                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
105                         \r
106                             <plugin>\r
107                                         <groupId>org.apache.maven.plugins</groupId>\r
108                                         <artifactId>maven-deploy-plugin</artifactId>\r
109                                         <configuration>\r
110                                                 <skip>true</skip>\r
111                                         </configuration>\r
112                             </plugin>\r
113                 \r
114                 <plugin>\r
115                         <groupId>org.apache.maven.plugins</groupId>\r
116                         <artifactId>maven-javadoc-plugin</artifactId>\r
117                         <configuration>\r
118                         <failOnError>false</failOnError>\r
119                         </configuration>\r
120                         <executions>\r
121                                 <execution>\r
122                                         <id>attach-javadocs</id>\r
123                                         <goals>\r
124                                                 <goal>jar</goal>\r
125                                         </goals>\r
126                                 </execution>\r
127                         </executions>\r
128                 </plugin> \r
129            \r
130            \r
131                <plugin>\r
132                       <groupId>org.apache.maven.plugins</groupId>\r
133                       <artifactId>maven-source-plugin</artifactId>\r
134                       <version>2.2.1</version>\r
135                       <executions>\r
136                         <execution>\r
137                           <id>attach-sources</id>\r
138                           <goals>\r
139                             <goal>jar-no-fork</goal>\r
140                           </goals>\r
141                         </execution>\r
142                       </executions>\r
143                     </plugin> \r
144                         \r
145                 <plugin>\r
146                         <groupId>org.sonatype.plugins</groupId>\r
147                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
148                         <version>1.6.7</version>\r
149                         <extensions>true</extensions>\r
150                         <configuration>\r
151                         <serverId>ossrhdme</serverId>\r
152                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
153                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
154                         </configuration>\r
155                 </plugin>\r
156                         </plugins>\r
157                 <pluginManagement>\r
158                         <plugins/>\r
159                 </pluginManagement>\r
160         </build>\r
161 \r
162         <distributionManagement>\r
163                 <snapshotRepository>\r
164                         <id>ossrhdme</id>\r
165                         <url>https://oss.sonatype.org/content/repositories/snapshots</url>\r
166                 </snapshotRepository>\r
167                 <repository>\r
168                         <id>ossrhdme</id>\r
169                         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>\r
170                 </repository>\r
171         </distributionManagement>\r
172         \r
173         <scm>\r
174                 <connection>https://github.com/att/AAF.git</connection>\r
175                 <developerConnection>${project.scm.connection}</developerConnection>\r
176                 <url>http://github.com/att/AAF/tree/master</url>\r
177         </scm>\r
178 </project>\r