This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-15
Channels
- # babashka (4)
- # beginners (136)
- # calva (63)
- # clerk (7)
- # clj-kondo (8)
- # clojure (43)
- # clojure-boston (1)
- # clojure-europe (37)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-uk (3)
- # clojurescript (6)
- # clr (1)
- # code-reviews (16)
- # cursive (45)
- # datomic (2)
- # docker (32)
- # emacs (10)
- # events (2)
- # exercism (1)
- # fulcro (3)
- # hugsql (1)
- # hyperfiddle (47)
- # leiningen (3)
- # lsp (30)
- # malli (39)
- # missionary (1)
- # off-topic (24)
- # pathom (2)
- # portal (14)
- # practicalli (5)
- # rdf (13)
- # reagent (18)
- # reitit (18)
- # releases (7)
- # remote-jobs (1)
- # sci (2)
- # shadow-cljs (45)
- # sql (7)
- # tools-build (11)
- # xtdb (13)
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.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… 🙂
Ugh. .DS_Store.... 😞