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