This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 617cf62cdc7 IGNITE-16917 Fixed deploy configuration for the 
ignite-calcite module (#10004)
617cf62cdc7 is described below

commit 617cf62cdc7d8f8580710138d24b297468a35be6
Author: Nikita Amelchev <nsamelc...@gmail.com>
AuthorDate: Fri Apr 29 16:29:20 2022 +0300

    IGNITE-16917 Fixed deploy configuration for the ignite-calcite module 
(#10004)
---
 modules/calcite/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index f445f837987..9038ba246ae 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -301,6 +301,14 @@
                     </execution>
                 </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