1 Star 0 Fork 1.3K

BestJex / Spiderman

forked from 自风 / Spiderman 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
自风 提交于 2015-12-07 16:16 . up
<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>
<groupId>org.eweb4j</groupId>
<artifactId>spiderman-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spiderman-core</module>
<module>spiderman-plugin</module>
<module>spiderman-sample</module>
<module>spiderman-web</module>
<module>spiderman-webapp</module>
</modules>
<developers>
<developer>
<id>weiwei</id>
<name>赖伟威</name>
<email>l.weiwei@163.com</email>
<url>http://laiweiweihi.iteye.com</url>
<timezone>8</timezone>
</developer>
<developer>
<id>chenyoca</id>
<name>陈永佳</name>
<email>chenyoca@gmail.com</email>
<timezone>8</timezone>
</developer>
</developers>
<issueManagement>
<system>Github Issue</system>
<url>https://gitcafe.com/laiweiwei/Spiderman/tickets</url>
</issueManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>git@gitcafe.com:laiweiwei/Spiderman.git</connection>
<url>git@gitcafe.com:laiweiwei/Spiderman.git</url>
</scm>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
</plugins>
</reporting>
<repositories>
<repository>
<id>nexus-releases</id>
<name>Nexus Releases Repository.</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2
</url>
</repository>
<repository>
<id>nexus-snapshots</id>
<name>Nexus Snapshots Repository.</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Nexus Releases Repository.</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2
</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>Nexus Snapshots Repository.</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase>
<goals> <goal>sign</goal> </goals> </execution> </executions> </plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/BestJex/spiderman.git
git@gitee.com:BestJex/spiderman.git
BestJex
spiderman
Spiderman
master

搜索帮助