We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c11af commit be8af9dCopy full SHA for be8af9d
pom.xml
@@ -836,6 +836,9 @@
836
<includes>
837
<include>*.properties</include>
838
<include>**/*.properties</include>
839
+ <!-- As of https://github.com/payara/Payara/issues/7741, Payara uses the jakarta.mime.types file.
840
+ The original mime.types file (with the same content) is retained to support the FileUtilTest.testGZipFile.
841
+ -->
842
<include>**/jakarta.mime.types</include>
843
<include>**/mime.types</include>
844
<include>**/*.R</include>
src/main/java/META-INF/mime.types
@@ -1,3 +1,4 @@
1
+# mime.types is a copy of jakarta.mime.types which only used in unit tests (specifically FileUtilTest.testGZipFile)
2
# Common document formats
3
application/pdf pdf PDF
4
application/msword doc DOC
0 commit comments