Skip to content

Commit

Permalink
Exclude the tests Artifact when Publishing to Maven Central (#320)
Browse files Browse the repository at this point in the history
Excludes the `tests` artifact from being published to Maven Central Repository.
  • Loading branch information
Chrimle authored Dec 29, 2024
1 parent 1901c1b commit 9e5c384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<autoPublish>true</autoPublish>
<excludeArtifacts>openapi-to-java-records-mustache-templates-tests</excludeArtifacts>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 9e5c384

Please sign in to comment.