forked from geomajas/geomajas-project-client-gwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.xml
44 lines (44 loc) · 1.3 KB
/
settings.xml
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
<settings>
<profiles>
<profile>
<id>mine</id>
<repositories>
<repository>
<id>Geomajas</id>
<name>Geomajas repository</name>
<url>http://repo.geomajas.org/nexus/content/groups/public</url>
</repository>
<!-- uncomment if you want to use Geomajas snapshots, comment for faster
builds -->
<repository>
<id>Geomajas-latest</id>
<name>Geomajas snapshot repository</name>
<url>http://repo.geomajas.org/nexus/content/groups/latest</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>Geomajas</id>
<name>Geomajas repository</name>
<url>http://repo.geomajas.org/nexus/content/groups/public</url>
</pluginRepository>
<!-- uncomment if you want to use Geomajas snapshots, comment for faster
builds -->
<pluginRepository>
<id>Geomajas-latest</id>
<name>Geomajas snapshot repository</name>
<url>http://repo.geomajas.org/nexus/content/groups/latest</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>mine</activeProfile>
</activeProfiles>
</settings>