Added Operations Guide Skeleton
[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.documentation</groupId>
6     <artifactId>root</artifactId>
7     <version>0.1.0-SNAPSHOT</version>
8     <relativePath>../pom.xml</relativePath>
9   </parent>
10   <modelVersion>4.0.0</modelVersion>
11   <groupId>org.opendaylight.documentation</groupId>
12   <artifactId>manuals</artifactId>
13   <version>0.1.0-SNAPSHOT</version>
14   <name>OpenDaylight Docs - Manuals</name>
15   <packaging>pom</packaging>
16   <url>https://wiki.opendaylight.org/view/CrossProject:Documentation_Group</url>
17   <scm>
18     <connection>scm:git:ssh://git.opendaylight.org:29418/documentation.git</connection>
19     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/documentation.git</developerConnection>
20     <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
21     <tag>HEAD</tag>
22   </scm>
23   <properties>
24     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
25     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26   </properties>
27   <modules>
28     <module>glossary</module>
29     <module>sample-guide</module>
30     <module>install-guide</module>
31     <module>developers-guide</module>
32     <module>operations-guide</module>
33   </modules>
34
35 </project>