leiningen

kennytilton 2023-03-15T18:55:37.075889Z

Anyone know what these warnings are about? They seem benign, but still:

$ lein install
Warning: skipped duplicate file: META-INF/maven/com.tiltontec/matrix/pom.properties
Warning: skipped duplicate file: META-INF/maven/tiltontec/matrix/pom.properties
Created /Users/kennethtilton/dev/matrix/cljc/matrix/target/matrix-5.0.0-SNAPSHOT.jar
Wrote /Users/kennethtilton/dev/matrix/cljc/matrix/pom.xml
Installed jar and pom into local repo.
fwiw, I do not have any file named pom.properties in that dir. I have pom.xml and pom.xml.asc.

eskos 2023-03-23T10:45:26.712549Z

Those dependency JARs contains those meta files as resources for whatever reason - would need to dig into the content to see why they’re there and if they’re actually relevant or not. It’s entirely possible they’re just build process leftovers, since the project repo even has the developer’s .DS_Store in it… 🙂

kennytilton 2023-03-23T13:15:27.911929Z

Ugh. .DS_Store.... 😞