]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Improve packaging
[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.3-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 <plugin>
39 <groupId>org.apache.maven.plugins</groupId>
40 <artifactId>maven-release-plugin</artifactId>
41 <configuration>
42 <autoVersionSubmodules>true</autoVersionSubmodules>
43 </configuration>
44 </plugin>
45 </plugins>
46 </build>
47
48 <distributionManagement>
49 <site>
50 <id>argeo-slc-site</id>
51 <name>SLC Site</name>
52 <url>
53 file:///var/argeo/projects/SLC/www/site/${project.version}
54 </url>
55 </site>
56 </distributionManagement>
57 </project>