forked from Youssef-Choura/BookApp
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsettings.xml
More file actions
56 lines (56 loc) · 1.99 KB
/
settings.xml
File metadata and controls
56 lines (56 loc) · 1.99 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<servers>
<server>
<username>mohanraj.vellingiri@zohomail.in</username>
<password>cmVmdGtuOjAxOjE3OTYwMDc4OTc6OE1hYU5scE90cklMcVlCNnQ2WnZmOWQ5RGdu</password>
<id>central</id>
</server>
<server>
<username>mohanraj.vellingiri@zohomail.in</username>
<password>cmVmdGtuOjAxOjE3OTYwMDc4OTc6OE1hYU5scE90cklMcVlCNnQ2WnZmOWQ5RGdu</password>
<id>snapshots</id>
</server>
</servers>
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>petclinic-maven_virtual</name>
<url>https://mohanrajdevops.jfrog.io/artifactory/petclinic-maven_virtual</url>
</repository>
<repository>
<snapshots />
<id>snapshots</id>
<name>petclinic-maven_virtual</name>
<url>https://mohanrajdevops.jfrog.io/artifactory/petclinic-maven_virtual</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>petclinic-maven_virtual</name>
<url>https://mohanrajdevops.jfrog.io/artifactory/petclinic-maven_virtual</url>
</pluginRepository>
<pluginRepository>
<snapshots />
<id>snapshots</id>
<name>petclinic-maven_virtual</name>
<url>https://mohanrajdevops.jfrog.io/artifactory/petclinic-maven_virtual</url>
</pluginRepository>
</pluginRepositories>
<id>artifactory</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>artifactory</activeProfile>
</activeProfiles>
</settings>