(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 15 Mar 2008 11:33:12 +0000 (11:33 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 15 Mar 2008 11:33:12 +0000 (11:33 +0000)
.classpath
.project
pom.xml
support/pom.xml

index e18b656283c0017d3a7d1ab354ca9dcd5c07b8f1..84317413b6fe9009f169b1969f2d8fe89e7fec54 100644 (file)
@@ -1,29 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry path="support/src/main/java" kind="src"/>
-       <classpathentry path="support/src/test/java" kind="src"/>
-       <classpathentry excluding="**" path="support/src/main/resources" output="support/src/main/resources" kind="src"/>
-       <classpathentry excluding="**" path="support/src/test/resources" output="support/src/test/resources" kind="src"/>
-       <classpathentry path="socketproxy/src/main/java" kind="src"/>
-       <classpathentry path="socketproxy/src/test/java" kind="src"/>
-       <classpathentry excluding="**" path="socketproxy/src/test/resources" output="socketproxy/src/test/resources" kind="src"/>
-       <classpathentry path="crawler/basic/src/main/java" kind="src"/>
-       <classpathentry path="crawler/basic/src/test/java" kind="src"/>
-       <classpathentry excluding="**" path="crawler/basic/src/test/resources" output="crawler/basic/src/test/resources" kind="src"/>
-       <classpathentry path="crawler/kiss/src/main/java" kind="src"/>
-       <classpathentry path="crawler/kiss/src/test/java" kind="src"/>
-       <classpathentry excluding="**" path="crawler/kiss/src/main/resources" output="crawler/kiss/src/main/resources" kind="src"/>
-       <classpathentry excluding="**" path="crawler/kiss/src/test/resources" output="crawler/kiss/src/test/resources" kind="src"/>
-       <classpathentry path="crawler/kissweb/src/main/java" kind="src"/>
-       <classpathentry path="crawler/kissweb/src/test/java" kind="src"/>
-       <classpathentry excluding="**" path="crawler/kissweb/src/main/resources" output="crawler/kissweb/src/main/resources" kind="src"/>
-       <classpathentry excluding="**" path="crawler/kissweb/src/test/resources" output="crawler/kissweb/src/test/resources" kind="src"/>
-       <classpathentry path="gps/src/main/java" kind="src"/>
-       <classpathentry path="gps/src/test/java" kind="src"/>
-       <classpathentry excluding="**" path="gps/src/test/resources" output="gps/src/test/resources" kind="src"/>
-       <classpathentry path="mythtv/src/main/java" kind="src"/>
-       <classpathentry excluding="**" path="mythtv/src/main/resources" output="mythtv/src/main/resources" kind="src"/>
-       <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"/>
-       <classpathentry path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER" kind="con"/>
-       <classpathentry path="crawler/basic/build/bin" kind="output"/>
+       <classpathentry kind="src" path="support/src/main/java"/>
+       <classpathentry kind="src" path="support/src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="support/src/main/resources" path="support/src/main/resources"/>
+       <classpathentry excluding="**" kind="src" output="support/src/test/resources" path="support/src/test/resources"/>
+       <classpathentry kind="src" path="socketproxy/src/main/java"/>
+       <classpathentry kind="src" path="socketproxy/src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="socketproxy/src/test/resources" path="socketproxy/src/test/resources"/>
+       <classpathentry kind="src" path="crawler/basic/src/main/java"/>
+       <classpathentry kind="src" path="crawler/basic/src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="crawler/basic/src/test/resources" path="crawler/basic/src/test/resources"/>
+       <classpathentry kind="src" path="crawler/kiss/src/main/java"/>
+       <classpathentry kind="src" path="crawler/kiss/src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="crawler/kiss/src/main/resources" path="crawler/kiss/src/main/resources"/>
+       <classpathentry excluding="**" kind="src" output="crawler/kiss/src/test/resources" path="crawler/kiss/src/test/resources"/>
+       <classpathentry kind="src" path="crawler/kissweb/src/main/java"/>
+       <classpathentry kind="src" path="crawler/kissweb/src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="crawler/kissweb/src/main/resources" path="crawler/kissweb/src/main/resources"/>
+       <classpathentry excluding="**" kind="src" output="crawler/kissweb/src/test/resources" path="crawler/kissweb/src/test/resources"/>
+       <classpathentry kind="src" path="gps/src/main/java"/>
+       <classpathentry kind="src" path="gps/src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="gps/src/test/resources" path="gps/src/test/resources"/>
+       <classpathentry kind="src" path="mythtv/monitor/src/main/java"/>
+       <classpathentry excluding="**" kind="src" output="mythtv/monitor/src/main/resources" path="mythtv/monitor/src/main/resources"/>
+       <classpathentry excluding="**" kind="src" output="mythtv/monitor/src/test/resources" path="mythtv/monitor/src/test/resources"/>
+       <classpathentry kind="src" path="mythtv/war/src/main/java"/>
+       <classpathentry excluding="**" kind="src" output="mythtv/war/src/main/resources" path="mythtv/war/src/main/resources"/>
+       <classpathentry kind="src" path="mythtv/timer/src/main/java"/>
+       <classpathentry excluding="**" kind="src" output="mythtv/timer/src/main/resources" path="mythtv/timer/src/main/resources"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0"/>
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/modules"/>
+       <classpathentry kind="output" path="target/classes"/>
 </classpath>
index 8895fe5e89c946883c0eac771c659a08a8cbf3d3..6192d2f82d4fa693efa0f5fb142455192bda512f 100644 (file)
--- a/.project
+++ b/.project
@@ -6,7 +6,7 @@
        </projects>
        <buildSpec>
                <buildCommand>
-                       <name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
+                       <name>org.maven.ide.eclipse.maven2Builder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
                        <arguments>
                        </arguments>
                </buildCommand>
-               <buildCommand>
-                       <name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>com.ibm.etools.validation.validationbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>com.ibm.sse.model.structuredbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.maven.ide.eclipse.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.jdt.core.javanature</nature>
                <nature>org.maven.ide.eclipse.maven2Nature</nature>
-               <nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
-               <nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
        </natures>
 </projectDescription>
diff --git a/pom.xml b/pom.xml
index 57c52598e834704d9b55593ae332ad93272d59dc..d676165208ba9da2410624e9c080016fb9cac4bb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <groupId>org.wamblee</groupId>\r
-  <artifactId>wamblee-utils</artifactId>\r
-  <packaging>pom</packaging>\r
-  <version>0.2-SNAPSHOT</version>\r
-  <name>wamblee.org utility libraries</name>\r
-  <url>http://wamblee.org</url>\r
-  <modules>\r
-    <module>support</module>\r
-    <module>socketproxy</module>\r
-    <module>crawler</module>\r
-    <module>gps</module>\r
-    <module>mythtv</module>\r
-  </modules>\r
-  <dependencies>\r
-    <dependency>\r
-      <groupId>junit</groupId>\r
-      <artifactId>junit</artifactId>\r
-      <version>3.8.1</version>\r
-      <scope>test</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>dbunit</groupId>\r
-      <artifactId>dbunit</artifactId>\r
-      <version>2.1</version>\r
-      <scope>test</scope>\r
-    </dependency>\r
-    <dependency>\r
-      <groupId>jmock</groupId>\r
-      <artifactId>jmock-cglib</artifactId>\r
-      <version>1.1.0</version>\r
-      <scope>test</scope>\r
-      <exclusions>\r
-        <exclusion>\r
-          <groupId>cglib</groupId>\r
-          <artifactId>cglib-full</artifactId>\r
-        </exclusion>\r
-      </exclusions>\r
-    </dependency>\r
-  </dependencies>\r
-\r
-  <dependencyManagement>\r
-    <dependencies>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-support</artifactId>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-support</artifactId>\r
-        <type>test-jar</type>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-socketproxy</artifactId>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-socketproxy</artifactId>\r
-        <type>test-jar</type>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-crawler</artifactId>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-crawler</artifactId>\r
-        <type>test-jar</type>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-crawler-basic</artifactId>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.wamblee</groupId>\r
-        <artifactId>wamblee-crawler-basic</artifactId>\r
-        <type>test-jar</type>\r
-        <version>${project.version}</version>\r
-      </dependency>\r
-\r
-      <dependency>\r
-        <groupId>javax.servlet</groupId>\r
-        <artifactId>servlet-api</artifactId>\r
-        <version>2.3</version>\r
-        <type>jar</type>\r
-        <scope>provided</scope>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>quartz</groupId>\r
-        <artifactId>quartz</artifactId>\r
-        <version>1.5.1</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>jtidy</groupId>\r
-        <artifactId>jtidy</artifactId>\r
-        <version>4aug2000r7-dev</version>\r
-      </dependency>\r
-\r
-      <dependency>\r
-        <groupId>concurrent</groupId>\r
-        <artifactId>concurrent</artifactId>\r
-        <version>1.3.4</version>\r
-      </dependency>\r
-\r
-      <dependency>\r
-        <groupId>oro</groupId>\r
-        <artifactId>oro</artifactId>\r
-        <version>2.0.6</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>commons-logging</groupId>\r
-        <artifactId>commons-logging</artifactId>\r
-        <version>1.0.2</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>commons-httpclient</groupId>\r
-        <artifactId>commons-httpclient</artifactId>\r
-        <version>3.0</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>commons-beanutils</groupId>\r
-        <artifactId>commons-beanutils</artifactId>\r
-        <version>1.7.0</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-beans</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-web</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-jms</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-context</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-hibernate3</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-jpa</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.springframework</groupId>\r
-        <artifactId>spring-aop</artifactId>\r
-        <version>${springversion}</version>\r
-      </dependency>\r
-\r
-      <!-- should be possible to remove the dependence on log4j -->\r
-      <dependency>\r
-        <groupId>log4j</groupId>\r
-        <artifactId>log4j</artifactId>\r
-        <version>1.2.8</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>dom4j</groupId>\r
-        <artifactId>dom4j</artifactId>\r
-        <version>1.6</version>\r
-        <exclusions>\r
-          <exclusion>\r
-            <groupId>xml-apis</groupId>\r
-            <artifactId>xml-apis</artifactId>\r
-          </exclusion>\r
-        </exclusions>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>net.sf.ehcache</groupId>\r
-        <artifactId>ehcache</artifactId>\r
-        <version>1.2.3</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>xerces</groupId>\r
-        <artifactId>xercesImpl</artifactId>\r
-        <version>2.8.1</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.hibernate</groupId>\r
-        <artifactId>hibernate</artifactId>\r
-        <version>3.2.5.ga</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>org.hibernate</groupId>\r
-        <artifactId>hibernate-entitymanager</artifactId>\r
-        <version>3.3.1.ga</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>javax.persistence</groupId>\r
-        <artifactId>persistence-api</artifactId>\r
-        <version>1.0</version>\r
-        <scope>provided</scope>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>commons-email</groupId>\r
-        <artifactId>commons-email</artifactId>\r
-        <version>1.0</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>javax.mail</groupId>\r
-        <artifactId>mail</artifactId>\r
-        <version>1.3.3_01</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>jaxen</groupId>\r
-        <artifactId>jaxen</artifactId>\r
-        <version>1.1-beta-9</version>\r
-        <exclusions>\r
-          <exclusion>\r
-            <groupId>xom</groupId>\r
-            <artifactId>xom</artifactId>\r
-          </exclusion>\r
-          <exclusion>\r
-            <groupId>xerces</groupId>\r
-            <artifactId>xmlParserAPIs</artifactId>\r
-          </exclusion>\r
-        </exclusions>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>jstl</groupId>\r
-        <artifactId>jstl</artifactId>\r
-        <version>1.1.2</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>taglibs</groupId>\r
-        <artifactId>standard</artifactId>\r
-        <version>1.1.2</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>jfree</groupId>\r
-        <artifactId>jfreechart</artifactId>\r
-        <version>1.0.1</version>\r
-      </dependency>\r
-      <dependency>\r
-        <groupId>jfree</groupId>\r
-        <artifactId>jcommon</artifactId>\r
-        <version>1.0.2</version>\r
-      </dependency>\r
-      \r
-      <dependency>\r
-        <groupId>javaee</groupId>\r
-        <artifactId>javaee-api</artifactId>\r
-        <version>5</version>\r
-        <scope>provided</scope>\r
-      </dependency>\r
-\r
-\r
-    </dependencies>\r
-  </dependencyManagement>\r
-\r
-  <build>\r
-    <plugins>\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-compiler-plugin</artifactId>\r
-        <configuration>\r
-          <source>1.6</source>\r
-          <target>1.6</target>\r
-        </configuration>\r
-      </plugin>\r
-\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-surefire-plugin</artifactId>\r
-        <configuration>\r
-          <includes>\r
-            <include>**/*Test.java</include>\r
-          </includes>\r
-        </configuration>\r
-      </plugin>\r
-\r
-      <!-- Make sure other projects can use (or the test support\r
-           and test classes from the projects it uses. To use\r
-           a dependence on a test library of a project, an additinoal\r
-           dependence must be added with <type>test-jar</type>\r
-        -->\r
-\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-jar-plugin</artifactId>\r
-        <executions>\r
-          <execution>\r
-            <goals>\r
-              <goal>test-jar</goal>\r
-            </goals>\r
-          </execution>\r
-        </executions>\r
-      </plugin>\r
-\r
-      <plugin>\r
-        <groupId>org.codehaus.mojo</groupId>\r
-        <artifactId>cobertura-maven-plugin</artifactId>\r
-        <executions>\r
-          <execution>\r
-            <goals>\r
-              <goal>clean</goal>\r
-            </goals>\r
-          </execution>\r
-        </executions>\r
-      </plugin>\r
-\r
-    </plugins>\r
-\r
-  </build>\r
-\r
-  <reporting>\r
-    <plugins>\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-project-info-reports-plugin</artifactId>\r
-        <reportSets>\r
-          <reportSet>\r
-            <reports>\r
-              <report>checkstyle</report>\r
-              <report>javadoc</report>\r
-              <report>dependencies</report>\r
-              <report>project-team</report>\r
-              <report>mailing-list</report>\r
-              <report>issue-tracking</report>\r
-              <report>license</report>\r
-              <report>scm</report>\r
-            </reports>\r
-          </reportSet>\r
-        </reportSets>\r
-      </plugin>\r
-      <plugin>\r
-        <groupId>org.codehaus.mojo</groupId>\r
-        <artifactId>changes-maven-plugin</artifactId>\r
-        <version>2.0-beta-1</version>\r
-        <reportSets>\r
-          <reportSet>\r
-            <reports>\r
-              <report>changes-report</report>\r
-            </reports>\r
-          </reportSet>\r
-        </reportSets>\r
-      </plugin>\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-javadoc-plugin</artifactId>\r
-      </plugin>\r
-      <plugin>\r
-        <groupId>org.codehaus.mojo</groupId>\r
-        <artifactId>surefire-report-maven-plugin</artifactId>\r
-      </plugin>\r
-      <!-- Test coverage reporting -->\r
-      <plugin>\r
-        <groupId>org.codehaus.mojo</groupId>\r
-        <artifactId>cobertura-maven-plugin</artifactId>\r
-      </plugin>\r
-\r
-      <!-- checkstyle -->\r
-      <plugin>\r
-        <groupId>org.apache.maven.plugins</groupId>\r
-        <artifactId>maven-checkstyle-plugin</artifactId>\r
-        <configuration>\r
-          <configLocation>config/sun_checks.xml</configLocation>\r
-        </configuration>\r
-      </plugin>\r
-\r
-      <!-- taglist -->\r
-      <plugin>\r
-        <groupId>org.codehaus.mojo</groupId>\r
-        <artifactId>taglist-maven-plugin</artifactId>\r
-        <configuration>\r
-          <tags>\r
-            <tag>TODO</tag>\r
-            <tag>@todo</tag>\r
-            <tag>FIXME</tag>\r
-          </tags>\r
-        </configuration>\r
-      </plugin>\r
-\r
-    </plugins>\r
-  </reporting>\r
-  \r
-  <repositories>\r
-    <repository>\r
-      <id>javaee</id>\r
-      <name>Java EE repo at SUN</name>\r
-      <url>http://download.java.net/maven/1</url>\r
-      <layout>legacy</layout>\r
-    </repository>\r
-  </repositories>\r
-\r
-  <properties>\r
-    <springversion>2.0.8</springversion>\r
-  </properties>\r
-\r
-</project>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.wamblee</groupId>
+  <artifactId>wamblee-utils</artifactId>
+  <packaging>pom</packaging>
+  <version>0.2-SNAPSHOT</version>
+  <name>wamblee.org utility libraries</name>
+  <url>http://wamblee.org</url>
+  <modules>
+    <module>support</module>
+    <module>socketproxy</module>
+    <module>crawler</module>
+    <module>gps</module>
+    <module>mythtv</module>
+  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>dbunit</groupId>
+      <artifactId>dbunit</artifactId>
+      <version>2.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock-cglib</artifactId>
+      <version>1.1.0</version>
+      <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>cglib</groupId>
+          <artifactId>cglib-full</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-support</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-support</artifactId>
+        <type>test-jar</type>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-socketproxy</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-socketproxy</artifactId>
+        <type>test-jar</type>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-crawler</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-crawler</artifactId>
+        <type>test-jar</type>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-crawler-basic</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-crawler-basic</artifactId>
+        <type>test-jar</type>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>2.3</version>
+        <type>jar</type>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.derby</groupId>
+        <artifactId>derby</artifactId>
+        <version>10.3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.derby</groupId>
+        <artifactId>derbyclient</artifactId>
+        <version>10.3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.derby</groupId>
+        <artifactId>derbynet</artifactId>
+        <version>10.3.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>quartz</groupId>
+        <artifactId>quartz</artifactId>
+        <version>1.5.1</version>
+      </dependency>
+      <dependency>
+        <groupId>jtidy</groupId>
+        <artifactId>jtidy</artifactId>
+        <version>4aug2000r7-dev</version>
+      </dependency>
+
+      <dependency>
+        <groupId>concurrent</groupId>
+        <artifactId>concurrent</artifactId>
+        <version>1.3.4</version>
+      </dependency>
+
+      <dependency>
+        <groupId>oro</groupId>
+        <artifactId>oro</artifactId>
+        <version>2.0.6</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.0.2</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.0</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>1.7.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-beans</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-web</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-jms</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-context</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-hibernate3</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-jpa</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-aop</artifactId>
+        <version>${springversion}</version>
+      </dependency>
+
+      <!-- should be possible to remove the dependence on log4j -->
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.8</version>
+      </dependency>
+      <dependency>
+        <groupId>dom4j</groupId>
+        <artifactId>dom4j</artifactId>
+        <version>1.6</version>
+        <exclusions>
+          <exclusion>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>net.sf.ehcache</groupId>
+        <artifactId>ehcache</artifactId>
+        <version>1.2.3</version>
+      </dependency>
+      <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <version>2.8.1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate</artifactId>
+        <version>3.2.5.ga</version>
+      </dependency>
+      <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-entitymanager</artifactId>
+        <version>3.3.1.ga</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.persistence</groupId>
+        <artifactId>persistence-api</artifactId>
+        <version>1.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>commons-email</groupId>
+        <artifactId>commons-email</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.mail</groupId>
+        <artifactId>mail</artifactId>
+        <version>1.3.3_01</version>
+      </dependency>
+      <dependency>
+        <groupId>jaxen</groupId>
+        <artifactId>jaxen</artifactId>
+        <version>1.1-beta-9</version>
+        <exclusions>
+          <exclusion>
+            <groupId>xom</groupId>
+            <artifactId>xom</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xmlParserAPIs</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>jfree</groupId>
+        <artifactId>jfreechart</artifactId>
+        <version>1.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>jfree</groupId>
+        <artifactId>jcommon</artifactId>
+        <version>1.0.2</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>javaee</groupId>
+        <artifactId>javaee-api</artifactId>
+        <version>5</version>
+        <scope>provided</scope>
+      </dependency>
+
+
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+        </configuration>
+      </plugin>
+
+      <!-- Make sure other projects can use (or the test support
+           and test classes from the projects it uses. To use
+           a dependence on a test library of a project, an additinoal
+           dependence must be added with <type>test-jar</type>
+        -->
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+    </plugins>
+
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+              <report>javadoc</report>
+              <report>dependencies</report>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>changes-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+      <!-- Test coverage reporting -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+      </plugin>
+
+      <!-- checkstyle -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>config/sun_checks.xml</configLocation>
+        </configuration>
+      </plugin>
+
+      <!-- taglist -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <configuration>
+          <tags>
+            <tag>TODO</tag>
+            <tag>@todo</tag>
+            <tag>FIXME</tag>
+          </tags>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </reporting>
+  
+  <repositories>
+    <repository>
+      <id>javaee</id>
+      <name>Java EE repo at SUN</name>
+      <url>http://download.java.net/maven/1</url>
+      <layout>legacy</layout>
+    </repository>
+  </repositories>
+
+  <properties>
+    <springversion>2.0.8</springversion>
+  </properties>
+
+</project>
index 83977a67de46ae9d5b7df70b12d9fe8f13d150a2..6d7a421b49487674c3f619bce45ba61dae68525a 100644 (file)
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derbyclient</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derbynet</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>