Merge "Start documentation of topology processing framework"
[docs.git] / manuals / pom.xml
1 <project  xmlns="http://maven.apache.org/POM/4.0.0"
2   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4   <parent>
5     <groupId>org.opendaylight.docs</groupId>
6     <artifactId>root</artifactId>
7     <version>0.3.0-SNAPSHOT</version>
8     <relativePath>../pom.xml</relativePath>
9   </parent>
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.opendaylight.docs</groupId>
12   <artifactId>manuals</artifactId>
13   <version>0.3.0-SNAPSHOT</version>
14   <name>OpenDaylight Docs - Manuals</name>
15   <packaging>pom</packaging>
16   <scm>
17     <connection>scm:git:ssh://git.opendaylight.org:29418/docs.git</connection>
18     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/docs.git</developerConnection>
19     <url>https://wiki.opendaylight.org/view/CrossProject:Documentation_Group</url>
20     <tag>HEAD</tag>
21   </scm>
22   <properties>
23     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24   </properties>
25   <modules>
26     <module>readme</module> <!-- this is just to make sure readme builds -->
27     <module>developer-guide</module>
28     <module>user-guide</module>
29     <module>howto-openstack</module>
30   </modules>
31
32 </project>