<div dir="ltr">I&#39;m trying to debug some code, and I am often hitting classes in Wildfly/Undertow/etc in my stack that I don&#39;t have the source code for.<div><br></div><div>I&#39;d love to be able to add a dependency in my pom.xml so that Eclipse will automatically d/l the sources from maven central for me and add them to my debugger.  I&#39;m looking for an artifact that I&#39;d be able to list something like:</div><div><br></div><div>&lt;dependency&gt;</div><div>   &lt;artifactId&gt;wildfly&lt;/artifactId&gt;</div><div>   &lt;groupId&gt;org.wildfly&lt;/groupId&gt;</div><div>   &lt;version&gt;10.1.0&lt;/version&gt;</div><div>   &lt;scope&gt;provided&lt;/scope&gt;</div><div>  &lt;type&gt;pom&lt;/type&gt;</div><div>&lt;/dependency&gt;</div><div><br></div><div><br></div><div>That would then download all the sources for me, and I&#39;d be in business.</div><div><br></div><div>Is there something like this BOM available for wildfly?</div><div><br></div><div>Thanks,</div><div><br>Eric</div><div><br></div></div>