This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 4c880e2 PHOENIX-7341 Create test source artifacts in connectors
4c880e2 is described below
commit 4c880e2a785c27a6e19725026f4ae08f780eef38
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Jun 21 14:08:08 2024 +0200
PHOENIX-7341 Create test source artifacts in connectors
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index d0075c3..c2e7a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,6 +412,7 @@
<phase>prepare-package</phase>
<goals>
<goal>jar-no-fork</goal>
+ <goal>test-jar-no-fork</goal>
</goals>
</execution>
</executions>