Describe the bug
When a minified zip is generated by ./server package <servername --include=minify it does not include the wlp/lib/security/fips140_3/FIPS140-3-Liberty.properties file.
Such that if FIPS was enabled for the server that has been packaged, an error would be thrown on start stating that Java could not find Liberty's properties file
Steps to Reproduce
run ./server package --include=minify
Expected behavior
a minified package would include the base Liberty Profile
Diagnostic information:
- OpenLiberty Version: 25.0.0.12
- Affected feature(s) FIPS140-3 with IBM Semeru
- Java Version: IBM Semeru 11, 17, 21 and 25
- server.xml configuration: irrelevant
- If it would be useful, upload the messages.log file found in
$WLP_OUTPUT_DIR/messages.log
Additional context
Add any other context about the problem here.