6b085f7c4f182d6a06a304ec0b1841689b241305
[aaf/authz.git] / authz-gw / 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-gw</artifactId>\r
35         <name>Authz Gate/Wall</name>\r
36         <description>GW API</description>\r
37                 <url>https://github.com/att/AAF</url>\r
38         <licenses>\r
39                 <license>\r
40                 <name>BSD License</name>\r
41                 <url> </url>\r
42                 </license>\r
43         </licenses>\r
44         <developers>\r
45                 <developer>\r
46                 <name>Jonathan Gathman</name>\r
47                 <email></email>\r
48         <organization>ATT</organization>\r
49         <organizationUrl></organizationUrl>\r
50                 </developer>\r
51         </developers>\r
52 \r
53         <properties>\r
54                 <maven.test.failure.ignore>true</maven.test.failure.ignore>\r
55                 <project.swmVersion>30</project.swmVersion>\r
56                         <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
57         <nexusproxy>https://nexus.onap.org</nexusproxy>\r
58                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
59                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
60                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
61                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
62         </properties>\r
63                 \r
64         <dependencies>\r
65         <dependency>\r
66             <groupId>org.onap.aaf.authz</groupId>\r
67             <artifactId>authz-core</artifactId>\r
68          \r
69             <exclusions>\r
70                           <exclusion> \r
71                                         <groupId>javax.servlet</groupId>\r
72                         <artifactId>servlet-api</artifactId>\r
73                                            </exclusion>\r
74                     </exclusions> \r
75         </dependency>\r
76             \r
77                 <dependency> \r
78                         <groupId>org.onap.aaf.cadi</groupId>\r
79                         <artifactId>cadi-aaf</artifactId>\r
80                 </dependency>\r
81 \r
82 \r
83                 \r
84         </dependencies>\r
85         \r
86         <build>\r
87                 <plugins>\r
88                         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->\r
89                                 <plugin>\r
90                                         <groupId>org.codehaus.mojo</groupId>\r
91                                         <artifactId>jaxb2-maven-plugin</artifactId>\r
92                                 </plugin>\r
93                     <plugin>\r
94                                 <groupId>org.apache.maven.plugins</groupId>\r
95                                 <artifactId>maven-jar-plugin</artifactId>\r
96                                         <configuration>\r
97                                 <includes>\r
98                                         <include>**/*.class</include>\r
99                                 </includes>\r
100                                         </configuration>\r
101                                         <version>2.3.1</version>\r
102                                 </plugin>\r
103                             \r
104                             <plugin>\r
105                                         <groupId>org.apache.maven.plugins</groupId>\r
106                                         <artifactId>maven-deploy-plugin</artifactId>\r
107                                         <configuration>\r
108                                                 <skip>true</skip>\r
109                                         </configuration>\r
110                             </plugin> \r
111            \r
112            \r
113                <plugin>\r
114                       <groupId>org.apache.maven.plugins</groupId>\r
115                       <artifactId>maven-source-plugin</artifactId>\r
116                       <version>2.2.1</version>\r
117                       <executions>\r
118                         <execution>\r
119                           <id>attach-sources</id>\r
120                           <goals>\r
121                             <goal>jar-no-fork</goal>\r
122                           </goals>\r
123                         </execution>\r
124                       </executions>\r
125                     </plugin>\r
126 \r
127 <plugin>\r
128                                 <groupId>org.sonatype.plugins</groupId>\r
129                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
130                                 <version>1.6.7</version>\r
131                                 <extensions>true</extensions>\r
132                                 <configuration>\r
133                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
134                                         <stagingProfileId>176c31dfe190a</stagingProfileId>\r
135                                         <serverId>ecomp-staging</serverId>\r
136                                 </configuration>\r
137                         </plugin> \r
138                 \r
139                         </plugins>\r
140         </build>\r
141 <distributionManagement>\r
142                 <repository>\r
143                         <id>ecomp-releases</id>\r
144                         <name>AAF Release Repository</name>\r
145                         <url>${nexusproxy}${releaseNexusPath}</url>\r
146                 </repository>\r
147                 <snapshotRepository>\r
148                         <id>ecomp-snapshots</id>\r
149                         <name>AAF Snapshot Repository</name>\r
150                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
151                 </snapshotRepository>\r
152                 <site>\r
153                         <id>ecomp-site</id>\r
154                         <url>dav:${nexusproxy}${sitePath}</url>\r
155                 </site>\r
156         </distributionManagement>\r
157 <pluginRepositories>\r
158         <pluginRepository>\r
159             <id>onap-plugin-snapshots</id>\r
160             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
161         </pluginRepository>\r
162     </pluginRepositories>\r
163         \r
164         <repositories>\r
165                 <repository>\r
166                         <id>central</id>\r
167                         <name>Maven 2 repository 2</name>\r
168                         <url>http://repo2.maven.org/maven2/</url>\r
169                 </repository>\r
170                 <repository>\r
171             <id>onap-jar-snapshots</id>\r
172             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
173         </repository>\r
174                 <repository>\r
175                         <id>spring-repo</id>\r
176                         <name>Spring repo</name>\r
177                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
178                 </repository>\r
179                 <repository>\r
180                         <id>repository.jboss.org-public</id>\r
181                         <name>JBoss.org Maven repository</name>\r
182                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
183                 </repository>\r
184         </repositories>\r
185 </project>\r