c79adfcf154d775e059eeb2ac9615e641d795ebc
[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.aai\r
5   * ===========================================================================\r
6   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
7   * Copyright © 2017 Amdocs\r
8   * ===========================================================================\r
9   * Licensed under the Apache License, Version 2.0 (the "License");\r
10   * you may not use this file except in compliance with the License.\r
11   * You may obtain a copy of the License at\r
12   * \r
13    *      http://www.apache.org/licenses/LICENSE-2.0\r
14   * \r
15    * Unless required by applicable law or agreed to in writing, software\r
16   * distributed under the License is distributed on an "AS IS" BASIS,\r
17   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18   * See the License for the specific language governing permissions and\r
19   * limitations under the License.\r
20   * ============LICENSE_END====================================================\r
21   *\r
22   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
23   *\r
24 -->\r
25 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
26          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
27   <modelVersion>4.0.0</modelVersion>\r
28   <parent>\r
29     <groupId>com.att.authz</groupId>\r
30     <artifactId>parent</artifactId>\r
31     <version>2.0.15</version>\r
32     <relativePath>../pom.xml</relativePath>\r
33   </parent>\r
34   \r
35   <artifactId>authz-cmd</artifactId>\r
36   <name>Authz Command</name>\r
37   <description>Command Line Processor for Authz</description>\r
38   <packaging>jar</packaging>\r
39         <url>https://github.com/att/AAF</url>\r
40         <licenses>\r
41                 <license>\r
42                 <name>BSD License</name>\r
43                 <url> </url>\r
44                 </license>\r
45         </licenses>\r
46         <developers>\r
47                 <developer>\r
48                 <name>Jonathan Gathman</name>\r
49                 <email></email>\r
50         <organization>ATT</organization>\r
51         <organizationUrl></organizationUrl>\r
52                 </developer>\r
53         </developers>\r
54 \r
55   <properties>\r
56     <maven.test.failure.ignore>false</maven.test.failure.ignore>\r
57     <project.swmVersion>21</project.swmVersion>\r
58   </properties>\r
59   \r
60   <dependencies>\r
61     <dependency>\r
62       <groupId>com.att.cadi</groupId>\r
63       <artifactId>cadi-aaf</artifactId>\r
64     </dependency>\r
65     \r
66     <dependency>\r
67       <groupId>com.att.authz</groupId>\r
68       <artifactId>authz-core</artifactId>\r
69     </dependency>\r
70     \r
71     <dependency> \r
72       <groupId>jline</groupId> \r
73       <artifactId>jline</artifactId> \r
74       <version>2.14.2</version> \r
75     </dependency>\r
76 \r
77         <dependency>\r
78                 <groupId>org.slf4j</groupId>\r
79                 <artifactId>slf4j-log4j12</artifactId>\r
80         </dependency>\r
81 <!-- \r
82     <dependency>\r
83       <groupId>com.att.aft</groupId>\r
84       <artifactId>dme2</artifactId>\r
85     </dependency>\r
86  -->\r
87 \r
88   </dependencies>\r
89 \r
90         <build>\r
91                 <plugins>\r
92                         <plugin>\r
93                                 <artifactId>maven-assembly-plugin</artifactId>\r
94                                 <version>2.4</version>\r
95                                 <configuration>\r
96                                         <classifier>tests</classifier>\r
97                                         <archive>\r
98                                                 <manifestEntries>\r
99                                                         <Sealed>true</Sealed>\r
100                                                 </manifestEntries>\r
101                                         </archive>\r
102                                 </configuration>\r
103                                 <executions>\r
104                                         <execution>\r
105                                                 <id>full</id>\r
106                                                 <phase>package</phase>\r
107                                                 <goals>\r
108                                                         <goal>single</goal>\r
109                                                 </goals>\r
110                                                 <configuration>\r
111                                                         <descriptors>\r
112                                                                 <descriptor>src/main/assemble/authz-cmd.xml</descriptor>\r
113                                                         </descriptors>\r
114                                                 </configuration>\r
115                                         </execution>\r
116                                 </executions>\r
117                         </plugin>\r
118         \r
119                                 <plugin>\r
120                                         <groupId>org.apache.maven.plugins</groupId>\r
121                                         <artifactId>maven-deploy-plugin</artifactId>\r
122                                         <configuration>\r
123                                                 <skip>true</skip>\r
124                                         </configuration>\r
125                                 </plugin>\r
126                                 \r
127                                 \r
128                 <plugin>\r
129                         <groupId>org.apache.maven.plugins</groupId>\r
130                         <artifactId>maven-javadoc-plugin</artifactId>\r
131                         <configuration>\r
132                         <failOnError>false</failOnError>\r
133                         </configuration>\r
134                         <executions>\r
135                                 <execution>\r
136                                         <id>attach-javadocs</id>\r
137                                         <goals>\r
138                                                 <goal>jar</goal>\r
139                                         </goals>\r
140                                 </execution>\r
141                         </executions>\r
142                 </plugin> \r
143            \r
144            \r
145                <plugin>\r
146                       <groupId>org.apache.maven.plugins</groupId>\r
147                       <artifactId>maven-source-plugin</artifactId>\r
148                       <version>2.2.1</version>\r
149                       <executions>\r
150                         <execution>\r
151                           <id>attach-sources</id>\r
152                           <goals>\r
153                             <goal>jar-no-fork</goal>\r
154                           </goals>\r
155                         </execution>\r
156                       </executions>\r
157                     </plugin>\r
158                         \r
159                 <plugin>\r
160                         <groupId>org.sonatype.plugins</groupId>\r
161                         <artifactId>nexus-staging-maven-plugin</artifactId>\r
162                         <version>1.6.7</version>\r
163                         <extensions>true</extensions>\r
164                         <configuration>\r
165                         <serverId>ossrhdme</serverId>\r
166                         <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
167                         <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
168                         </configuration>\r
169                 </plugin>\r
170                 \r
171                         </plugins>\r
172                 <pluginManagement>\r
173                         <plugins/>\r
174                 </pluginManagement>\r
175         </build>\r
176 \r
177 </project>\r