Skip to content

Commit

Permalink
Merge pull request #892 from hazendaz/leaks
Browse files Browse the repository at this point in the history
Add to default exclusion and cleanup pom on exclusions already in core releases
  • Loading branch information
mathieucarbou authored Jan 21, 2025
2 parents c291a24 + 23e688b commit e450a5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ private Default() {
"**/test-output/**",
"**/release.properties",
"**/dependency-reduced-pom.xml",
"**/release-pom.xml",
"**/pom.xml.tag",
"**/pom.xml.releaseBackup",
"**/pom.xml.versionsBackup",
"**/pom.xml.next",
"**/release-pom.xml",

// angular files
"**/.angular/**",
Expand Down Expand Up @@ -148,6 +150,9 @@ private Default() {
// Netbeans
"**/nb-configuration.xml",

// VSCode
"**/.vscode/**",

// Hibernate Validator Annotation Processor
"**/.factorypath",

Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,9 @@ limitations under the License.
</properties>
<excludes>
<exclude>src/test/resources/**</exclude>
<exclude>**/release-pom.xml</exclude>
<exclude>docs/**</exclude>
<exclude>.config/**</exclude>
<!-- TODO: Remove after 4.4 release -->
<exclude>**/*.checkstyle</exclude>
<!-- TODO: Remove after 5.0.0 release -->
<exclude>.vscode/**</exclude>
</excludes>
</licenseSet>
Expand Down

0 comments on commit e450a5c

Please sign in to comment.