(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Fri, 1 Sep 2006 22:33:10 +0000 (22:33 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Fri, 1 Sep 2006 22:33:10 +0000 (22:33 +0000)
pom.xml
support/pom.xml

diff --git a/pom.xml b/pom.xml
index 303f8971c726af4ecfa7f39772924a346a5eafc2..cbf402e9a2914eea5f2cf2b63a95ff43520ad7d3 100644 (file)
--- 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>
   
   <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>
index a87d7cb0a1145e9a4a88c858993bb4c75188a2cc..13ba039116f84a80b5fc28690e6bdf5bf88ace78 100644 (file)
@@ -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>
 
   </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>