Skip to content

Commit

Permalink
include yml configs into the jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf2323 committed Apr 16, 2024
1 parent 387bf50 commit 252f518
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions PowerCamera/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
<name>PowerCamera</name>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>.</directory>
<includes>
<include>plugin.yml</include>
<include>config.yml</include>
<include>camera.yml</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 252f518

Please sign in to comment.