Skip to content

Commit 6b2b31c

Browse files
committed
chore: exclude internal modules from Maven Central publishing
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent 72f9da9 commit 6b2b31c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@
320320
<extensions>true</extensions>
321321
<configuration>
322322
<publishingServerId>central</publishingServerId>
323+
<excludeArtifacts>
324+
mcp-parent,conformance-tests,client-jdk-http-client,client-spring-http-client,server-servlet
325+
</excludeArtifacts>
323326
<autoPublish>true</autoPublish>
324327
</configuration>
325328
</plugin>

0 commit comments

Comments
 (0)