]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Start using Spring
[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.11.1-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.dist</module>
20 <!-- Deactivate to make check out more flexible
21 <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
22 -->
23 <module>org.argeo.slc.webapp</module>
24 </modules>
25 <scm>
26 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
27 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
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 <profiles>
48 <profile>
49 <id>withEclipseBuild</id>
50 <modules>
51 <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
52 </modules>
53 </profile>
54 </profiles>
55 <distributionManagement>
56 <site>
57 <id>argeo-slc-site</id>
58 <name>SLC Site</name>
59 <url>
60 file:///var/argeo/projects/SLC/www/site/${project.version}
61 </url>
62 </site>
63 </distributionManagement>
64 </project>