Skip to content

Commit 4557ba0

Browse files
committed
chore: try excluding example again
1 parent d119a1a commit 4557ba0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,9 @@
601601
<configuration>
602602
<publishingServerId>central</publishingServerId>
603603
<autoPublish>true</autoPublish>
604-
<excludeArtifacts>serve-example</excludeArtifacts>
604+
<excludeArtifacts>
605+
<excludeArtifact>serve-example</excludeArtifact>
606+
</excludeArtifacts>
605607
</configuration>
606608
</plugin>
607609
</plugins>

0 commit comments

Comments
 (0)