Skip to content

Commit

Permalink
Exclude JS files from resource filtering
Browse files Browse the repository at this point in the history
Fixes: quarkusio#32956
(cherry picked from commit 6084bab)
  • Loading branch information
geoand authored and gsmet committed May 2, 2023
1 parent 73b2462 commit 9af690d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
<nonFilteredFileExtension>svg</nonFilteredFileExtension>
<nonFilteredFileExtension>ico</nonFilteredFileExtension>
<nonFilteredFileExtension>js</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
Expand Down

0 comments on commit 9af690d

Please sign in to comment.