summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-02-20 16:04:25 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-02-20 16:04:25 +0000
commitbc9cf0d495598b359fc1a67d03f4636ca610c6a9 (patch)
tree0d99771fbfbbecaf04852ea0b45f55938c610e3b /java/pom.xml
parent45072deb936db16404f3746eeb9dcb74e4ecd3df (diff)
downloadqpid-python-bc9cf0d495598b359fc1a67d03f4636ca610c6a9.tar.gz
QPID-800 : junit toolkit sources added.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@629518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml29
1 files changed, 23 insertions, 6 deletions
diff --git a/java/pom.xml b/java/pom.xml
index becea34848..06031ca01e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -163,9 +163,10 @@ under the License.
<module>management/eclipse-plugin</module>
<module>client/example</module>
<module>client-java14</module>
+ <module>junit-toolkit</module>
+ <module>junit-toolkit-maven-plugin</module>
</modules>
-
<build>
<resources>
@@ -401,14 +402,13 @@ under the License.
</executions>
</plugin>
+ <!--
<plugin>
- <groupId>uk.co.thebadgerset</groupId>
+ <groupId>org.apache.qpid</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
<version>0.7.1-SNAPSHOT</version>
</plugin>
-
-
-
+ -->
</plugins>
</pluginManagement>
@@ -549,12 +549,14 @@ under the License.
<scope>test</scope>
</dependency>
+ <!--
<dependency>
- <groupId>uk.co.thebadgerset</groupId>
+ <groupId>org.apache.qpid</groupId>
<artifactId>junit-toolkit</artifactId>
<version>0.7.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
+ -->
<!-- Qpid Version Dependencies -->
<dependency>
@@ -592,6 +594,16 @@ under the License.
<artifactId>qpid-mgmt-client</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>junit-toolkit</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>junit-toolkit-maven-plugin</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -697,6 +709,7 @@ under the License.
</releases>
</repository>
+ <!--
<repository>
<id>junittoolkit.snapshots</id>
<url>http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/</url>
@@ -704,6 +717,8 @@ under the License.
<enabled>true</enabled>
</snapshots>
</repository>
+ -->
+
</repositories>
<pluginRepositories>
@@ -725,6 +740,7 @@ under the License.
</snapshots>
</pluginRepository>
+ <!--
<pluginRepository>
<id>junittoolkit.plugin.snapshots</id>
<url>http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/</url>
@@ -732,6 +748,7 @@ under the License.
<enabled>true</enabled>
</snapshots>
</pluginRepository>
+ -->
</pluginRepositories>