]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/pom.xml
13a8ba1b1ae863e6d8cbedbe63b8d1357228697c
[gpl/argeo-slc.git] / modules / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>1.1.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>modules</artifactId>
11 <name>SLC Modules</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.slc.ext.castor</module>
15 <module>org.argeo.slc.agent</module>
16 <module>org.argeo.slc.agent.jcr</module>
17 <module>org.argeo.slc.node.jackrabbit</module>
18 <module>org.argeo.slc.server.repo</module>
19 <module>org.argeo.slc.server.repo.webapp</module>
20 </modules>
21 <build>
22 <resources>
23 <resource>
24 <directory>.</directory>
25 <includes>
26 <include>**</include>
27 </includes>
28 <excludes>
29 <exclude>.*</exclude>
30 <exclude>pom.xml</exclude>
31 <exclude>build.properties</exclude>
32 </excludes>
33 </resource>
34 </resources>
35 <plugins>
36 <plugin>
37 <artifactId>maven-clean-plugin</artifactId>
38 <configuration>
39 <filesets>
40 <fileset>
41 <directory>META-INF</directory>
42 <includes>
43 <include>MANIFEST.MF</include>
44 </includes>
45 </fileset>
46 </filesets>
47 </configuration>
48 </plugin>
49 <plugin>
50 <groupId>org.apache.maven.plugins</groupId>
51 <artifactId>maven-jar-plugin</artifactId>
52 </plugin>
53 <plugin>
54 <groupId>org.apache.felix</groupId>
55 <artifactId>maven-bundle-plugin</artifactId>
56 </plugin>
57 </plugins>
58 </build>
59 </project>