Skip to content

Commit

Permalink
Speed-up validate-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Apr 12, 2024
1 parent 46eea55 commit a39cab6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,10 @@
<includes>
<include>**/*.xml</include>
</includes>
<!-- Without an explicit `publicId` and `systemId`, `xml:validate` is trying to download every single XSD from every single XML it encounters.
This is causing an extreme slowdown for projects with big changelogs, e.g., Log4j. -->
<publicId>https://logging.apache.org/xml/ns</publicId>
<systemId>https://logging.apache.org/xml/ns/log4j-changelog-0.xsd</systemId>
<validating>true</validating>
</validationSet>
</validationSets>
Expand Down

0 comments on commit a39cab6

Please sign in to comment.