<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>
<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>