Using ProGet Version 2025.24 (Build 7)
After creating a connector maven central and running the indexing scheduled tasks, many Maven packages do not list the main jar file in the list of files that are included with the package.
It appears that this is maybe happening if the pom file does not explicitly have a packaging element with a value of "jar".
An example is shown in the image below, but this behaviour is seen with many packages.
The main jar file kotlin-stdlib-2.3.20.jar is not listed.
If you request this file directly it will be downloaded and then appear in the list of files.
This means that if you attempt to promote a package from a feed with an external connector to a curated feed without directly requesting the jar file first, the jar will not be promoted and the package will not work from the curated feed.
Is the behaviour that we are seeing intended or do we have something configured incorrectly?

