<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Maven packages not including JAR files in ProGet]]></title><description><![CDATA[<p dir="auto">Using ProGet Version 2025.24 (Build 7)</p>
<p dir="auto">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.</p>
<p dir="auto">It appears that this is maybe happening if the pom file does not explicitly have a packaging element with a value of "jar".</p>
<p dir="auto">An example is shown in the image below, but this behaviour is seen with many packages.</p>
<p dir="auto">The main jar file <strong>kotlin-stdlib-2.3.20.jar</strong> is not listed.</p>
<p dir="auto">If you request this file directly it will be downloaded and then appear in the list of files.</p>
<p dir="auto">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.</p>
<p dir="auto">Is the behaviour that we are seeing intended or do we have something configured incorrectly?</p>
<p dir="auto"><img src="/assets/uploads/files/1775565322001-e09f25bd-3129-43bb-9955-93acc24db736-image.png" alt="e09f25bd-3129-43bb-9955-93acc24db736-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forums.inedo.com/topic/5714/maven-packages-not-including-jar-files-in-proget</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 21:50:00 GMT</lastBuildDate><atom:link href="https://forums.inedo.com/topic/5714.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Apr 2026 12:45:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Maven packages not including JAR files in ProGet on Tue, 07 Apr 2026 12:45:28 GMT]]></title><description><![CDATA[<p dir="auto">Using ProGet Version 2025.24 (Build 7)</p>
<p dir="auto">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.</p>
<p dir="auto">It appears that this is maybe happening if the pom file does not explicitly have a packaging element with a value of "jar".</p>
<p dir="auto">An example is shown in the image below, but this behaviour is seen with many packages.</p>
<p dir="auto">The main jar file <strong>kotlin-stdlib-2.3.20.jar</strong> is not listed.</p>
<p dir="auto">If you request this file directly it will be downloaded and then appear in the list of files.</p>
<p dir="auto">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.</p>
<p dir="auto">Is the behaviour that we are seeing intended or do we have something configured incorrectly?</p>
<p dir="auto"><img src="/assets/uploads/files/1775565322001-e09f25bd-3129-43bb-9955-93acc24db736-image.png" alt="e09f25bd-3129-43bb-9955-93acc24db736-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forums.inedo.com/post/19513</link><guid isPermaLink="true">https://forums.inedo.com/post/19513</guid><dc:creator><![CDATA[davi.morris_9177]]></dc:creator><pubDate>Tue, 07 Apr 2026 12:45:28 GMT</pubDate></item><item><title><![CDATA[Reply to Maven packages not including JAR files in ProGet on Tue, 07 Apr 2026 15:20:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.inedo.com/uid/3763">@davi-morris_9177</a> ,</p>
<p dir="auto">I'm afraid this behavior is expected because <code>kotlin-stdlib-2.3.20.jar</code> is not in the downloaded index file. There's is no file-listing API, which means there's no way to know what should be there otherwise.</p>
<p dir="auto">The Maven client downloads "blindly downloads" some files, and "silently accepts" a 404 for other files. When it's downloaded (cached), then ProGet knows about it. So, you really need to download the artifacts first if you want to make a curated feed I'm afraid.</p>
<p dir="auto">-- Dean</p>
]]></description><link>https://forums.inedo.com/post/19514</link><guid isPermaLink="true">https://forums.inedo.com/post/19514</guid><dc:creator><![CDATA[dean-houston]]></dc:creator><pubDate>Tue, 07 Apr 2026 15:20:46 GMT</pubDate></item></channel></rss>