bef84424e9d8a18bfe384c793f160b336219b8eb
[aaf/authz.git] / authz-fs / 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-fs</artifactId>\r
35         <name>Authz File Server</name>\r
36         <description>Independent FileServer via HTTP (not S) for Public Files (i.e. CRLs)</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>9</project.swmVersion>\r
56                         <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
57         <nexusproxy>https://nexus.onap.org</nexusproxy>\r
58                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
59                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
60                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
61                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
62         </properties>\r
63         \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         <dependency> \r
71                         <groupId>org.onap.aaf.cadi</groupId>\r
72                         <artifactId>cadi-core</artifactId>\r
73                 </dependency>\r
74                 <dependency>\r
75                     <groupId>com.att.aft</groupId>\r
76                         <artifactId>dme2</artifactId>\r
77                 </dependency>\r
78         </dependencies>\r
79         \r
80         <build>\r
81                 <plugins>\r
82             <plugin>\r
83                                 <groupId>org.apache.maven.plugins</groupId>\r
84                                 <artifactId>maven-jar-plugin</artifactId>\r
85                                         <configuration>\r
86                                 <includes>\r
87                                         <include>**/*.class</include>\r
88                                 </includes>\r
89                                         </configuration>\r
90                                         <version>2.3.1</version>\r
91                                 </plugin>\r
92 \r
93                             <plugin>\r
94                                         <groupId>org.apache.maven.plugins</groupId>\r
95                                         <artifactId>maven-deploy-plugin</artifactId>\r
96                                         <configuration>\r
97                                                 <skip>true</skip>\r
98                                         </configuration>\r
99                             </plugin>\r
100                                 \r
101                                 \r
102                                                                         <plugin>\r
103                         <groupId>org.apache.maven.plugins</groupId>\r
104                         <artifactId>maven-javadoc-plugin</artifactId>\r
105                         <configuration>\r
106                         <failOnError>false</failOnError>\r
107                         </configuration>\r
108                         <executions>\r
109                                 <execution>\r
110                                         <id>attach-javadocs</id>\r
111                                         <goals>\r
112                                                 <goal>jar</goal>\r
113                                         </goals>\r
114                                 </execution>\r
115                         </executions>\r
116                 </plugin> \r
117            \r
118            \r
119                <plugin>\r
120                       <groupId>org.apache.maven.plugins</groupId>\r
121                       <artifactId>maven-source-plugin</artifactId>\r
122                       <version>2.2.1</version>\r
123                       <executions>\r
124                         <execution>\r
125                           <id>attach-sources</id>\r
126                           <goals>\r
127                             <goal>jar-no-fork</goal>\r
128                           </goals>\r
129                         </execution>\r
130                       </executions>\r
131                     </plugin>\r
132                          <plugin>\r
133                                 <groupId>org.sonatype.plugins</groupId>\r
134                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
135                                 <version>1.6.7</version>\r
136                                 <extensions>true</extensions>\r
137                                 <configuration>\r
138                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
139                                         <stagingProfileId>176c31dfe190a</stagingProfileId>\r
140                                         <serverId>ecomp-staging</serverId>\r
141                                 </configuration>\r
142                         </plugin>\r
143                         </plugins>\r
144 \r
145         </build>\r
146 <distributionManagement>\r
147                 <repository>\r
148                         <id>ecomp-releases</id>\r
149                         <name>AAF Release Repository</name>\r
150                         <url>${nexusproxy}${releaseNexusPath}</url>\r
151                 </repository>\r
152                 <snapshotRepository>\r
153                         <id>ecomp-snapshots</id>\r
154                         <name>AAF Snapshot Repository</name>\r
155                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
156                 </snapshotRepository>\r
157                 <site>\r
158                         <id>ecomp-site</id>\r
159                         <url>dav:${nexusproxy}${sitePath}</url>\r
160                 </site>\r
161         </distributionManagement>\r
162 <pluginRepositories>\r
163         <pluginRepository>\r
164             <id>onap-plugin-snapshots</id>\r
165             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
166         </pluginRepository>\r
167     </pluginRepositories>\r
168         \r
169         <repositories>\r
170                 <repository>\r
171                         <id>central</id>\r
172                         <name>Maven 2 repository 2</name>\r
173                         <url>http://repo2.maven.org/maven2/</url>\r
174                 </repository>\r
175                 <repository>\r
176             <id>onap-jar-snapshots</id>\r
177             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
178         </repository>\r
179                 <repository>\r
180                         <id>spring-repo</id>\r
181                         <name>Spring repo</name>\r
182                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
183                 </repository>\r
184                 <repository>\r
185                         <id>repository.jboss.org-public</id>\r
186                         <name>JBoss.org Maven repository</name>\r
187                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
188                 </repository>\r
189         </repositories>\r
190 </project>\r