0

I have a POM file with a set of bindings, which are supposed to be reused by child projects. It works like spring-boot starter - shares some set of dependencies and plugin bindings among the child projects. I would like to outline the bindings to a separate Maven packaging like it is described in How do I create a new packaging type for Maven?, so that child projects are not necessary tied strictly to that starter POM.

However, these bindings have some configuration and it should be outlined together with bindings. In parent POM file I had <configuration> section, but in components.xml I don't see any analogue. Only the bindings.

How can I configure the bindings in Maven packaging plugin.

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
skapral
  • 1,128
  • 9
  • 26

0 Answers0