Migrate to odlparent 1.9.0
[aaa.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016 Brocade Communications Systems, Inc. and others. All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9   <modelVersion>4.0.0</modelVersion>
10   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>odlparent-lite</artifactId>
13     <version>1.9.0</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.aaa</groupId>
18   <artifactId>aaa.project</artifactId>
19   <version>0.6.0-SNAPSHOT</version>
20   <packaging>pom</packaging>
21   <name>aaa</name> <!-- Used by Sonar to set project name -->
22
23   <modules>
24     <module>aaa-authn-api</module>
25     <module>aaa-encrypt-service</module>
26     <module>aaa-authn</module>
27     <module>aaa-authn-sts</module>
28     <module>aaa-authn-basic</module>
29     <module>aaa-idmlight</module>
30     <module>aaa-authn-mdsal-store</module>
31     <module>aaa-shiro-act</module>
32     <module>aaa-h2-store</module>
33     <module>aaa-cert</module>
34     <module>aaa-cli</module>
35     <module>aaa-cli-jar</module>
36     <module>aaa-filterchain</module>
37     <module>artifacts</module>
38     <module>features</module>
39     <module>karaf</module>
40     <module>parent</module>
41     <module>aaa-shiro</module>
42   </modules>
43
44   <build>
45     <plugins>
46       <plugin>
47         <groupId>org.apache.maven.plugins</groupId>
48         <artifactId>maven-deploy-plugin</artifactId>
49         <configuration>
50           <skip>true</skip>
51         </configuration>
52       </plugin>
53       <plugin>
54         <groupId>org.apache.maven.plugins</groupId>
55         <artifactId>maven-install-plugin</artifactId>
56         <configuration>
57           <skip>true</skip>
58         </configuration>
59       </plugin>
60     </plugins>
61   </build>
62
63   <scm>
64     <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
65     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
66     <tag>HEAD</tag>
67     <url>https://wiki.opendaylight.org/view/AAA:Main</url>
68   </scm>
69 </project>