Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webmagic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
沈俊林
webmagic
Commits
05abd566
Commit
05abd566
authored
Apr 01, 2014
by
yihua.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove submodule
parent
01848301
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
.gitmodules
.gitmodules
+0
-3
.travis.yml
.travis.yml
+0
-2
pom.xml
webmagic-avalon/webmagic-avalon-common/pom.xml
+14
-0
No files found.
.gitmodules
deleted
100644 → 0
View file @
01848301
[submodule "webmagic-avalon/forger"]
path = webmagic-avalon/forger
url = git://github.com/code4craft/forger.git
.travis.yml
View file @
05abd566
...
@@ -2,5 +2,3 @@ language: java
...
@@ -2,5 +2,3 @@ language: java
jdk
:
jdk
:
-
oraclejdk7
-
oraclejdk7
-
openjdk6
-
openjdk6
before_install
:
-
git submodule update --init --recursive
webmagic-avalon/webmagic-avalon-common/pom.xml
View file @
05abd566
...
@@ -150,4 +150,18 @@
...
@@ -150,4 +150,18 @@
</plugins>
</plugins>
</build>
</build>
<repositories>
<repository>
<id>
sonatype-nexus-snapshots
</id>
<name>
Sonatype Nexus Snapshots
</name>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
<releases>
<enabled>
false
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
</project>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment