Update AAF Version 1.0.0
[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>com.att.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         </properties>\r
57         \r
58                 \r
59         <dependencies>\r
60         <dependency>\r
61             <groupId>com.att.authz</groupId>\r
62             <artifactId>authz-core</artifactId>\r
63         </dependency>\r
64         <dependency> \r
65                         <groupId>com.att.cadi</groupId>\r
66                         <artifactId>cadi-core</artifactId>\r
67                 </dependency>\r
68                 <dependency>\r
69                     <groupId>com.att.aft</groupId>\r
70                         <artifactId>dme2</artifactId>\r
71                 </dependency>\r
72         </dependencies>\r
73         \r
74         <build>\r
75                 <plugins>\r
76             <plugin>\r
77                                 <groupId>org.apache.maven.plugins</groupId>\r
78                                 <artifactId>maven-jar-plugin</artifactId>\r
79                                         <configuration>\r
80                                 <includes>\r
81                                         <include>**/*.class</include>\r
82                                 </includes>\r
83                                         </configuration>\r
84                                         <version>2.3.1</version>\r
85                                 </plugin>\r
86 \r
87                             <plugin>\r
88                                         <groupId>org.apache.maven.plugins</groupId>\r
89                                         <artifactId>maven-deploy-plugin</artifactId>\r
90                                         <configuration>\r
91                                                 <skip>true</skip>\r
92                                         </configuration>\r
93                             </plugin>\r
94                                 \r
95                                 \r
96                                                                         <plugin>\r
97                         <groupId>org.apache.maven.plugins</groupId>\r
98                         <artifactId>maven-javadoc-plugin</artifactId>\r
99                         <configuration>\r
100                         <failOnError>false</failOnError>\r
101                         </configuration>\r
102                         <executions>\r
103                                 <execution>\r
104                                         <id>attach-javadocs</id>\r
105                                         <goals>\r
106                                                 <goal>jar</goal>\r
107                                         </goals>\r
108                                 </execution>\r
109                         </executions>\r
110                 </plugin> \r
111            \r
112            \r
113                <plugin>\r
114                       <groupId>org.apache.maven.plugins</groupId>\r
115                       <artifactId>maven-source-plugin</artifactId>\r
116                       <version>2.2.1</version>\r
117                       <executions>\r
118                         <execution>\r
119                           <id>attach-sources</id>\r
120                           <goals>\r
121                             <goal>jar-no-fork</goal>\r
122                           </goals>\r
123                         </execution>\r
124                       </executions>\r
125                     </plugin>\r
126                         \r
127                 <plugin>\r
128                         <groupId>org.sonatype.plugins</groupId>\r
129                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
130                         <version>1.6.7</version>\r
131                         <extensions>true</extensions>\r
132                         <configuration>\r
133                         <serverId>ossrhdme</serverId>\r
134                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
135                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
136                         </configuration>\r
137                 </plugin>\r
138                 \r
139                 \r
140                         </plugins>\r
141                 <pluginManagement>\r
142                         <plugins/>\r
143                 </pluginManagement>\r
144         </build>\r
145 \r
146         <distributionManagement>\r
147                 <snapshotRepository>\r
148                         <id>ossrhdme</id>\r
149                         <url>https://oss.sonatype.org/content/repositories/snapshots</url>\r
150                 </snapshotRepository>\r
151                 <repository>\r
152                         <id>ossrhdme</id>\r
153                         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>\r
154                 </repository>\r
155         </distributionManagement>\r
156         \r
157         <scm>\r
158                 <connection>https://github.com/att/AAF.git</connection>\r
159                 <developerConnection>${project.scm.connection}</developerConnection>\r
160                 <url>http://github.com/att/AAF/tree/master</url>\r
161         </scm>\r
162 </project>\r