Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
macaca-java-biz-sample
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
马博
macaca-java-biz-sample
Commits
23280956
Commit
23280956
authored
Aug 14, 2017
by
mabo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
008f2219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
settings.xml
settings.xml
+54
-0
No files found.
settings.xml
0 → 100644
View file @
23280956
<?xml version='1.0' encoding='UTF-8'?>
<settings
xsi:schemaLocation=
'http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd'
xmlns=
'http://maven.apache.org/SETTINGS/1.0.0'
xmlns:xsi=
'http://www.w3.org/2001/XMLSchema-instance'
>
<profiles>
<profile>
<repositories>
<!-- MacacaClient所在仓库 -->
<repository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
bintray-orgz-macaca-java-biz
</id>
<name>
bintray
</name>
<url>
http://dl.bintray.com/orgz/macaca-java-biz
</url>
</repository>
<repository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
central
</id>
<name>
bintray
</name>
<url>
http://jcenter.bintray.com
</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
bintray-orgz-macaca-java-biz
</id>
<name>
bintray-plugins
</name>
<url>
http://dl.bintray.com/orgz/macaca-java-biz
</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
central
</id>
<name>
bintray-plugins
</name>
<url>
http://jcenter.bintray.com
</url>
</pluginRepository>
</pluginRepositories>
<id>
bintray
</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>
bintray
</activeProfile>
</activeProfiles>
</settings>
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