Skip to content

Commit

Permalink
Fix IllegalStateException in IntelliJ IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsoft committed Sep 16, 2020
1 parent 17af5ff commit 4ecc33e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
</properties>

<build>
<resources>
<resource>
<directory>src/main/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 4ecc33e

Please sign in to comment.