Skip to content

Commit

Permalink
build: Closing elements should be treated as generated by Maven itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 28, 2024
1 parent cd16eb0 commit 989583f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<configuration>
<backend>pdf</backend>
<attributes>
<toc/>
<toc />
</attributes>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-jdbc-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-jdbc-full-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
<expandEmptyElements>false</expandEmptyElements>
<verifyFail>stop</verifyFail>
<verifyFailOn>strict</verifyFailOn>
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 989583f

Please sign in to comment.