clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2019-07-19T12:46:08.033500Z

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

Dan Richelson 2019-07-19T17:04:22.034700Z

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 Richelson 2019-07-19T17:04:41.035200Z

summary of build failure:

Downloading from clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/maven-metadata.xml>
Uploading to clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/LX-0.1.3-20190719.170219-1.jar>
Uploaded to clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/LX-0.1.3-20190719.170219-1.jar> (617 kB at 223 kB/s)
Uploading to clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/LX-0.1.3-20190719.170219-1.pom>
Uploaded to clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/LX-0.1.3-20190719.170219-1.pom> (4.5 kB at 2.4 kB/s)
Downloading from clojars: <https://clojars.org/repo/heronarts2/LX/maven-metadata.xml>
Uploading to clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/maven-metadata.xml>
Uploaded to clojars: <https://clojars.org/repo/heronarts2/LX/0.1.3-SNAPSHOT/maven-metadata.xml> (762 B at 360 B/s)
Uploading to clojars: <https://clojars.org/repo/heronarts2/LX/maven-metadata.xml>
[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 (<https://clojars.org/repo>): Access denied to: <https://clojars.org/repo/heronarts2/LX/maven-metadata.xml> -&gt; [Help 1]
[ERROR] 

2019-07-19T17:27:05.036900Z

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

👍 1