2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5 <groupId>org.wamblee.xmlrouter</groupId>
6 <artifactId>xmlrouter-root</artifactId>
7 <version>0.1.0-SNAPSHOT</version>
10 <modelVersion>4.0.0</modelVersion>
11 <artifactId>xmlrouter-config</artifactId>
12 <packaging>bundle</packaging>
13 <name>/xmlrouter/config</name>
14 <url>http://wamblee.org</url>
18 <groupId>org.wamblee.xmlrouter</groupId>
19 <artifactId>xmlrouter-common</artifactId>
20 <version>0.1.0-SNAPSHOT</version>
23 <groupId>junit</groupId>
24 <artifactId>junit</artifactId>
27 <groupId>org.mockito</groupId>
28 <artifactId>mockito-all</artifactId>
35 <groupId>org.apache.felix</groupId>
36 <artifactId>maven-bundle-plugin</artifactId>
37 <extensions>true</extensions>
40 <Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
47 <distributionManagement>
49 <id>xmlrouter-site</id>
50 <url>file:${distrib}/cache</url>
52 </distributionManagement>