adding logging subproject.
authorErik Brakkee <erik@brakkee.org>
Sun, 24 Jul 2011 12:40:21 +0000 (14:40 +0200)
committerErik Brakkee <erik@brakkee.org>
Sun, 24 Jul 2011 12:40:21 +0000 (14:40 +0200)
logging/pom.xml [new file with mode: 0644]
pom.xml

diff --git a/logging/pom.xml b/logging/pom.xml
new file mode 100644 (file)
index 0000000..cce73f5
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.wamblee.xmlrouter</groupId>
+        <artifactId>xmlrouter-root</artifactId>
+        <version>0.1-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>xmlrouter-logging</artifactId>
+    <packaging>jar</packaging>
+    <name>/xmlrouter/logging</name>
+    <url>http://wamblee.org</url>
+    
+    <dependencies>
+           <dependency>
+                   <groupId>org.wamblee.xmlrouter</groupId>
+                       <artifactId>xmlrouter-config</artifactId>
+                       <version>0.1-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+            <groupId>org.wamblee.xmlrouter</groupId>
+            <artifactId>xmlrouter-publish</artifactId>
+            <version>0.1-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+        </dependency>        
+    </dependencies>
+    
+    <distributionManagement>
+        <site>
+            <id>xmlrouter-site</id>
+            <url>file:${distrib}/cache</url>
+        </site>
+    </distributionManagement>
+
+</project>
diff --git a/pom.xml b/pom.xml
index 4221afd08fffc88a99f8238fca3cab695fd4cab2..e8f84fe524877341697b8bbe7013500784ae0db8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <modules>
         <module>common</module>
         <module>config</module>
-               <module>publish</module>
-               <module>subscribe</module>
+        <module>publish</module>
+        <module>subscribe</module>
         <module>impl</module>
+        <module>logging</module>
     </modules>
 
     <!-- need to exclude test at release because test depends on an artifact