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 b2c27c181eab16462397a1ef4b29f6557b0b73e5
Author: Andrew Mashenkov <[email protected]>
AuthorDate: Thu Feb 3 12:06:40 2022 +0300

    Minor.
---
 modules/calcite/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index a668726..13c71c9 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -311,6 +311,14 @@
                 </executions>
             </plugin>
 
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.8.2</version>
+                <configuration>
+                    <skip>false</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Reply via email to