]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Update devpt files
[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.2-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.detached</module>
16 <module>org.argeo.slc.detached.ext.log4j</module>
17 <module>org.argeo.slc.detached.launcher</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.dist</module>
23 <!-- Deactivate to make check out more flexible
24 <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
25 -->
26 <module>org.argeo.slc.webapp</module>
27 </modules>
28 <scm>
29 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
30 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
31 </scm>
32 <build>
33 <plugins>
34 <plugin>
35 <groupId>org.apache.maven.plugins</groupId>
36 <artifactId>maven-site-plugin</artifactId>
37 <configuration>
38 <excludeModules>org.argeo.slc</excludeModules>
39 </configuration>
40 </plugin>
41 <plugin>
42 <groupId>org.apache.maven.plugins</groupId>
43 <artifactId>maven-release-plugin</artifactId>
44 <configuration>
45 <autoVersionSubmodules>true</autoVersionSubmodules>
46 </configuration>
47 </plugin>
48 </plugins>
49 </build>
50 <profiles>
51 <profile>
52 <id>withEclipseBuild</id>
53 <modules>
54 <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
55 </modules>
56 </profile>
57 </profiles>
58 <distributionManagement>
59 <site>
60 <id>argeo-slc-site</id>
61 <name>SLC Site</name>
62 <url>
63 file:///var/argeo/projects/SLC/www/site/${project.version}
64 </url>
65 </site>
66 </distributionManagement>
67 </project>