This is an automated email from the ASF dual-hosted git repository.
anovikov pushed a commit to branch release/ignite-spring-cache-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-cache-ext-2.0.0 by this push:
new a4b49b77 IGNITE-22317 Fixed deploy.
a4b49b77 is described below
commit a4b49b772faef08a899845674a437d59a3e26508
Author: Andrey Novikov <[email protected]>
AuthorDate: Mon Jun 17 18:13:11 2024 +0700
IGNITE-22317 Fixed deploy.
---
modules/spring-cache-ext/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/modules/spring-cache-ext/pom.xml b/modules/spring-cache-ext/pom.xml
index a9b56609..30584503 100644
--- a/modules/spring-cache-ext/pom.xml
+++ b/modules/spring-cache-ext/pom.xml
@@ -131,6 +131,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>