From 328f174d11315c63a21cec5b7a60d1d8f606ffd8 Mon Sep 17 00:00:00 2001 From: "yihua.huang" Date: Mon, 17 Jun 2013 11:27:44 +0800 Subject: [PATCH] fix pom --- README.md | 3 +++ webmagic-core/pom.xml | 9 +++++++++ webmagic-plugin/pom.xml | 9 +++++++++ webmagic-samples/pom.xml | 9 +++++++++ 4 files changed, 30 insertions(+) diff --git a/README.md b/README.md index e92a440..063eca2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ webmagic --------- + +[![Build Status](https://travis-ci.org/code4craft/webmagic.png?branch=master)](https://travis-ci.org/code4craft/webmagic) + ####*一个网络爬虫工具包* webmagic的发起源于工作中的需要,其定位是帮助开发者更便捷的开发一个垂直的网络爬虫。 diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml index 607eb13..c0ef6a1 100644 --- a/webmagic-core/pom.xml +++ b/webmagic-core/pom.xml @@ -62,6 +62,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + org.apache.maven.plugins maven-resources-plugin diff --git a/webmagic-plugin/pom.xml b/webmagic-plugin/pom.xml index 1128f7a..c2a08ad 100644 --- a/webmagic-plugin/pom.xml +++ b/webmagic-plugin/pom.xml @@ -29,6 +29,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + org.apache.maven.plugins maven-resources-plugin diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index bfa1bfa..4e345a2 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -30,6 +30,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + org.apache.maven.plugins maven-resources-plugin