]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.node.repofactory.jackrabbit/pom.xml
Add Ext BSF
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repofactory.jackrabbit / 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.commons.server</groupId>
5 <version>1.1.4-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.node.repofactory.jackrabbit</artifactId>
10 <name>Commons Server Node Repository Factory Jackrabbit</name>
11 <description>Default JCR repository factory based on Jackrabbit. It provides access to aliased and remote repositories.</description>
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 </Import-Package>
22 </instructions>
23 </configuration>
24 </plugin>
25 </plugins>
26 </build>
27 </project>