]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.server.mysql/pom.xml
Centralize MANIFEST clean
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.mysql / 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.5-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.mysql</artifactId>
10 <name>Commons Server Default MySQL DB Config</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Import-Package>
19 *,
20 com.mysql.jdbc,
21 net.sf.ehcache.hibernate;resolution:=optional,
22 org.springframework.cache.ehcache;resolution:=optional,
23 org.springframework.jdbc.datasource,
24 org.springframework.orm.hibernate3,
25 </Import-Package>
26 </instructions>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
31 </project>