bb043339a77539820b9b87cf7cee6794eacbda7e
[aaf/cadi.git] / client / pom.xml
1 <!--\r
2   ============LICENSE_START====================================================\r
3   * org.onap.aaf\r
4   * ===========================================================================\r
5   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
6   * ===========================================================================\r
7   * Licensed under the Apache License, Version 2.0 (the "License");\r
8   * you may not use this file except in compliance with the License.\r
9   * You may obtain a copy of the License at\r
10   * \r
11    *      http://www.apache.org/licenses/LICENSE-2.0\r
12   * \r
13    * Unless required by applicable law or agreed to in writing, software\r
14   * distributed under the License is distributed on an "AS IS" BASIS,\r
15   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16   * See the License for the specific language governing permissions and\r
17   * limitations under the License.\r
18   * ============LICENSE_END====================================================\r
19   *\r
20   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
21   *\r
22 -->\r
23 <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
24 <parent>\r
25                 <groupId>com.att.cadi</groupId>\r
26                 <artifactId>parent</artifactId>\r
27                 <version>1.3.2</version>\r
28                 <relativePath>..</relativePath>\r
29         </parent>\r
30         \r
31         <name>CADI Client</name>\r
32         <artifactId>cadi-client</artifactId>\r
33         <packaging>jar</packaging>\r
34         <url>https://github.com/att/AAF</url>\r
35         <description>CADI</description>\r
36         <modelVersion>4.0.0</modelVersion>\r
37 \r
38         <dependencies>\r
39                 <dependency>\r
40                         <groupId>com.att.inno</groupId>\r
41                         <artifactId>rosetta</artifactId>\r
42                 </dependency>\r
43                 <dependency>\r
44                         <groupId>com.att.cadi</groupId>\r
45                         <artifactId>cadi-core</artifactId>\r
46                 </dependency>\r
47                 <dependency>\r
48                         <groupId>com.att.aft</groupId>\r
49                         <artifactId>dme2</artifactId>\r
50                         <scope>compile</scope>\r
51                 </dependency>\r
52                 \r
53         </dependencies>\r
54 \r
55         <build>\r
56                 <plugins>\r
57                         <plugin>\r
58                                 <groupId>org.apache.maven.plugins</groupId>\r
59                                 <artifactId>maven-jarsigner-plugin</artifactId>\r
60                         </plugin>\r
61                                                 <plugin>\r
62                         <groupId>org.apache.maven.plugins</groupId>\r
63                         <artifactId>maven-javadoc-plugin</artifactId>\r
64                                         <configuration>\r
65                         <failOnError>false</failOnError>\r
66                         </configuration>\r
67                         <executions>\r
68                                 <execution>\r
69                                         <id>attach-javadocs</id>\r
70                                         <goals>\r
71                                                 <goal>jar</goal>\r
72                                         </goals>\r
73                                 </execution>\r
74                         </executions>\r
75                 </plugin> \r
76            \r
77            \r
78                <plugin>\r
79                       <groupId>org.apache.maven.plugins</groupId>\r
80                       <artifactId>maven-source-plugin</artifactId>\r
81                       <version>2.2.1</version>\r
82                       <executions>\r
83                         <execution>\r
84                           <id>attach-sources</id>\r
85                           <goals>\r
86                             <goal>jar-no-fork</goal>\r
87                           </goals>\r
88                         </execution>\r
89                       </executions>\r
90                     </plugin>\r
91         \r
92  \r
93                 <plugin>\r
94                         <groupId>org.sonatype.plugins</groupId>\r
95                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
96                         <version>1.6.7</version>\r
97                         <extensions>true</extensions>\r
98                         <configuration>\r
99                         <serverId>ossrhdme</serverId>\r
100                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
101                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
102                         </configuration>\r
103                 </plugin>\r
104                 </plugins>\r
105         </build>\r
106         \r
107 </project>\r