]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
New runtime working end to end
[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.agent</module>
19 <module>org.argeo.slc.hibernate</module>
20 <module>org.argeo.slc.example</module>
21 <module>org.argeo.slc.server</module>
22 <module>org.argeo.slc.webapp</module>
23 </modules>
24 <scm>
25 <connection>
26 scm:svn:https://www.argeo.org/svn/slc/trunk
27 </connection>
28 </scm>
29 <build>
30 <plugins>
31 <plugin>
32 <groupId>org.apache.maven.plugins</groupId>
33 <artifactId>maven-site-plugin</artifactId>
34 <configuration>
35 <excludeModules>org.argeo.slc</excludeModules>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40
41 <distributionManagement>
42 <site>
43 <id>argeo-slc-site</id>
44 <name>SLC Site</name>
45 <url>
46 file:///var/argeo/projects/SLC/www/site/${project.version}
47 </url>
48 </site>
49 </distributionManagement>
50 </project>