]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
f32acfa68441b77864e1fc327a71769a63175e5a
[lgpl/argeo-commons.git] / 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 <artifactId>modules</artifactId>
6 <version>1.1.7-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.ext.bsf</artifactId>
10 <name>Commons Server BSF Extension</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Fragment-Host>org.apache.bsf</Fragment-Host>
19 <Import-Package>
20 *,
21 bsh.util;resolution:=optional,
22 org.codehaus.groovy.bsf;resolution:=optional
23 </Import-Package>
24 </instructions>
25 </configuration>
26 </plugin>
27 </plugins>
28 </build>
29 </project>