dd22d40c678a8f9daf5bd0c016ac145e48068608
[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     </modules>
18
19     <distributionManagement>
20         <site>
21             <id>xmlrouter-site</id>
22             <url>file:${distrib}/all</url>
23         </site>
24     </distributionManagement>
25
26 </project>