Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created May 22, 2020 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donchan922/6ef942c5303ce91fc270559a6b2ba84f to your computer and use it in GitHub Desktop.
Save donchan922/6ef942c5303ce91fc270559a6b2ba84f to your computer and use it in GitHub Desktop.
<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