-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.xml
More file actions
48 lines (48 loc) · 1.7 KB
/
Copy pathsettings.xml
File metadata and controls
48 lines (48 loc) · 1.7 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
<settings xmlns='http://maven.apache.org/SETTINGS/1.2.0'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd'>
<localRepository>${user.home}/work/.m2/repository</localRepository>
<interactiveMode>false</interactiveMode>
<!--mirrors>
<mirror>
<id>compute-lsis-2</id>
<mirrorOf>central</mirrorOf>
<url>https://nexus.ebruno.fr/repository/maven-central/</url>
</mirror>
</mirrors-->
<!--profiles>
<profile>
<id>nexus</id>
<properties>
<style.color>never</style.color>
</properties>
<repositories>
<repository>
<id>central</id>
<url>http://central</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>http://central</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles-->
<!--activeProfiles>
<activeProfile>nexus</activeProfile>
</activeProfiles-->
</settings>