Closed blast-hardcheese closed 8 years ago
I hate to reply this way, but "PRs are welcome". :-) Not sure how much work would be involved with what you want, but there should be enough examples in the existing code base to extract components from the POM data model and translate them into SBT-land.
Just wanted to make sure it was in line with the spirit of the plugin before devoting time to it :)
Cool. I think the statement about not supporting plugins was just to keep expectations low :-)
If you do end up being able to submit something, please make sure to include sbt "scripted" tests... it's the only way we can make sure new functionality remains stable.
I know the goal of
sbt-pom-reader
is not to support plugins, but docompilerPlugins
fall under that category? Currently, I'm looking at having abuild.sbt
with only the line to enable the si2712fix plugin, but I also need to define the same plugin inpom.xml
, which seems error-prone and redundant when it comes to multi-project poms.Example: