Fork me on GitHub
#clojars
<
2019-07-19
>
tcrawley12:07:08

@frozenlock can you share the full output? That message indicates that a pom file wasn't included as part of the upload session.

Dan Richelson17:07:22

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:

Dan Richelson17:07:41

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] 

frozenlock17:07:05

I think I found what was causing my error; a plugin with a configuration to a different server than clojars.

👍 4