Package aaa-shiro-act
[aaa.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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"
10     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent-lite</artifactId>
15         <version>3.0.2</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.aaa</groupId>
20     <artifactId>features-aaa-aggregator</artifactId>
21     <version>0.8.0-SNAPSHOT</version>
22     <name>ODL :: aaa :: ${project.artifactId}</name>
23     <packaging>pom</packaging>
24
25     <modules>
26         <module>features-aaa</module>
27         <module>odl-aaa-api</module>
28         <module>odl-aaa-cert</module>
29         <module>odl-aaa-cli</module>
30         <module>odl-aaa-encryption-service</module>
31         <module>odl-aaa-shiro</module>
32         <module>odl-aaa-shiro-act</module>
33         <module>odl-aaa-web</module>
34     </modules>
35
36     <build>
37         <plugins>
38             <plugin>
39                 <groupId>org.apache.maven.plugins</groupId>
40                 <artifactId>maven-deploy-plugin</artifactId>
41                 <configuration>
42                     <skip>true</skip>
43                 </configuration>
44             </plugin>
45             <plugin>
46                 <groupId>org.apache.maven.plugins</groupId>
47                 <artifactId>maven-install-plugin</artifactId>
48                 <configuration>
49                     <skip>true</skip>
50                 </configuration>
51             </plugin>
52         </plugins>
53     </build>
54
55     <scm>
56         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
57         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
58         <tag>HEAD</tag>
59         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
60     </scm>
61 </project>