You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2022/02/03 09:07:51 UTC

[ignite] 03/03: Minor.

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 <an...@gmail.com>
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>