Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created May 22, 2020 22:08
<build>
<testResources>
<testResource>
<directory>src/test/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
...
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment