2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6 <groupId>org.wamblee.xmlrouter</groupId>
7 <artifactId>xmlrouter-router</artifactId>
8 <version>0.1.0-SNAPSHOT</version>
11 <modelVersion>4.0.0</modelVersion>
12 <artifactId>xmlrouter-router-bundle</artifactId>
13 <packaging>bundle</packaging>
14 <name>/xmlrouter/router/bundle</name>
15 <url>http://wamblee.org</url>
20 <groupId>org.wamblee.xmlrouter</groupId>
21 <artifactId>xmlrouter-router-impl</artifactId>
22 <version>0.1.0-SNAPSHOT</version>
25 <groupId>org.wamblee</groupId>
26 <artifactId>wamblee-support-general</artifactId>
30 <groupId>org.osgi</groupId>
31 <artifactId>org.osgi.core</artifactId>
34 <groupId>org.osgi</groupId>
35 <artifactId>org.osgi.compendium</artifactId>
40 <groupId>junit</groupId>
41 <artifactId>junit</artifactId>
44 <groupId>org.mockito</groupId>
45 <artifactId>mockito-all</artifactId>
52 <groupId>org.apache.felix</groupId>
53 <artifactId>maven-bundle-plugin</artifactId>
54 <extensions>true</extensions>
57 <Bundle-Activator>org.wamblee.xmlrouter.bundle.XmlrouterActivator</Bundle-Activator>
58 <Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
59 <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
60 <Embed-Directory>lib</Embed-Directory>
61 <Import-Package>!javax.persistence, !net.sf.ehcache, *</Import-Package>
68 <distributionManagement>
70 <id>xmlrouter-site</id>
71 <url>file:${distrib}/cache</url>
73 </distributionManagement>