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