1 Star 0 Fork 20

zhangwei5095 / TinySpider

forked from TinyFramework / TinySpider 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 1.00 KB
Copy Edit Raw Blame History
悠然 authored 2014-06-21 12:02 . 添加sonatype snapshots
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>spider</artifactId>
<packaging>pom</packaging>
<dependencies>
</dependencies>
<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<modules>
<module>org.tinygroup.spider</module>
<module>org.tinygroup.spidersample</module>
</modules>
</project>
1
https://gitee.com/5095zhangwei/TinySpider.git
git@gitee.com:5095zhangwei/TinySpider.git
5095zhangwei
TinySpider
TinySpider
master

Search