weavejester / integrant

Micro-framework for data-driven architecture
MIT License
1.24k stars 64 forks source link

Consider removing pom.xml from gitignore #61

Closed rschmukler closed 4 years ago

rschmukler commented 4 years ago

Some build tools (tools.deps) need a pom.xml manifest to work from a Git URL. By ignoring it, people using tools.deps are unable to run from an unpublished branch.

weavejester commented 4 years ago

A deps.edn file would also work, right? I'd rather not commit a generated file if I can help it.

WhittlesJr commented 4 years ago

+1 for deps.edn

I always appreciate it when maintainers include these.

rschmukler commented 4 years ago

Yep, a deps.edn file would be even better!

weavejester commented 4 years ago

Fixed by #62.