Reputation: 105
I am currently using formsflow.ai opensource version 4.0.5. I want to include a new Listener to the bpm module which has a new library dependency which is not currently in the solution. Although, I managed to add the new library in main pom.xml, since the requirement is for one of my client I just cannot modify the root pom.xml file. Is their an option available in formsflow / maven to include profiles and choose pom? If it already available in formsflow, then how can I configure the same? Please give me a solution.
Upvotes: 7
Views: 323
Reputation: 708
You can checkout how to add profile on a pom.xml file from maven documentation how to add profile in maven. In formsflow.ai we let our users manage the additional library dependency using an extra pom.xml (pom-.xml). You can always refer to our internal documentation and also provided with a pom-default.xml to start with. The facts about these profiling are.
Hope this helps
Upvotes: 4