It would be good to provide projects with a way to make project-specific customizations to the Bom object, so we allow them to express facts about the software that are not picked up automatically yet (such as embedded/shaded artifacts).
Maybe we can refactor things so that creating the Bom object is a separate sbt task, that can then be overridden in the project, so the customized Bom object is picked up by the configuration that adds it to the published artifacts.
It would be good to provide projects with a way to make project-specific customizations to the
Bomobject, so we allow them to express facts about the software that are not picked up automatically yet (such as embedded/shaded artifacts).Maybe we can refactor things so that creating the
Bomobject is a separate sbt task, that can then be overridden in the project, so the customizedBomobject is picked up by the configuration that adds it to the published artifacts.