This is an automated email from the ASF dual-hosted git repository.
anovikov pushed a commit to branch
release/ignite-spring-boot-thin-client-autoconfigure-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-boot-thin-client-autoconfigure-ext-2.0.0 by
this push:
new cd20653c IGNITE-24759 Cleanup.
cd20653c is described below
commit cd20653ccf3f3548467ac0465f2aa26def5b88af
Author: nva <[email protected]>
AuthorDate: Wed Mar 12 13:03:41 2025 +0700
IGNITE-24759 Cleanup.
---
modules/spring-boot-thin-client-autoconfigure-ext/pom.xml | 7 -------
.../spring-boot-thin-client-autoconfigure/pom.xml | 12 ++++++++++++
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
index 19e74412..41ff3915 100644
--- a/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
+++ b/modules/spring-boot-thin-client-autoconfigure-ext/pom.xml
@@ -42,13 +42,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
diff --git
a/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
b/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
index a7bed387..4a6d8e53 100644
---
a/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
+++
b/modules/spring-boot-thin-client-autoconfigure-ext/spring-boot-thin-client-autoconfigure/pom.xml
@@ -115,4 +115,16 @@
<version>${spring-boot.version}</version>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>