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