Skip to content

Commit

Permalink
IGNITE-22317 Fixed deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nva committed Jun 17, 2024
1 parent 3fef258 commit aa149b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/spring-tx-ext/spring-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aa149b3

Please sign in to comment.