]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.9.4
[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.9.4</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>org.argeo.slc.core</module>
15 <module>org.argeo.slc.agent</module>
16 <module>org.argeo.slc.hibernate</module>
17 <module>org.argeo.slc.example</module>
18 <module>org.argeo.slc.server</module>
19 <module>eclipse/features/org.argeo.slc.ui.launch.feature</module>
20 <module>org.argeo.slc.webapp</module>
21 </modules>
22 <scm>
23 <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.9.4</connection>
24 <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.9.4</url>
25 </scm>
26 <build>
27 <plugins>
28 <plugin>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-site-plugin</artifactId>
31 <configuration>
32 <excludeModules>org.argeo.slc</excludeModules>
33 </configuration>
34 </plugin>
35 <plugin>
36 <groupId>org.apache.maven.plugins</groupId>
37 <artifactId>maven-release-plugin</artifactId>
38 <configuration>
39 <autoVersionSubmodules>true</autoVersionSubmodules>
40 </configuration>
41 </plugin>
42 </plugins>
43 </build>
44
45 <distributionManagement>
46 <site>
47 <id>argeo-slc-site</id>
48 <name>SLC Site</name>
49 <url>
50 file:///var/argeo/projects/SLC/www/site/${project.version}
51 </url>
52 </site>
53 </distributionManagement>
54 </project>