de32687662682d6092c1cc6f2fc22ce0524df240
[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.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>org.onap.aaf.authz</groupId>\r
29                 <artifactId>parent</artifactId>\r
30                 <version>1.0.0-SNAPSHOT</version>\r
31                 <relativePath>../pom.xml</relativePath>\r
32         </parent>\r
33                 \r
34         <artifactId>authz-test</artifactId>\r
35         <name>Authz TestCases</name>\r
36         <description>TestCase Suite for Authz/Authn</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 \r
55         <properties>\r
56                 <maven.test.failure.ignore>false</maven.test.failure.ignore>\r
57                 <project.swmVersion>0</project.swmVersion>\r
58                                         <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
59         <nexusproxy>https://nexus.onap.org</nexusproxy>\r
60                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
61                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
62                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
63                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
64 \r
65         </properties>\r
66         \r
67         <dependencies>\r
68                 <dependency>\r
69                         <groupId>org.onap.aaf.cadi</groupId>\r
70                         <artifactId>cadi-aaf</artifactId>\r
71                 </dependency>\r
72        \r
73             <dependency>\r
74             <groupId>org.onap.aaf.authz</groupId>\r
75             <artifactId>authz-client</artifactId>\r
76         </dependency>\r
77 \r
78             <dependency>\r
79             <groupId>org.onap.aaf.authz</groupId>\r
80             <artifactId>authz-core</artifactId>\r
81         </dependency>\r
82 \r
83             <dependency>\r
84             <groupId>org.onap.aaf.authz</groupId>\r
85             <artifactId>authz-cmd</artifactId>\r
86         </dependency>\r
87 \r
88                 <dependency>\r
89                         <groupId>com.att.aft</groupId>\r
90                         <artifactId>dme2</artifactId>\r
91                 </dependency>\r
92 \r
93 \r
94                 <dependency>\r
95                         <groupId>org.apache.jmeter</groupId>\r
96                         <artifactId>ApacheJMeter_java</artifactId>\r
97                         <version>2.11</version>\r
98                 </dependency>\r
99                 \r
100                 <dependency>\r
101                         <groupId>junit</groupId>\r
102                         <artifactId>junit</artifactId>\r
103                         <version>4.7</version>\r
104                         <scope>test</scope>\r
105                 </dependency>\r
106         </dependencies>\r
107 \r
108         <build>\r
109                 <pluginManagement>\r
110                   <plugins>\r
111                         <plugin>\r
112                   <groupId>org.apache.maven.plugins</groupId>\r
113                   <artifactId>maven-failsafe-plugin</artifactId>\r
114                   <configuration>\r
115                                 <includes>\r
116                       <include>**/AAFJUnitTest.java</include>\r
117                                 </includes>\r
118                           </configuration>\r
119                         </plugin>\r
120         \r
121                         <plugin>\r
122                   <groupId>org.apache.maven.plugins</groupId>\r
123                   <artifactId>maven-surefire-plugin</artifactId>\r
124                   <configuration>\r
125                                 <excludes>\r
126                       <exclude>**/AAFJUnitTest.java</exclude>\r
127                                 </excludes>\r
128                   </configuration>\r
129                         </plugin>\r
130                         \r
131                 <plugin>\r
132                         <groupId>org.apache.maven.plugins</groupId>\r
133                         <artifactId>maven-javadoc-plugin</artifactId>\r
134                         <configuration>\r
135                         <failOnError>false</failOnError>\r
136                         </configuration>\r
137                         <executions>\r
138                                 <execution>\r
139                                         <id>attach-javadocs</id>\r
140                                         <goals>\r
141                                                 <goal>jar</goal>\r
142                                         </goals>\r
143                                 </execution>\r
144                         </executions>\r
145                 </plugin> \r
146            \r
147            \r
148                <plugin>\r
149                       <groupId>org.apache.maven.plugins</groupId>\r
150                       <artifactId>maven-source-plugin</artifactId>\r
151                       <version>2.2.1</version>\r
152                       <executions>\r
153                         <execution>\r
154                           <id>attach-sources</id>\r
155                           <goals>\r
156                             <goal>jar-no-fork</goal>\r
157                           </goals>\r
158                         </execution>\r
159                       </executions>\r
160                     </plugin>\r
161  <plugin>\r
162                                 <groupId>org.sonatype.plugins</groupId>\r
163                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
164                                 <version>1.6.7</version>\r
165                                 <extensions>true</extensions>\r
166                                 <configuration>\r
167                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
168                                         <stagingProfileId>176c31dfe190a</stagingProfileId>\r
169                                         <serverId>ecomp-staging</serverId>\r
170                                 </configuration>\r
171                         </plugin> \r
172                 \r
173                 \r
174                         </plugins>\r
175                 </pluginManagement>\r
176         </build>\r
177         <distributionManagement>\r
178                 <repository>\r
179                         <id>ecomp-releases</id>\r
180                         <name>AAF Release Repository</name>\r
181                         <url>${nexusproxy}${releaseNexusPath}</url>\r
182                 </repository>\r
183                 <snapshotRepository>\r
184                         <id>ecomp-snapshots</id>\r
185                         <name>AAF Snapshot Repository</name>\r
186                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
187                 </snapshotRepository>\r
188                 <site>\r
189                         <id>ecomp-site</id>\r
190                         <url>dav:${nexusproxy}${sitePath}</url>\r
191                 </site>\r
192         </distributionManagement>\r
193 <pluginRepositories>\r
194         <pluginRepository>\r
195             <id>onap-plugin-snapshots</id>\r
196             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
197         </pluginRepository>\r
198     </pluginRepositories>\r
199         \r
200         <repositories>\r
201                 <repository>\r
202                         <id>central</id>\r
203                         <name>Maven 2 repository 2</name>\r
204                         <url>http://repo2.maven.org/maven2/</url>\r
205                 </repository>\r
206                 <repository>\r
207             <id>onap-jar-snapshots</id>\r
208             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
209         </repository>\r
210                 <repository>\r
211                         <id>spring-repo</id>\r
212                         <name>Spring repo</name>\r
213                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
214                 </repository>\r
215                 <repository>\r
216                         <id>repository.jboss.org-public</id>\r
217                         <name>JBoss.org Maven repository</name>\r
218                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
219                 </repository>\r
220         </repositories>\r
221 </project>\r