diff options
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/client/pom.xml b/java/client/pom.xml index e45aad733d..47ac2cb583 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -120,6 +120,19 @@ </systemProperties> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <id>bundle-test-jar</id> + <phase>package</phase> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> </project> |
