Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: turf anemic pom.xml #17

Merged
merged 1 commit into from
Apr 29, 2024
Merged

maint: turf anemic pom.xml #17

merged 1 commit into from
Apr 29, 2024

Conversation

lread
Copy link
Owner

@lread lread commented Apr 29, 2024

Clojure tools.build now supports fully generating our pom.xml from edn.

In my (now deleted) pom.xml I had:

  <distributionManagement>
    <repository>
      <id>clojars</id>
      <name>Clojars repository</name>
      <url>https://clojars.org/repo</url>
    </repository>
  </distributionManagement>

I thought I needed this to be able to deploy to clojars, but maybe that is some throwback to deploying with mvn.

Clojure tools.build now supports fully generating our `pom.xml` from edn.

In my (now deleted) `pom.xml` I had:
```
  <distributionManagement>
    <repository>
      <id>clojars</id>
      <name>Clojars repository</name>
      <url>https://clojars.org/repo</url>
    </repository>
  </distributionManagement>
```
I thought I needed this to be able to deploy to clojars, but maybe that
is some throwback to deploying with `mvn`.
@lread lread merged commit d8f5ad7 into main Apr 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant