This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-19
Channels
- # aleph (1)
- # announcements (3)
- # aws (1)
- # beginners (95)
- # calva (15)
- # clojars (4)
- # clojure (84)
- # clojure-android (3)
- # clojure-austin (1)
- # clojure-chicago (1)
- # clojure-dev (66)
- # clojure-europe (3)
- # clojure-italy (15)
- # clojure-nl (13)
- # clojure-uk (33)
- # clojuredesign-podcast (9)
- # clojurescript (6)
- # cursive (68)
- # data-science (4)
- # datavis (1)
- # datomic (13)
- # emacs (4)
- # fulcro (2)
- # jobs (4)
- # jobs-discuss (89)
- # luminus (23)
- # nrepl (6)
- # off-topic (2)
- # onyx (2)
- # pathom (4)
- # pedestal (11)
- # re-frame (9)
- # reagent (8)
- # reitit (5)
- # shadow-cljs (131)
- # spacemacs (13)
- # sql (8)
- # vim (8)
- # xtdb (7)
- # yada (4)
@frozenlock can you share the full output? That message indicates that a pom file wasn't included as part of the upload session.
I’m also having issues, but with pushing a snapshot version. Here’s my pom: https://github.com/drichelson/LX/blob/2d7f45edd70756c5b31350e5e27bcd8073af43a4/LX/pom.xml#L118 and here’s the output of mvn deploy
:
summary of build failure:
Downloading from clojars:
Uploading to clojars:
Uploaded to clojars: (617 kB at 223 kB/s)
Uploading to clojars:
Uploaded to clojars: (4.5 kB at 2.4 kB/s)
Downloading from clojars:
Uploading to clojars:
Uploaded to clojars: (762 B at 360 B/s)
Uploading to clojars:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.922 s
[INFO] Finished at: 2019-07-19T10:02:27-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project LX: Failed to deploy metadata: Could not transfer metadata heronarts2:LX/maven-metadata.xml from/to clojars (): Access denied to: -> [Help 1]
[ERROR]
I think I found what was causing my error; a plugin with a configuration to a different server than clojars.
👍 4