diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2006-12-21 16:47:01 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2006-12-21 16:47:01 +0000 |
| commit | 2032535eb650a7fddeef04d21b750dc026f43eb8 (patch) | |
| tree | 6f6d96bef5cb538cf389c16ee5b73f6e0649c64b /java/client/pom.xml | |
| parent | 73e1fc2b9f4cf126b8143714d32c964c76d9161d (diff) | |
| download | qpid-python-2032535eb650a7fddeef04d21b750dc026f43eb8.tar.gz | |
QPID-227
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/pom.xml')
| -rw-r--r-- | java/client/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index 68e6f30e01..e45aad733d 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -97,6 +97,11 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties> |
