562a92a828b54ec8705842fddb0ec8c26c32cbc3
[aaf/cadi.git] / client / pom.xml
1 <!--\r
2   ============LICENSE_START====================================================\r
3   * org.onap.aai\r
4   * ===========================================================================\r
5   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
6   * Copyright © 2017 Amdocs\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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
25 <parent>\r
26                 <groupId>com.att.cadi</groupId>\r
27                 <artifactId>parent</artifactId>\r
28                 <version>1.3.2</version>\r
29                 <relativePath>..</relativePath>\r
30         </parent>\r
31         \r
32         <name>CADI Client</name>\r
33         <artifactId>cadi-client</artifactId>\r
34         <packaging>jar</packaging>\r
35         <url>https://github.com/att/AAF</url>\r
36         <description>CADI</description>\r
37         <modelVersion>4.0.0</modelVersion>\r
38 \r
39         <dependencies>\r
40                 <dependency>\r
41                         <groupId>com.att.inno</groupId>\r
42                         <artifactId>rosetta</artifactId>\r
43                 </dependency>\r
44                 <dependency>\r
45                         <groupId>com.att.cadi</groupId>\r
46                         <artifactId>cadi-core</artifactId>\r
47                 </dependency>\r
48                 <dependency>\r
49                         <groupId>com.att.aft</groupId>\r
50                         <artifactId>dme2</artifactId>\r
51                         <scope>compile</scope>\r
52                 </dependency>\r
53                 \r
54         </dependencies>\r
55 \r
56         <build>\r
57                 <plugins>\r
58                         <plugin>\r
59                                 <groupId>org.apache.maven.plugins</groupId>\r
60                                 <artifactId>maven-jarsigner-plugin</artifactId>\r
61                         </plugin>\r
62                                                 <plugin>\r
63                         <groupId>org.apache.maven.plugins</groupId>\r
64                         <artifactId>maven-javadoc-plugin</artifactId>\r
65                                         <configuration>\r
66                         <failOnError>false</failOnError>\r
67                         </configuration>\r
68                         <executions>\r
69                                 <execution>\r
70                                         <id>attach-javadocs</id>\r
71                                         <goals>\r
72                                                 <goal>jar</goal>\r
73                                         </goals>\r
74                                 </execution>\r
75                         </executions>\r
76                 </plugin> \r
77            \r
78            \r
79                <plugin>\r
80                       <groupId>org.apache.maven.plugins</groupId>\r
81                       <artifactId>maven-source-plugin</artifactId>\r
82                       <version>2.2.1</version>\r
83                       <executions>\r
84                         <execution>\r
85                           <id>attach-sources</id>\r
86                           <goals>\r
87                             <goal>jar-no-fork</goal>\r
88                           </goals>\r
89                         </execution>\r
90                       </executions>\r
91                     </plugin>\r
92         \r
93  \r
94                 <plugin>\r
95                         <groupId>org.sonatype.plugins</groupId>\r
96                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
97                         <version>1.6.7</version>\r
98                         <extensions>true</extensions>\r
99                         <configuration>\r
100                         <serverId>ossrhdme</serverId>\r
101                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
102                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
103                         </configuration>\r
104                 </plugin>\r
105                 </plugins>\r
106         </build>\r
107         \r
108 </project>\r