Fetch the repository succeeded.
This action will force synchronization from 自风/Spiderman, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<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-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>
Sign in for post a comment
Comment ( 0 )