]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.specs/pom.xml
[maven-release-plugin] copy for tag argeo-slc-1.1.6
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / 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>runtime</artifactId>
6 <version>1.1.6</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.specs</artifactId>
10 <name>SLC Specifications</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16
17 <configuration>
18 <instructions>
19 <Export-Package>
20 org.argeo.slc.*
21 </Export-Package>
22 <Import-Package>*,
23 org.hibernate.proxy;resolution:="optional",
24 javassist.util.proxy;resolution:="optional"
25 </Import-Package>
26 </instructions>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
31 </project>