File tree Expand file tree Collapse file tree 3 files changed +30
-30
lines changed Expand file tree Collapse file tree 3 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WebCollector is an open source web crawler framework based on Java.It provides
9
9
10
10
## Installation
11
11
12
- <!--
12
+
13
13
### Using Maven
14
14
15
15
``` xml
@@ -19,7 +19,7 @@ WebCollector is an open source web crawler framework based on Java.It provides
19
19
<version >2.73-alpha</version >
20
20
</dependency >
21
21
```
22
- -->
22
+
23
23
24
24
### Without Maven
25
25
WebCollector jars are available on the [ HomePage] ( https://github.com/CrawlScript/WebCollector ) .
Original file line number Diff line number Diff line change 98
98
</executions >
99
99
</plugin >
100
100
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
+
129
129
130
130
131
131
<plugin >
You can’t perform that action at this time.
0 commit comments