Michael Osipov created MNG-8170: ----------------------------------- Summary: Maven 3.9.8 contains weird native librar for Jansi on Windows/arm64 Key: MNG-8170 URL: https://issues.apache.org/jira/browse/MNG-8170 Project: Maven Issue Type: Bug Affects Versions: 3.9.8 Reporter: Michael Osipov
This doesn't look right: {noformat} $ tree . ├── README.txt └── Windows ├── arm64 │ └── libjansi.so ├── x86 │ └── jansi.dll └── x86_64 └── jansi.dll 5 directories, 4 files osipovmi@deblndw011x:/tmp/apache-maven-3.9.8/lib/jansi-native $ file Windows/arm64/libjansi.so Windows/arm64/libjansi.so: PE32+ executable (DLL) (GUI) Aarch64, for MS Windows osipovmi@deblndw011x:/tmp/apache-maven-3.9.8/lib/jansi-native $ file Windows/x86_64/jansi.dll Windows/x86_64/jansi.dll: PE32+ executable (DLL) (console) x86-64, for MS Windows {noformat} 1. It should be console type 2. Name should be {{jansi.dll}} No? [~gnodet], [~cstamas]. -- This message was sent by Atlassian Jira (v8.20.10#820010)