When defining a mapping via packageLibraryMappings as key -> value and the moduleId defined by key is not resolved in the project's classpath(the library dependency is missing) no error is reported during artifact assembly and the mapping is just skipped.
When defining a mapping via
packageLibraryMappings
askey -> value
and the moduleId defined by key is not resolved in the project's classpath(the library dependency is missing) no error is reported during artifact assembly and the mapping is just skipped.@semkagtn