Skip to content

Commit

Permalink
Update excludeArtifacts-property to Ignore Publishing tests & `te…
Browse files Browse the repository at this point in the history
…st-utils` (#339)

Fixes the incorrectly configured `<excludeArtifacts>` property in the root `pom.xml`. To specify multiple artifacts, these should be provided as a comma-separated list, which is now done.
  • Loading branch information
Chrimle authored Jan 6, 2025
1 parent 66b60b0 commit c03fe34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<autoPublish>true</autoPublish>
<excludeArtifacts>openapi-to-java-records-mustache-templates-tests</excludeArtifacts>
<excludeArtifacts>openapi-to-java-records-mustache-templates-test-utils</excludeArtifacts>
<excludeArtifacts>openapi-to-java-records-mustache-templates-tests,openapi-to-java-records-mustache-templates-test-utils</excludeArtifacts>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c03fe34

Please sign in to comment.