Skip to content

Commit 3318b32

Browse files
committed
1
1 parent 67ea3a2 commit 3318b32

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@
1212
<modules>
1313
<module>scylla-cdc-base</module>
1414
<module>scylla-cdc-lib</module>
15-
<!--
16-
Find a way to disable more than one plugin via central-publishing-maven-plugin configuration.
17-
1815
<module>scylla-cdc-replicator</module>
1916
<module>scylla-cdc-printer</module>
20-
-->
2117
<module>scylla-cdc-driver3</module>
2218
</modules>
2319

@@ -180,8 +176,20 @@
180176

181177
<profile>
182178
<id>release</id>
179+
<modules>
180+
<module>scylla-cdc-base</module>
181+
<module>scylla-cdc-lib</module>
182+
<module>scylla-cdc-driver3</module>
183+
</modules>
183184
<build>
184185
<plugins>
186+
<plugin>
187+
<groupId>org.apache.maven.plugins</groupId>
188+
<artifactId>maven-deploy-plugin</artifactId>
189+
<configuration>
190+
<skip>true</skip>
191+
</configuration>
192+
</plugin>
185193
<plugin>
186194
<artifactId>maven-source-plugin</artifactId>
187195
<executions>

0 commit comments

Comments
 (0)