]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
LauncherPerspective
[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
16 <module>org.argeo.slc.detached.launcher</module>
17 <module>org.argeo.slc.webapp</module>
18 </modules>
19 <scm>
20 <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
21 <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
22 </scm>
23 <build>
24 <plugins>
25 <plugin>
26 <groupId>org.apache.maven.plugins</groupId>
27 <artifactId>maven-site-plugin</artifactId>
28 <configuration>
29 <excludeModules>org.argeo.slc</excludeModules>
30 </configuration>
31 </plugin>
32 <plugin>
33 <groupId>org.apache.maven.plugins</groupId>
34 <artifactId>maven-release-plugin</artifactId>
35 <configuration>
36 <autoVersionSubmodules>true</autoVersionSubmodules>
37 <releaseProfiles>fullBuild</releaseProfiles>
38 <goals>deploy</goals>
39 </configuration>
40 </plugin>
41 </plugins>
42 </build>
43 <profiles>
44 <profile>
45 <id>fullBuild</id>
46 <modules>
47 <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
48 <module>examples</module>
49 <module>integration-tests</module>
50 </modules>
51 </profile>
52 </profiles>
53 <distributionManagement>
54 <site>
55 <id>argeo-slc-site</id>
56 <name>SLC Site</name>
57 <url>
58 file:///var/argeo/projects/SLC/www/site/${project.version}
59 </url>
60 </site>
61 </distributionManagement>
62 </project>