]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Placeholder supported in maps
[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.3-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>runtime</module>
15 <module>demo/site</module>
16 <module>server/org.argeo.slc.siteserver</module>
17
18 <module>org.argeo.slc.detached.launcher</module>
19 <module>org.argeo.slc.webapp</module>
20 </modules>
21 <scm>
22 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
23 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
24 </scm>
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.apache.maven.plugins</groupId>
29 <artifactId>maven-site-plugin</artifactId>
30 <configuration>
31 <excludeModules>org.argeo.slc</excludeModules>
32 </configuration>
33 </plugin>
34 <plugin>
35 <groupId>org.apache.maven.plugins</groupId>
36 <artifactId>maven-release-plugin</artifactId>
37 <configuration>
38 <autoVersionSubmodules>true</autoVersionSubmodules>
39 <releaseProfiles>fullBuild</releaseProfiles>
40 <goals>deploy</goals>
41 </configuration>
42 </plugin>
43 </plugins>
44 </build>
45 <profiles>
46 <profile>
47 <id>fullBuild</id>
48 <modules>
49 <!--<module>eclipse/features/org.argeo.slc.ui.launch.feature</module>-->
50 <module>examples</module>
51 <module>integration-tests</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>