]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Remove modules
[gpl/argeo-slc.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.slc</groupId>
8 <artifactId>argeo-slc</artifactId>
9 <version>0.9-SNAPSHOT</version>
10 <relativePath>org.argeo.slc</relativePath>
11 </parent>
12 <artifactId>argeo-slc-all</artifactId>
13 <packaging>pom</packaging>
14 <name>Argeo SLC All</name>
15 <modules>
16 <module>org.argeo.slc</module>
17 <module>org.argeo.slc.core</module>
18 <module>org.argeo.slc.example</module>
19 <module>org.argeo.slc.server</module>
20 <module>org.argeo.slc.webapp</module>
21 </modules>
22 <scm>
23 <connection>
24 scm:svn:https://www.argeo.org/svn/slc/trunk
25 </connection>
26 </scm>
27 </project>