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