Skip to content

Commit

Permalink
Use project.basedir in dummy module
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
  • Loading branch information
Frawless committed Jul 23, 2024
1 parent 74889fe commit 6c28829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dummy-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<goal>test-docs-generator</goal>
</goals>
<configuration>
<testsPath>./dummy-module/src/test/java/io/skodjob/</testsPath>
<testsPath>${project.basedir}/src/test/java/io/skodjob/</testsPath>
<docsPath>./docs/actual/option1/</docsPath>
<generateFmf>true</generateFmf>
<generateDirs>true</generateDirs>
Expand All @@ -112,7 +112,7 @@
<goal>test-docs-generator</goal>
</goals>
<configuration>
<testsPath>./dummy-module/src/test/java/io/skodjob/</testsPath>
<testsPath>${project.basedir}/src/test/java/io/skodjob/</testsPath>
<docsPath>./docs/actual/option2/</docsPath>
<generateFmf>true</generateFmf>
<generateDirs>false</generateDirs>
Expand All @@ -125,7 +125,7 @@
<goal>test-docs-generator</goal>
</goals>
<configuration>
<testsPath>./dummy-module/src/test/java/io/skodjob/</testsPath>
<testsPath>${project.basedir}/src/test/java/io/skodjob/</testsPath>
<docsPath>./docs/actual/option3/</docsPath>
<generateFmf>false</generateFmf>
<generateDirs>false</generateDirs>
Expand All @@ -138,7 +138,7 @@
<goal>test-docs-generator</goal>
</goals>
<configuration>
<testsPath>./dummy-module/src/test/java/io/skodjob/</testsPath>
<testsPath>${project.basedir}/src/test/java/io/skodjob/</testsPath>
<docsPath>./docs/actual/option4/</docsPath>
<generateFmf>false</generateFmf>
<generateDirs>true</generateDirs>
Expand Down

0 comments on commit 6c28829

Please sign in to comment.