Skip to content

Commit

Permalink
Ignore SW files copied from another module (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Mar 14, 2022
1 parent d8434ff commit a0fc933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/main/resources/shared/*
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<skip>${skipTests}</skip>
<outputDirectory>${project.basedir}/src/main/resources/shared</outputDirectory>
<resources>
<resource>
Expand Down

0 comments on commit a0fc933

Please sign in to comment.