Bug 8157 Fixed deleting a user and recreating it fails with aaa-cli-jar
[aaa.git] / features / authn / 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>1.8.0-SNAPSHOT</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.aaa</groupId>
20     <artifactId>features-aaa-aggregator</artifactId>
21     <version>0.5.0-SNAPSHOT</version>
22     <name>ODL :: aaa :: ${project.artifactId}</name>
23     <packaging>pom</packaging>
24
25     <modules>
26         <module>features-aaa</module>
27         <module>features4-aaa</module>
28         <module>odl-aaa-api</module>
29         <module>odl-aaa-authn</module>
30         <module>odl-aaa-authn-mdsal-cluster</module>
31         <module>odl-aaa-cert</module>
32         <module>odl-aaa-cli</module>
33         <module>odl-aaa-encryption-service</module>
34         <module>odl-aaa-sssd-plugin</module>
35     </modules>
36
37     <build>
38         <plugins>
39             <plugin>
40                 <groupId>org.apache.maven.plugins</groupId>
41                 <artifactId>maven-deploy-plugin</artifactId>
42                 <configuration>
43                     <skip>true</skip>
44                 </configuration>
45             </plugin>
46             <plugin>
47                 <groupId>org.apache.maven.plugins</groupId>
48                 <artifactId>maven-install-plugin</artifactId>
49                 <configuration>
50                     <skip>true</skip>
51                 </configuration>
52             </plugin>
53         </plugins>
54     </build>
55
56     <scm>
57         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
58         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
59         <tag>HEAD</tag>
60         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
61     </scm>
62 </project>