Open
Description
On Slack, @hlship was wondering why the check action doesn't use the pom.xml
within the built jar.
The cljdoc analyzer, when used as a clojure tool, seems to want the pom.xml
to also exist in the current dir:
Analyze a deps-based library in the current directory
cd git clone [email protected]:fulcrologic/fulcro.git cd fulcro clojure -Tcljdoc analyze-local # provided ./pom.xml and ./target/*.jar exist
Maybe because technically the jar does not have to contain the pom?
But 99% of folks do bundle it in.
Also, these days, a pom.xml
, if it exists in a project root, is often a template for the generated pom.xml
. So it would not be appropriate.
Metadata
Metadata
Assignees
Labels
No labels