forked from gitchina/springside-3.3.4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
executable file
·38 lines (35 loc) · 998 Bytes
/
pom.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
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside</groupId>
<artifactId>springside3</artifactId>
<version>3.3.4</version>
<name>Springside3's Project</name>
<packaging>pom</packaging>
<repositories>
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
<url>http://localhost:8081/nexus/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Team Nexus Repository</name>
<url>http://localhost:8081/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<modules>
<module>modules/parent</module>
<module>modules/core</module>
<module>modules/extension</module>
<module>examples/mini-service</module>
<module>examples/mini-web</module>
<module>examples/showcase</module>
<module>tools/maven/archetype</module>
</modules>
</project>