From 900e41eaac1072c29b1c5469457a62e39c894660 Mon Sep 17 00:00:00 2001 From: erik Date: Sat, 2 Sep 2006 16:23:19 +0000 Subject: [PATCH] --- crawler/kissweb/pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++ crawler/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 crawler/kissweb/pom.xml diff --git a/crawler/kissweb/pom.xml b/crawler/kissweb/pom.xml new file mode 100644 index 00000000..a13b8946 --- /dev/null +++ b/crawler/kissweb/pom.xml @@ -0,0 +1,56 @@ + + + + org.wamblee + crawler + 0.2-SNAPSHOT + + + 4.0.0 + org.wamblee + crawler-kissweb + war + wamblee.org basic crawler framework + http://wamblee.org + + + + org.wamblee + crawler-kiss + + + quartz + quartz + + + javax.servlet + servlet-api + + + jstl + jstl + + + taglibs + standard + + + + + + + + org.apache.maven.plugins + maven-war-plugin + + ${basedir}/src/webapp/WEB-INF/web.xml + wamblee-crawler-kissweb + src/webapp + + + + + + diff --git a/crawler/pom.xml b/crawler/pom.xml index 764eda42..c0b973ee 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -16,7 +16,7 @@ basic kiss - + kissweb diff --git a/pom.xml b/pom.xml index 300f2b11..a04d09ec 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,7 @@ support socketproxy + crawler -- 2.31.1