Restructured the project creating a router directory for the router bundle implementa...
[xmlrouter] / router / pom.xml
diff --git a/router/pom.xml b/router/pom.xml
new file mode 100644 (file)
index 0000000..dd22d40
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <parent>
+        <groupId>org.wamblee.xmlrouter</groupId>
+        <artifactId>xmlrouter-root</artifactId>
+        <version>0.1.0-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>xmlrouter-router</artifactId>
+    <packaging>pom</packaging>
+    <name>/xmlrouter/router</name>
+    <url>http://wamblee.org</url>
+
+    <modules>
+        <module>impl</module>
+    </modules>
+
+    <distributionManagement>
+        <site>
+            <id>xmlrouter-site</id>
+            <url>file:${distrib}/all</url>
+        </site>
+    </distributionManagement>
+
+</project>