Skip to content

Commit

Permalink
fix maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuehly committed Jun 3, 2024
1 parent e6cbeb9 commit 8d6ff22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jte{
<artifactId>jte-maven-plugin</artifactId>
<version>3.1.12</version>
<configuration>
<sourceDirectory>src/main/java</sourceDirectory>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
<contentType>Html</contentType>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion examples/jte-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<artifactId>jte-maven-plugin</artifactId>
<version>3.1.12</version>
<configuration>
<sourceDirectory>src/main/java</sourceDirectory>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
<contentType>Html</contentType>
</configuration>
<executions>
Expand Down

0 comments on commit 8d6ff22

Please sign in to comment.