9a83a125582630afd997baa786ac8fdc1e2013e3
[aaa.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2016-2017 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>2.0.5</version>
14     <relativePath/>
15   </parent>
16
17   <groupId>org.opendaylight.aaa</groupId>
18   <artifactId>aaa.project</artifactId>
19   <version>0.7.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-cert</module>
27     <module>aaa-cli</module>
28     <module>aaa-cli-jar</module>
29     <module>aaa-filterchain</module>
30     <module>artifacts</module>
31     <module>features</module>
32     <module>karaf</module>
33     <module>parent</module>
34     <module>aaa-shiro</module>
35     <module>aaa-shiro-act</module>
36   </modules>
37
38   <build>
39     <plugins>
40       <plugin>
41         <groupId>org.apache.maven.plugins</groupId>
42         <artifactId>maven-deploy-plugin</artifactId>
43         <configuration>
44           <skip>true</skip>
45         </configuration>
46       </plugin>
47       <plugin>
48         <groupId>org.apache.maven.plugins</groupId>
49         <artifactId>maven-install-plugin</artifactId>
50         <configuration>
51           <skip>true</skip>
52         </configuration>
53       </plugin>
54     </plugins>
55   </build>
56
57   <scm>
58     <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
59     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
60     <tag>HEAD</tag>
61     <url>https://wiki.opendaylight.org/view/AAA:Main</url>
62   </scm>
63 </project>