Skip to content

Commit a8bde5c

Browse files
committed
ci: exclude parent and all samples from central publishing
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent c72947f commit a8bde5c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,6 @@
318318
</profile>
319319
<profile>
320320
<id>release</id>
321-
322-
<modules>
323-
<module>mcp-server-security</module>
324-
<module>mcp-client-security</module>
325-
<module>mcp-authorization-server</module>
326-
</modules>
327-
328321
<build>
329322
<plugins>
330323
<plugin>
@@ -334,6 +327,9 @@
334327
<extensions>true</extensions>
335328
<configuration>
336329
<publishingServerId>central</publishingServerId>
330+
<excludeArtifacts>
331+
mcp-security-parent,sample-mcp-client,sample-authorization-server,sample-mcp-server,sample-mcp-client-webflux,sample-mcp-server-secured-tools,integration-tests
332+
</excludeArtifacts>
337333
<!-- <autoPublish>true</autoPublish> -->
338334
</configuration>
339335
</plugin>

0 commit comments

Comments
 (0)