This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch ignite-16460 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit a3a18e458d0d284e11f2b50b5eb8dd1367c4524a Author: Andrew Mashenkov <[email protected]> AuthorDate: Thu Feb 3 12:06:31 2022 +0300 Minor. --- modules/calcite/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml index f34a2a4d..a668726 100644 --- a/modules/calcite/pom.xml +++ b/modules/calcite/pom.xml @@ -298,6 +298,19 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> </project>
