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