Initial version with all API bundles deployed in the integraiton test.
[xmlrouter] / router / pom.xml
1 <?xml version="1.0"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3     <parent>
4         <groupId>org.wamblee.xmlrouter</groupId>
5         <artifactId>xmlrouter-root</artifactId>
6         <version>0.1.0-SNAPSHOT</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>xmlrouter-router</artifactId>
11     <packaging>pom</packaging>
12     <name>/xmlrouter/router</name>
13     <url>http://wamblee.org</url>
14
15     <modules>
16         <module>impl</module>
17         <module>bundle</module>
18     </modules>
19
20     <distributionManagement>
21         <site>
22             <id>xmlrouter-site</id>
23             <url>file:${distrib}/all</url>
24         </site>
25     </distributionManagement>
26
27 </project>