[AAF-21] Updated Copyright Headers for AAF
[aaf/authz.git] / authz-cmd / 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>2.0.15</version>\r
31     <relativePath>../pom.xml</relativePath>\r
32   </parent>\r
33   \r
34   <artifactId>authz-cmd</artifactId>\r
35   <name>Authz Command</name>\r
36   <description>Command Line Processor for Authz</description>\r
37   <packaging>jar</packaging>\r
38         <url>https://github.com/att/AAF</url>\r
39         <licenses>\r
40                 <license>\r
41                 <name>BSD License</name>\r
42                 <url> </url>\r
43                 </license>\r
44         </licenses>\r
45         <developers>\r
46                 <developer>\r
47                 <name>Jonathan Gathman</name>\r
48                 <email></email>\r
49         <organization>ATT</organization>\r
50         <organizationUrl></organizationUrl>\r
51                 </developer>\r
52         </developers>\r
53 \r
54   <properties>\r
55     <maven.test.failure.ignore>false</maven.test.failure.ignore>\r
56     <project.swmVersion>21</project.swmVersion>\r
57   </properties>\r
58   \r
59   <dependencies>\r
60     <dependency>\r
61       <groupId>com.att.cadi</groupId>\r
62       <artifactId>cadi-aaf</artifactId>\r
63     </dependency>\r
64     \r
65     <dependency>\r
66       <groupId>com.att.authz</groupId>\r
67       <artifactId>authz-core</artifactId>\r
68     </dependency>\r
69     \r
70     <dependency> \r
71       <groupId>jline</groupId> \r
72       <artifactId>jline</artifactId> \r
73       <version>2.14.2</version> \r
74     </dependency>\r
75 \r
76         <dependency>\r
77                 <groupId>org.slf4j</groupId>\r
78                 <artifactId>slf4j-log4j12</artifactId>\r
79         </dependency>\r
80 <!-- \r
81     <dependency>\r
82       <groupId>com.att.aft</groupId>\r
83       <artifactId>dme2</artifactId>\r
84     </dependency>\r
85  -->\r
86 \r
87   </dependencies>\r
88 \r
89         <build>\r
90                 <plugins>\r
91                         <plugin>\r
92                                 <artifactId>maven-assembly-plugin</artifactId>\r
93                                 <version>2.4</version>\r
94                                 <configuration>\r
95                                         <classifier>tests</classifier>\r
96                                         <archive>\r
97                                                 <manifestEntries>\r
98                                                         <Sealed>true</Sealed>\r
99                                                 </manifestEntries>\r
100                                         </archive>\r
101                                 </configuration>\r
102                                 <executions>\r
103                                         <execution>\r
104                                                 <id>full</id>\r
105                                                 <phase>package</phase>\r
106                                                 <goals>\r
107                                                         <goal>single</goal>\r
108                                                 </goals>\r
109                                                 <configuration>\r
110                                                         <descriptors>\r
111                                                                 <descriptor>src/main/assemble/authz-cmd.xml</descriptor>\r
112                                                         </descriptors>\r
113                                                 </configuration>\r
114                                         </execution>\r
115                                 </executions>\r
116                         </plugin>\r
117         \r
118                                 <plugin>\r
119                                         <groupId>org.apache.maven.plugins</groupId>\r
120                                         <artifactId>maven-deploy-plugin</artifactId>\r
121                                         <configuration>\r
122                                                 <skip>true</skip>\r
123                                         </configuration>\r
124                                 </plugin>\r
125                                 \r
126                                 \r
127                 <plugin>\r
128                         <groupId>org.apache.maven.plugins</groupId>\r
129                         <artifactId>maven-javadoc-plugin</artifactId>\r
130                         <configuration>\r
131                         <failOnError>false</failOnError>\r
132                         </configuration>\r
133                         <executions>\r
134                                 <execution>\r
135                                         <id>attach-javadocs</id>\r
136                                         <goals>\r
137                                                 <goal>jar</goal>\r
138                                         </goals>\r
139                                 </execution>\r
140                         </executions>\r
141                 </plugin> \r
142            \r
143            \r
144                <plugin>\r
145                       <groupId>org.apache.maven.plugins</groupId>\r
146                       <artifactId>maven-source-plugin</artifactId>\r
147                       <version>2.2.1</version>\r
148                       <executions>\r
149                         <execution>\r
150                           <id>attach-sources</id>\r
151                           <goals>\r
152                             <goal>jar-no-fork</goal>\r
153                           </goals>\r
154                         </execution>\r
155                       </executions>\r
156                     </plugin>\r
157                         \r
158                 <plugin>\r
159                         <groupId>org.sonatype.plugins</groupId>\r
160                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
161                         <version>1.6.7</version>\r
162                         <extensions>true</extensions>\r
163                         <configuration>\r
164                         <serverId>ossrhdme</serverId>\r
165                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
166                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
167                         </configuration>\r
168                 </plugin>\r
169                 \r
170                         </plugins>\r
171                 <pluginManagement>\r
172                         <plugins/>\r
173                 </pluginManagement>\r
174         </build>\r
175 \r
176 </project>\r