-
Notifications
You must be signed in to change notification settings - Fork 890
/
readme.txt
56 lines (44 loc) · 1.54 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
This is my demo for onmob
ff
fffffdssds
For any questions - Please email me at [email protected]/
# this isddd a fix og sdfljflld fjldsfjdsjfkdl;sdasdasdasdfdsfsdfsdfserewrwe
# ========================NEXUS==============================
<distributionManagement>
<repository>
<id>tata</id>
<name>Internal Releases</name>
<url>http://13.127.163.182:8081/repository/scmgalaxy/</url>
</repository>
<snapshotRepository>
<id>tata</id>
<name>Internal Releases</name>
<url>http://52.66.106.91:8081/nexus/content/repositories/snapshot/</url>
</snapshotRepository>
</distributionManagement>
===============ARTIFACTORY=================
<distributionManagement>
<repository>
<id>rajesh</id>
<name>Internal Releases</name>
<url>http://13.127.94.210:8081/artifactory/list/rajesh-release/</url>
</repository>
<snapshotRepository>
<id>rajesh</id>
<name>Internal Releases</name>
<url>http://13.127.94.210:8081/artifactory/list/rajesh-snapshot/</url>
</snapshotRepository>
</distributionManagement>
=====================SETTING.XML=================================
<server>
<id>rajesh</id>
<username>rajesh-user</username>
<password>rajesh-user123</password>
</server>
=======================Setting.xml with Artifactory Setup======================
<mirror>
<id>central</id>
<name>Maven Repository Manager running on repo.mycompany.com</name>
<url>http://13.127.94.210:8081/artifactory/list/group/</url>
<mirrorOf>*</mirrorOf>
</mirror>