(no commit message)
[utils] / mythtv / war / pom.xml
index 1891c3a985531c7168d1173e477e350b923f9a85..b239c3bca0549375ed7b113c354306097102b050 100644 (file)
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-mythtv-war</artifactId>
   <packaging>war</packaging>
-  <name>wamblee.org mythtv directory monitor WAR</name>
+  <name>/mythtv/war</name>
   <url>http://wamblee.org</url>
   
   <dependencies>
     <dependency>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-support</artifactId>
+        <artifactId>wamblee-mythtv-monitor</artifactId>
+        <version>${project.version}</version>
     </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>
+      <groupId>javaee</groupId>
+      <artifactId>javaee-api</artifactId>
     </dependency>
   </dependencies>
 
                <webXml>${basedir}/src/webapp/WEB-INF/web.xml</webXml>
                <warName>wamblee-mythtv</warName>
                <warSourceDirectory>src/webapp</warSourceDirectory>
+                <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+                <archive>
+                  <manifest>
+                    <addClasspath>true</addClasspath>
+                    <classpathPrefix>lib</classpathPrefix>
+                  </manifest>
+                </archive>
           </configuration>
        </plugin>
     </plugins>