<modelVersion>4.0.0</modelVersion>
<groupId>org.wamblee</groupId>
<artifactId>wamblee-mythtv</artifactId>
- <packaging>war</packaging>
- <name>wamblee.org mythtv directory monitor</name>
+ <packaging>pom</packaging>
+ <name>wamblee.org mythtv directory monitor WAR</name>
<url>http://wamblee.org</url>
+ <modules>
+ <module>war</module>
+ </modules>
+
<dependencies>
- <dependency>
- <groupId>org.wamblee</groupId>
- <artifactId>wamblee-support</artifactId>
- </dependency>
- <dependency>
- <groupId>quartz</groupId>
- <artifactId>quartz</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>