Skip to content

Commit

Permalink
add source folders to Maven pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Nov 8, 2024
1 parent 4a4ea6b commit fcb4218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
</dependencies>

<build>
<sourceDirectory>./src/main/java</sourceDirectory>
<testSourceDirectory>./src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit fcb4218

Please sign in to comment.