cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
wilkerlucio 2020-04-30T01:04:19.038400Z

hello, does cljdoc currently works with projects using just deps.edn?

martinklepsch 2020-04-30T10:02:24.040700Z

@wilkerlucio that looks odd indeed, mind opening an issue pointing to this build / the deps tree in it and linking to your pom.xml?

wilkerlucio 2020-04-30T16:46:26.040900Z

sure

wilkerlucio 2020-04-30T17:23:38.041100Z

https://github.com/cljdoc/cljdoc/issues/391

wilkerlucio 2020-04-30T01:04:33.038500Z

removed my project.clj file, and getting this on the build: https://circleci.com/gh/cljdoc/builder/20916

wilkerlucio 2020-04-30T01:05:43.038800Z

I confirmed the core.async dep is present in the pom.xml

seancorfield 2020-04-30T01:12:27.039600Z

You need a pom.xml file if you have a deps.edn project (which you need if you are publishing a JAR from it).

seancorfield 2020-04-30T01:13:14.040600Z

I have plenty of deps.edn projects that show up on http://cljdoc.org just fine -- feel free to take a look at any of them and see what's in the pom.xml files.

martinklepsch 2020-04-30T10:02:24.040700Z

@wilkerlucio that looks odd indeed, mind opening an issue pointing to this build / the deps tree in it and linking to your pom.xml?

wilkerlucio 2020-04-30T16:46:26.040900Z

sure

wilkerlucio 2020-04-30T17:23:38.041100Z

https://github.com/cljdoc/cljdoc/issues/391