eclipse-archived / ceylon-herd

The Ceylon repository web application
Apache License 2.0
21 stars 11 forks source link

Pull dependencies from pom.xml or nexus when uploading jar #162

Open FroMage opened 10 years ago

FroMage commented 10 years ago

Maven deps can come from a pom.xml file next to the imported jar, but apparently all jars generated by Maven have a META-INF/pom.xml file in there that we could use. Alternatively we could use Nexus's web services to do a lookup for the jar's SHA1. That's what the jboss tools team does.