cloudformation-template-generator icon indicating copy to clipboard operation
cloudformation-template-generator copied to clipboard

Feature request: Maven central

Open seanmcl opened this issue 8 years ago • 2 comments
trafficstars

Is there any hope this library will make it to maven central any time soon? All of our other dependencies are available there. I'm getting pushback trying to import this library because it requires a lot of churn in our build system.

Thanks!

seanmcl avatar Jul 26 '17 21:07 seanmcl

We decided to go with Bintray/JCenter instead of pushing to Maven Central awhile ago. I wasn't that directly involved in that decision but unfortunately those who were have all left. I'm not opposed to revisiting it, but I can't commit to if or when that would happen.

Do you have an approval process that prevents you from pulling it from JCenter? In SBT it should just be as simple as adding Resolver.jcenterRepo to your resolvers. But I do know lots of orgs have a requirement to pull everything through a company managed repo.

bkrodgers avatar Jul 27 '17 15:07 bkrodgers

We're using Bazel, with https://github.com/johnynek/bazel-deps for our maven dependencies. There's some bug with that project that doesn't handle multiple resolvers. I'm working on a fix for that, but in the meantime if it's possible for you to just push a button to publish to maven central, that would be much preferable. I'd be happy to do any work required for this if your team is amenable!

seanmcl avatar Jul 27 '17 20:07 seanmcl