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

jooby should probably have a bom (bill of materials) pom. #363

Closed
agentgt opened this issue Apr 21, 2016 · 2 comments
Closed

jooby should probably have a bom (bill of materials) pom. #363

agentgt opened this issue Apr 21, 2016 · 2 comments
Milestone

Comments

@agentgt
Copy link
Contributor

agentgt commented Apr 21, 2016

As mentioned in #337 it would be nice if Jooby had a BOM pom file. It lists all the Jooby components in a pom file that can be imported <dependencyManagement> section.

The springframework has a nice example: http://central.maven.org/maven2/org/springframework/spring-framework-bom/4.2.5.RELEASE/spring-framework-bom-4.2.5.RELEASE.pom

@agentgt
Copy link
Contributor Author

agentgt commented Apr 21, 2016

Oh I forgot here is a crappy little groovy script I wrote to generate the BOM pom. I could never find a plugin to generate it.

https://gist.github.com/agentgt/f82c5b8c2a240f78997ddf2df9e9c9c3

$ mvn-bom.groovy pom.xml > jooby-bom/pom.xml

The script only generates the dependency section so I just copy and paste the wrapping xml. One day I'll make it smarter.

@jknack
Copy link
Member

jknack commented Apr 21, 2016

👍 with that awesome script feel we can do it for next release 👍

@jknack jknack added this to the 1.0.0.CR3 milestone Apr 21, 2016
@jknack jknack closed this as completed in d3a713b Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants