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

anovikov pushed a commit to branch release/ignite-spring-tx-ext-2.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to 
refs/heads/release/ignite-spring-tx-ext-2.0.0 by this push:
     new aa149b32 IGNITE-22317 Fixed deploy.
aa149b32 is described below

commit aa149b32aaccc895af2fbf34916f652c1a864e6b
Author: Andrey Novikov <[email protected]>
AuthorDate: Mon Jun 17 15:27:40 2024 +0700

    IGNITE-22317 Fixed deploy.
---
 modules/spring-tx-ext/spring-tx/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/spring-tx-ext/spring-tx/pom.xml 
b/modules/spring-tx-ext/spring-tx/pom.xml
index b1867caf..433ac73c 100644
--- a/modules/spring-tx-ext/spring-tx/pom.xml
+++ b/modules/spring-tx-ext/spring-tx/pom.xml
@@ -144,6 +144,13 @@
                     <forkCount>1</forkCount>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>false</skip>
+                </configuration>
+            </plugin>
         </plugins>
 
         <testResources>

Reply via email to