Skip to content

Commit

Permalink
use rootDirectory instead of basedir
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Jan 6, 2025
1 parent 34d00f4 commit a828ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
<outputDirectory>${project.basedir}/target/classes/net/clesperanto</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/libs</directory>
<directory>${project.rootDirectory}/libs</directory>
<filtering>false</filtering>
</resource>
</resources>
Expand Down

0 comments on commit a828ffd

Please sign in to comment.