Skip to content

Commit

Permalink
Fix wrongly used double excludePackageNames
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Dec 10, 2024
1 parent eaf8acf commit fc66a1f
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 @@ -231,8 +231,7 @@
<version>3.11.2</version>
<configuration>
<quiet>true</quiet>
<excludePackageNames>de.focus_shift.jollyday.jaxb.mapping</excludePackageNames>
<excludePackageNames>de.focus_shift.jollyday.jackson.mapping</excludePackageNames>
<excludePackageNames>de.focus_shift.jollyday.jaxb.mapping:de.focus_shift.jollyday.jackson.mapping</excludePackageNames>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit fc66a1f

Please sign in to comment.