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