Skip to content

Commit 6e82886

Browse files
modify README.md
1 parent e85c949 commit 6e82886

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WebCollector is an open source web crawler framework based on Java.It provides
99

1010
## Installation
1111

12-
<!--
12+
1313
### Using Maven
1414

1515
```xml
@@ -19,7 +19,7 @@ WebCollector is an open source web crawler framework based on Java.It provides
1919
<version>2.73-alpha</version>
2020
</dependency>
2121
```
22-
-->
22+
2323

2424
### Without Maven
2525
WebCollector jars are available on the [HomePage](https://github.com/CrawlScript/WebCollector).

pom.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -98,34 +98,34 @@
9898
</executions>
9999
</plugin>
100100

101-
<!--
102-
<plugin>
103-
<groupId>org.sonatype.plugins</groupId>
104-
<artifactId>nexus-staging-maven-plugin</artifactId>
105-
<version>1.6.8</version>
106-
<extensions>true</extensions>
107-
<configuration>
108-
<serverId>ossrh</serverId>
109-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
110-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
111-
</configuration>
112-
</plugin>
113-
114-
<plugin>
115-
<groupId>org.apache.maven.plugins</groupId>
116-
<artifactId>maven-gpg-plugin</artifactId>
117-
<version>1.5</version>
118-
<executions>
119-
<execution>
120-
<id>sign-artifacts</id>
121-
<phase>verify</phase>
122-
<goals>
123-
<goal>sign</goal>
124-
</goals>
125-
</execution>
126-
</executions>
127-
</plugin>
128-
-->
101+
102+
<!--<plugin>-->
103+
<!--<groupId>org.sonatype.plugins</groupId>-->
104+
<!--<artifactId>nexus-staging-maven-plugin</artifactId>-->
105+
<!--<version>1.6.8</version>-->
106+
<!--<extensions>true</extensions>-->
107+
<!--<configuration>-->
108+
<!--<serverId>ossrh</serverId>-->
109+
<!--<nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
110+
<!--<autoReleaseAfterClose>true</autoReleaseAfterClose>-->
111+
<!--</configuration>-->
112+
<!--</plugin>-->
113+
114+
<!--<plugin>-->
115+
<!--<groupId>org.apache.maven.plugins</groupId>-->
116+
<!--<artifactId>maven-gpg-plugin</artifactId>-->
117+
<!--<version>1.5</version>-->
118+
<!--<executions>-->
119+
<!--<execution>-->
120+
<!--<id>sign-artifacts</id>-->
121+
<!--<phase>verify</phase>-->
122+
<!--<goals>-->
123+
<!--<goal>sign</goal>-->
124+
<!--</goals>-->
125+
<!--</execution>-->
126+
<!--</executions>-->
127+
<!--</plugin>-->
128+
129129

130130

131131
<plugin>

webcollector-2.73-alpha-bin.zip

21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)