From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Fri, 1 Sep 2006 22:33:10 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=071ee3b92d229ef0725928e19820fcd1084d11a0;p=utils --- diff --git a/pom.xml b/pom.xml index 303f8971..cbf402e9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ <url>http://wamblee.org</url> <modules> <module>support</module> + <module>socketproxy</module> </modules> <dependencies> <dependency> @@ -34,6 +35,17 @@ <dependencyManagement> <dependencies> + <dependency> + <groupId>org.wamblee</groupId> + <artifactId>support</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.wamblee</groupId> + <artifactId>socketproxy</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> diff --git a/support/pom.xml b/support/pom.xml index a87d7cb0..13ba0391 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -12,7 +12,6 @@ <groupId>org.wamblee</groupId> <artifactId>support</artifactId> <packaging>jar</packaging> - <version>0.2-SNAPSHOT</version> <name>wamblee.org support library</name> <url>http://wamblee.org</url> <dependencies> @@ -57,28 +56,4 @@ </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - </plugins> - - - </build> </project>