]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
Added testModify to SlcExecutionHibernateTest. So that date format errors don't show...
[gpl/argeo-slc.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.slc</groupId>
8 <artifactId>argeo-slc</artifactId>
9 <version>0.9-SNAPSHOT</version>
10 <relativePath>org.argeo.slc</relativePath>
11 </parent>
12 <artifactId>argeo-slc-all</artifactId>
13 <packaging>pom</packaging>
14 <name>Argeo SLC All</name>
15 <modules>
16 <module>org.argeo.slc</module>
17 <module>org.argeo.slc.core</module>
18 <module>org.argeo.slc.example</module>
19 <module>org.argeo.slc.server</module>
20 <module>org.argeo.slc.webapp</module>
21 </modules>
22 <scm>
23 <connection>
24 scm:svn:https://www.argeo.org/svn/slc/trunk
25 </connection>
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 </plugins>
37 </build>
38
39 <distributionManagement>
40 <site>
41 <id>argeo-slc-site</id>
42 <name>SLC Site</name>
43 <url>
44 file:///var/argeo/projects/SLC/www/site/${project.version}
45 </url>
46 </site>
47 </distributionManagement>
48 </project>