361db47996c1d8042735c979a4fab474c424e24e
[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-web</module>
33     </modules>
34
35     <build>
36         <plugins>
37             <plugin>
38                 <groupId>org.apache.maven.plugins</groupId>
39                 <artifactId>maven-deploy-plugin</artifactId>
40                 <configuration>
41                     <skip>true</skip>
42                 </configuration>
43             </plugin>
44             <plugin>
45                 <groupId>org.apache.maven.plugins</groupId>
46                 <artifactId>maven-install-plugin</artifactId>
47                 <configuration>
48                     <skip>true</skip>
49                 </configuration>
50             </plugin>
51         </plugins>
52     </build>
53
54     <scm>
55         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
56         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
57         <tag>HEAD</tag>
58         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
59     </scm>
60 </project>