On 10.06.2024 19:09, James H. H. Lampert wrote:
Please forgive me if this is a RTFM issue, or if it's outside the
scope of this List (and this isn't exactly the first time I've imposed
upon the friendly nature of this List, knowing that it's a much more
forgiving environment than a lot of StackExchange forums are).
I've just been alerted that our WAR files contain ".DS_Store" (Mac OS
desktop information) files.
So far as I'm aware, it's difficult or impossible to keep Mac OS from
generating these files, but is there some WAR file generation
parameter that can be used to exclude them?
How do you generate your WAR files? With Maven? You should read the
documentation at
https://maven.apache.org/plugins/maven-war-plugin/examples/including-excluding-files-from-war.html
Generally, WAR files are built on the ZIP file format. You can open them
with any ZIP util you like and remove those files.
Sebastian
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org