]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
d853e39ebdaacf1dec6a2c5c2aa43000f9bf466b
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc</groupId>
5 <artifactId>argeo-slc</artifactId>
6 <version>0.9.4-SNAPSHOT</version>
7 <relativePath>org.argeo.slc</relativePath>
8 </parent>
9 <artifactId>argeo-slc-all</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo SLC All</name>
12 <modules>
13 <module>org.argeo.slc</module>
14 <module>org.argeo.slc.core</module>
15 <module>org.argeo.slc.agent</module>
16 <module>org.argeo.slc.hibernate</module>
17 <module>org.argeo.slc.example</module>
18 <module>org.argeo.slc.server</module>
19 <module>org.argeo.slc.webapp</module>
20 </modules>
21 <scm>
22 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
23 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
24 </scm>
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.apache.maven.plugins</groupId>
29 <artifactId>maven-site-plugin</artifactId>
30 <configuration>
31 <excludeModules>org.argeo.slc</excludeModules>
32 </configuration>
33 </plugin>
34 <plugin>
35 <groupId>org.apache.maven.plugins</groupId>
36 <artifactId>maven-release-plugin</artifactId>
37 <configuration>
38 <autoVersionSubmodules>true</autoVersionSubmodules>
39 </configuration>
40 </plugin>
41 </plugins>
42 </build>
43
44 <distributionManagement>
45 <site>
46 <id>argeo-slc-site</id>
47 <name>SLC Site</name>
48 <url>
49 file:///var/argeo/projects/SLC/www/site/${project.version}
50 </url>
51 </site>
52 </distributionManagement>
53 </project>