[AAF-21] Initial code import
[aaf/authz.git] / authz-test / 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-test</artifactId>\r
36         <name>Authz TestCases</name>\r
37         <description>TestCase Suite for Authz/Authn</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 \r
56         <properties>\r
57                 <maven.test.failure.ignore>false</maven.test.failure.ignore>\r
58                 <project.swmVersion>0</project.swmVersion>\r
59 \r
60         </properties>\r
61         \r
62         <dependencies>\r
63                 <dependency>\r
64                         <groupId>com.att.cadi</groupId>\r
65                         <artifactId>cadi-aaf</artifactId>\r
66                 </dependency>\r
67        \r
68             <dependency>\r
69             <groupId>com.att.authz</groupId>\r
70             <artifactId>authz-client</artifactId>\r
71         </dependency>\r
72 \r
73             <dependency>\r
74             <groupId>com.att.authz</groupId>\r
75             <artifactId>authz-core</artifactId>\r
76         </dependency>\r
77 \r
78             <dependency>\r
79             <groupId>com.att.authz</groupId>\r
80             <artifactId>authz-cmd</artifactId>\r
81         </dependency>\r
82 \r
83                 <dependency>\r
84                         <groupId>com.att.aft</groupId>\r
85                         <artifactId>dme2</artifactId>\r
86                 </dependency>\r
87 \r
88 \r
89                 <dependency>\r
90                         <groupId>org.apache.jmeter</groupId>\r
91                         <artifactId>ApacheJMeter_java</artifactId>\r
92                         <version>2.11</version>\r
93                 </dependency>\r
94                 \r
95                 <dependency>\r
96                         <groupId>junit</groupId>\r
97                         <artifactId>junit</artifactId>\r
98                         <version>4.7</version>\r
99                         <scope>test</scope>\r
100                 </dependency>\r
101         </dependencies>\r
102 \r
103         <build>\r
104                 <pluginManagement>\r
105                   <plugins>\r
106                         <plugin>\r
107                   <groupId>org.apache.maven.plugins</groupId>\r
108                   <artifactId>maven-failsafe-plugin</artifactId>\r
109                   <configuration>\r
110                                 <includes>\r
111                       <include>**/AAFJUnitTest.java</include>\r
112                                 </includes>\r
113                           </configuration>\r
114                         </plugin>\r
115         \r
116                         <plugin>\r
117                   <groupId>org.apache.maven.plugins</groupId>\r
118                   <artifactId>maven-surefire-plugin</artifactId>\r
119                   <configuration>\r
120                                 <excludes>\r
121                       <exclude>**/AAFJUnitTest.java</exclude>\r
122                                 </excludes>\r
123                   </configuration>\r
124                         </plugin>\r
125                         \r
126                 <plugin>\r
127                         <groupId>org.apache.maven.plugins</groupId>\r
128                         <artifactId>maven-javadoc-plugin</artifactId>\r
129                         <configuration>\r
130                         <failOnError>false</failOnError>\r
131                         </configuration>\r
132                         <executions>\r
133                                 <execution>\r
134                                         <id>attach-javadocs</id>\r
135                                         <goals>\r
136                                                 <goal>jar</goal>\r
137                                         </goals>\r
138                                 </execution>\r
139                         </executions>\r
140                 </plugin> \r
141            \r
142            \r
143                <plugin>\r
144                       <groupId>org.apache.maven.plugins</groupId>\r
145                       <artifactId>maven-source-plugin</artifactId>\r
146                       <version>2.2.1</version>\r
147                       <executions>\r
148                         <execution>\r
149                           <id>attach-sources</id>\r
150                           <goals>\r
151                             <goal>jar-no-fork</goal>\r
152                           </goals>\r
153                         </execution>\r
154                       </executions>\r
155                     </plugin>\r
156 \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         </build>\r
173 \r
174 </project>\r