]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/agent/pom.xml
7e4c3b6466fa47f6f98cdfdb8c19b48009e2a23e
[gpl/argeo-slc.git] / modules / agent / 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>modules</artifactId>
6 <version>1.1.1</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <groupId>org.argeo.slc.modules</groupId>
10 <artifactId>agent</artifactId>
11 <packaging>pom</packaging>
12 <name>SLC Modules Agent</name>
13 <modules>
14 <module>org.argeo.slc.agent</module>
15 <module>org.argeo.slc.agent.jcr</module>
16 <module>org.argeo.slc.agent.jms</module>
17 <module>org.argeo.slc.agent.ext.bsf</module>
18 <module>org.argeo.slc.agent.ext.jdbc</module>
19 <module>org.argeo.slc.agent.ext.xalan</module>
20 <module>org.argeo.slc.ext.activemq</module>
21 </modules>
22 <build>
23 <resources>
24 <resource>
25 <directory>.</directory>
26 <includes>
27 <include>**</include>
28 </includes>
29 <excludes>
30 <exclude>.*</exclude>
31 <exclude>pom.xml</exclude>
32 <exclude>build.properties</exclude>
33 </excludes>
34 </resource>
35 </resources>
36 <plugins>
37 <plugin>
38 <artifactId>maven-clean-plugin</artifactId>
39 <configuration>
40 <filesets>
41 <fileset>
42 <directory>META-INF</directory>
43 <includes>
44 <include>MANIFEST.MF</include>
45 </includes>
46 </fileset>
47 </filesets>
48 </configuration>
49 </plugin>
50 <plugin>
51 <groupId>org.apache.maven.plugins</groupId>
52 <artifactId>maven-jar-plugin</artifactId>
53 </plugin>
54 <plugin>
55 <groupId>org.apache.felix</groupId>
56 <artifactId>maven-bundle-plugin</artifactId>
57 </plugin>
58 </plugins>
59 </build>
60 </project>