Skip to content

Commit

Permalink
Use project.basedir rather than maven.multiModuleProjectDirectory (
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 19, 2022
1 parent 0e51782 commit 7ebe9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
<id>spotbugs-exclusion-file</id>
<activation>
<file>
<exists>${maven.multiModuleProjectDirectory}/src/spotbugs/excludesFilter.xml</exists>
<exists>${basedir}/src/spotbugs/excludesFilter.xml</exists>
</file>
</activation>
<build>
Expand All @@ -1139,7 +1139,7 @@
<execution>
<id>spotbugs</id>
<configuration>
<excludeFilterFile>${maven.multiModuleProjectDirectory}/src/spotbugs/excludesFilter.xml</excludeFilterFile>
<excludeFilterFile>${project.basedir}/src/spotbugs/excludesFilter.xml</excludeFilterFile>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7ebe9af

Please sign in to comment.