Commit 05abd566 authored by yihua.huang's avatar yihua.huang

remove submodule

parent 01848301
[submodule "webmagic-avalon/forger"]
path = webmagic-avalon/forger
url = git://github.com/code4craft/forger.git
......@@ -2,5 +2,3 @@ language: java
jdk:
- oraclejdk7
- openjdk6
before_install:
- git submodule update --init --recursive
......@@ -150,4 +150,18 @@
</plugins>
</build>
<repositories>
<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment