3579e1b00a8ed29080e4e07c2c1be664878710c9
[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>org.onap.aaf.authz</groupId>\r
29                 <artifactId>parent</artifactId>\r
30                 <version>1.0.0-SNAPSHOT</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                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
57                 <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
58         <nexusproxy>https://nexus.onap.org</nexusproxy>\r
59                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
60                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
61                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
62                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
63         </properties>\r
64                 \r
65         <dependencies>\r
66         <dependency>\r
67             <groupId>org.onap.aaf.authz</groupId>\r
68             <artifactId>authz-core</artifactId>\r
69         </dependency>\r
70 \r
71         <dependency>\r
72             <groupId>org.onap.aaf.authz</groupId>\r
73             <artifactId>authz-cass</artifactId>\r
74         </dependency>\r
75 \r
76             \r
77                 <dependency> \r
78                         <groupId>org.onap.aaf.cadi</groupId>\r
79                         <artifactId>cadi-aaf</artifactId>\r
80                 </dependency>\r
81                 \r
82                 <dependency>\r
83                         <groupId>com.google.code.jscep</groupId>\r
84                         <artifactId>jscep</artifactId>\r
85                         <version>2.4.0</version>\r
86                 </dependency>\r
87                 <!--  TESTING -->\r
88                 <dependency>\r
89                         <groupId>org.slf4j</groupId>\r
90                         <artifactId>slf4j-log4j12</artifactId>\r
91                 </dependency>\r
92         </dependencies>\r
93         \r
94         <build>\r
95                 <plugins>\r
96             <plugin>\r
97                                 <groupId>org.apache.maven.plugins</groupId>\r
98                                 <artifactId>maven-jar-plugin</artifactId>\r
99                                         <configuration>\r
100                                 <includes>\r
101                                         <include>**/*.class</include>\r
102                                 </includes>\r
103                                         </configuration>\r
104                                         <version>2.3.1</version>\r
105                                 </plugin>\r
106                             \r
107                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
108                         \r
109                             <plugin>\r
110                                         <groupId>org.apache.maven.plugins</groupId>\r
111                                         <artifactId>maven-deploy-plugin</artifactId>\r
112                                         <configuration>\r
113                                                 <skip>true</skip>\r
114                                         </configuration>\r
115                             </plugin>\r
116                 \r
117                 <plugin>\r
118                         <groupId>org.apache.maven.plugins</groupId>\r
119                         <artifactId>maven-javadoc-plugin</artifactId>\r
120                         <configuration>\r
121                         <failOnError>false</failOnError>\r
122                         </configuration>\r
123                         <executions>\r
124                                 <execution>\r
125                                         <id>attach-javadocs</id>\r
126                                         <goals>\r
127                                                 <goal>jar</goal>\r
128                                         </goals>\r
129                                 </execution>\r
130                         </executions>\r
131                 </plugin> \r
132            \r
133            \r
134                <plugin>\r
135                       <groupId>org.apache.maven.plugins</groupId>\r
136                       <artifactId>maven-source-plugin</artifactId>\r
137                       <version>2.2.1</version>\r
138                       <executions>\r
139                         <execution>\r
140                           <id>attach-sources</id>\r
141                           <goals>\r
142                             <goal>jar-no-fork</goal>\r
143                           </goals>\r
144                         </execution>\r
145                       </executions>\r
146                     </plugin> \r
147                         <plugin>\r
148                                 <groupId>org.sonatype.plugins</groupId>\r
149                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
150                                 <version>1.6.7</version>\r
151                                 <extensions>true</extensions>\r
152                                 <configuration>\r
153                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
154                                         <stagingProfileId>176c31dfe190a</stagingProfileId>\r
155                                         <serverId>ecomp-staging</serverId>\r
156                                 </configuration>\r
157                         </plugin>\r
158 \r
159                         </plugins>\r
160                 <pluginManagement>\r
161                         <plugins/>\r
162                 </pluginManagement>\r
163         </build>\r
164 <distributionManagement>\r
165                 <repository>\r
166                         <id>ecomp-releases</id>\r
167                         <name>AAF Release Repository</name>\r
168                         <url>${nexusproxy}${releaseNexusPath}</url>\r
169                 </repository>\r
170                 <snapshotRepository>\r
171                         <id>ecomp-snapshots</id>\r
172                         <name>AAF Snapshot Repository</name>\r
173                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
174                 </snapshotRepository>\r
175                 <site>\r
176                         <id>ecomp-site</id>\r
177                         <url>dav:${nexusproxy}${sitePath}</url>\r
178                 </site>\r
179         </distributionManagement>\r
180 <pluginRepositories>\r
181         <pluginRepository>\r
182             <id>onap-plugin-snapshots</id>\r
183             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
184         </pluginRepository>\r
185     </pluginRepositories>\r
186         \r
187         <repositories>\r
188                 <repository>\r
189                         <id>central</id>\r
190                         <name>Maven 2 repository 2</name>\r
191                         <url>http://repo2.maven.org/maven2/</url>\r
192                 </repository>\r
193                 <repository>\r
194             <id>onap-jar-snapshots</id>\r
195             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
196         </repository>\r
197                 <repository>\r
198                         <id>spring-repo</id>\r
199                         <name>Spring repo</name>\r
200                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
201                 </repository>\r
202                 <repository>\r
203                         <id>repository.jboss.org-public</id>\r
204                         <name>JBoss.org Maven repository</name>\r
205                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
206                 </repository>\r
207         </repositories> \r
208 </project>\r