From 6933029ea5c426e5ef2e72734c9cb9b73607fbf5 Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Wed, 25 Dec 2013 18:48:31 +0800 Subject: [PATCH] update modules --- pom.xml | 5 ++++- webmagic-lucene/pom.xml | 13 ++++++++++++- webmagic-panel/pom.xml | 11 +++++++++++ webmagic-samples/pom.xml | 8 +++++++- webmagic-saxon/pom.xml | 13 ++++++++++++- webmagic-selenium/pom.xml | 13 ++++++++++++- webmagic-worker/pom.xml | 11 +++++++++++ 7 files changed, 69 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3fcbd44..a7eb02b 100644 --- a/pom.xml +++ b/pom.xml @@ -51,8 +51,11 @@ webmagic-core webmagic-extension/ webmagic-scripts/ - webmagic-panel webmagic-worker + webmagic-lucene + webmagic-samples + webmagic-saxon + webmagic-selenium diff --git a/webmagic-lucene/pom.xml b/webmagic-lucene/pom.xml index 223942a..5502ca3 100644 --- a/webmagic-lucene/pom.xml +++ b/webmagic-lucene/pom.xml @@ -5,7 +5,7 @@ webmagic-parent us.codecraft - 0.4.2 + 0.4.3-SNAPSHOT 4.0.0 @@ -33,5 +33,16 @@ + + + + maven-deploy-plugin + + true + + + + + \ No newline at end of file diff --git a/webmagic-panel/pom.xml b/webmagic-panel/pom.xml index c0e6693..98f9fb3 100644 --- a/webmagic-panel/pom.xml +++ b/webmagic-panel/pom.xml @@ -21,5 +21,16 @@ + + + + maven-deploy-plugin + + true + + + + + \ No newline at end of file diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index 7b86ba2..58f79de 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -5,7 +5,7 @@ webmagic-parent us.codecraft - 0.4.2 + 0.4.3-SNAPSHOT 4.0.0 @@ -30,6 +30,12 @@ + + maven-deploy-plugin + + true + + org.apache.maven.plugins maven-jar-plugin diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml index 225d155..d17335e 100644 --- a/webmagic-saxon/pom.xml +++ b/webmagic-saxon/pom.xml @@ -5,7 +5,7 @@ webmagic-parent us.codecraft - 0.4.2 + 0.4.3-SNAPSHOT 4.0.0 @@ -27,4 +27,15 @@ + + + + maven-deploy-plugin + + true + + + + + \ No newline at end of file diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml index 3026a36..fb33895 100644 --- a/webmagic-selenium/pom.xml +++ b/webmagic-selenium/pom.xml @@ -5,7 +5,7 @@ webmagic-parent us.codecraft - 0.4.2 + 0.4.3-SNAPSHOT 4.0.0 @@ -28,4 +28,15 @@ + + + + maven-deploy-plugin + + true + + + + + \ No newline at end of file diff --git a/webmagic-worker/pom.xml b/webmagic-worker/pom.xml index e9a2146..f3bddf8 100644 --- a/webmagic-worker/pom.xml +++ b/webmagic-worker/pom.xml @@ -95,5 +95,16 @@ + + + + maven-deploy-plugin + + true + + + + + \ No newline at end of file