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