Fix AaaCertMdsalProvider service and AaaCert RPC service
[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 -->
9 <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">
10   <modelVersion>4.0.0</modelVersion>
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>odlparent-lite</artifactId>
14     <version>1.8.0-SNAPSHOT</version>
15     <relativePath/>
16   </parent>
17
18   <groupId>org.opendaylight.aaa</groupId>
19   <artifactId>aaa.project</artifactId>
20   <version>0.5.0-SNAPSHOT</version>
21   <packaging>pom</packaging>
22   <name>aaa</name>
23
24   <prerequisites>
25     <maven>3.1.1</maven>
26   </prerequisites>
27
28   <modules>
29     <module>aaa-authn-api</module>
30     <module>aaa-encrypt-service</module>
31     <module>aaa-authn</module>
32     <module>aaa-idp-mapping</module>
33     <module>aaa-authn-sts</module>
34     <module>aaa-authn-store</module>
35     <module>aaa-authn-federation</module>
36     <module>aaa-authn-sssd</module>
37     <module>aaa-authn-basic</module>
38     <module>aaa-idmlight</module>
39     <module>aaa-authn-mdsal-store</module>
40     <module>aaa-authz</module>
41     <module>aaa-credential-store-api</module>
42     <module>aaa-shiro</module>
43     <module>aaa-shiro-act</module>
44     <module>aaa-h2-store</module>
45     <module>aaa-cert</module>
46     <module>aaa-cli</module>
47     <module>aaa-filterchain</module>
48     <module>aaa-cassandra-store</module>
49     <module>artifacts</module>
50     <module>features</module>
51     <module>karaf</module>
52     <module>parent</module>
53   </modules>
54
55   <build>
56     <plugins>
57       <plugin>
58         <groupId>org.apache.maven.plugins</groupId>
59         <artifactId>maven-deploy-plugin</artifactId>
60         <configuration>
61           <skip>true</skip>
62         </configuration>
63       </plugin>
64       <plugin>
65         <groupId>org.apache.maven.plugins</groupId>
66         <artifactId>maven-install-plugin</artifactId>
67         <configuration>
68           <skip>true</skip>
69         </configuration>
70       </plugin>
71     </plugins>
72   </build>
73
74   <scm>
75     <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
76     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
77     <tag>HEAD</tag>
78     <url>https://wiki.opendaylight.org/view/AAA:Main</url>
79   </scm>
80 </project>