]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/agent/org.argeo.slc.agent.jcr/pom.xml
Ignore MANIFESTs
[gpl/argeo-slc.git] / modules / agent / org.argeo.slc.agent.jcr / 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.modules</groupId>
6 <artifactId>agent</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.agent.jcr</artifactId>
11 <name>SLC Agent JCR</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Import-Package>
20 *,
21 org.argeo.slc.jcr
22 </Import-Package>
23 </instructions>
24 </configuration>
25 </plugin>
26 </plugins>
27 </build>
28 </project>