6487aaa947297c9ed4c087b927b487ec1510d9e6
[aaf/authz.git] / authz-defOrg / 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-defOrg</artifactId>\r
35   <name>Default Organization</name>\r
36   <description>Example Organization Module</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>0</project.swmVersion>\r
57         <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>\r
58         <nexusproxy>https://nexus.onap.org</nexusproxy>\r
59                 <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>\r
60                 <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>\r
61                 <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>\r
62                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>\r
63 </properties>\r
64 \r
65   \r
66   <dependencies>\r
67     <dependency>\r
68       <groupId>org.onap.aaf.cadi</groupId>\r
69       <artifactId>cadi-core</artifactId>\r
70     </dependency>\r
71     \r
72     <dependency>\r
73       <groupId>org.onap.aaf.authz</groupId>\r
74       <artifactId>authz-core</artifactId>\r
75     </dependency>\r
76     \r
77     <dependency>\r
78                 <groupId>javax.mail</groupId>\r
79                 <artifactId>mail</artifactId>\r
80         </dependency> \r
81   </dependencies>\r
82 \r
83         <build>\r
84                 <pluginManagement>\r
85                 <plugins>\r
86                  <plugin>\r
87                                 <groupId>org.sonatype.plugins</groupId>\r
88                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
89                                 <version>1.6.7</version>\r
90                                 <extensions>true</extensions>\r
91                                 <configuration>\r
92                                         <nexusUrl>${nexusproxy}</nexusUrl>\r
93                                         <stagingProfileId>176c31dfe190a</stagingProfileId>\r
94                                         <serverId>ecomp-staging</serverId>\r
95                                 </configuration>\r
96                         </plugin>\r
97                 </plugins>\r
98                 </pluginManagement>\r
99         </build>\r
100         <distributionManagement>\r
101                 <repository>\r
102                         <id>ecomp-releases</id>\r
103                         <name>AAF Release Repository</name>\r
104                         <url>${nexusproxy}${releaseNexusPath}</url>\r
105                 </repository>\r
106                 <snapshotRepository>\r
107                         <id>ecomp-snapshots</id>\r
108                         <name>AAF Snapshot Repository</name>\r
109                         <url>${nexusproxy}${snapshotNexusPath}</url>\r
110                 </snapshotRepository>\r
111                 <site>\r
112                         <id>ecomp-site</id>\r
113                         <url>dav:${nexusproxy}${sitePath}</url>\r
114                 </site>\r
115         </distributionManagement>\r
116 <pluginRepositories>\r
117         <pluginRepository>\r
118             <id>onap-plugin-snapshots</id>\r
119             <url>https://nexus.onap.org/content/repositories/snapshots/</url>\r
120         </pluginRepository>\r
121     </pluginRepositories>\r
122         \r
123         <repositories>\r
124                 <repository>\r
125                         <id>central</id>\r
126                         <name>Maven 2 repository 2</name>\r
127                         <url>http://repo2.maven.org/maven2/</url>\r
128                 </repository>\r
129                 <repository>\r
130             <id>onap-jar-snapshots</id>\r
131             <url>https://nexus.onap.org/content/repositories/snapshots</url>\r
132         </repository>\r
133                 <repository>\r
134                         <id>spring-repo</id>\r
135                         <name>Spring repo</name>\r
136                         <url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>\r
137                 </repository>\r
138                 <repository>\r
139                         <id>repository.jboss.org-public</id>\r
140                         <name>JBoss.org Maven repository</name>\r
141                         <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
142                 </repository>\r
143         </repositories>\r
144         \r
145 </project>\r