]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
6be92dcc0d39ac70a52f127f84a6d545a9d2e44d
[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</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>server</module>
16 <module>demo</module>
17 </modules>
18 <scm>
19 <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.3</connection>
20 <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.3</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>withIT</id>
45 <activation>
46 <activeByDefault>true</activeByDefault>
47 </activation>
48 <modules>
49 <module>integration-tests</module>
50 </modules>
51 </profile>
52 <profile>
53 <id>withoutIT</id>
54 </profile>
55 </profiles>
56 <distributionManagement>
57 <site>
58 <id>argeo-slc-site</id>
59 <name>SLC Site</name>
60 <url>
61 file:///var/argeo/projects/SLC/www/site/${project.version}
62 </url>
63 </site>
64 </distributionManagement>
65 </project>