ece3cd2a5887248da21111faf7d64ede194cc4ec
[aaf/authz.git] / pom.xml
1 <!--
2  * ============LICENSE_START====================================================
3  * org.onap.aaf
4  * ===========================================================================
5  * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
6  * ===========================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END====================================================
19  *
20 -->
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23         <modelVersion>4.0.0</modelVersion>
24         <groupId>osaaf</groupId>
25         <artifactId>parent</artifactId>
26         <version>2.1.0-SNAPSHOT</version>
27         <name>AAF Overall Parent</name>
28         <packaging>pom</packaging>
29         <build>
30                 <plugins>
31                         <plugin>
32                                 <groupId>org.apache.maven.plugins</groupId>
33                                 <artifactId>maven-deploy-plugin</artifactId>
34                                 <configuration>
35                                         <skip>true</skip>
36                                 </configuration>
37                         </plugin>
38                 </plugins>
39     </build>    
40         <modules>
41                 <module>auth/auth-client</module>
42                 <module>misc</module>
43                 <module>cadi</module>
44                 <module>auth</module>
45         </modules>
46         
47         
48         
49         <distributionManagement>
50                 <repository>
51                         <id>nexus</id>
52                         <name>attarch-releases</name>
53                         <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases</url>
54                 </repository>
55                 <snapshotRepository>
56                         <id>nexus</id>
57                         <name>attarch-snapshots</name>
58                         <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots</url>
59                 </snapshotRepository>
60         </distributionManagement>
61         
62 </project>