From: Erik Brakkee <erik@brakkee.org> Date: Sun, 24 Jul 2011 12:40:21 +0000 (+0200) Subject: adding logging subproject. X-Git-Tag: PAX_EXAM_MOCKITO_ISSUE~44 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=6be56b4078347010c95fc46c357df1600b8b3bfa;p=xmlrouter adding logging subproject. --- diff --git a/logging/pom.xml b/logging/pom.xml new file mode 100644 index 0000000..cce73f5 --- /dev/null +++ b/logging/pom.xml @@ -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 4221afd..e8f84fe 100644 --- a/pom.xml +++ b/pom.xml @@ -38,9 +38,10 @@ <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