java - To add common files in a common folder for all the adapters in MF8 -
i working on mf8 java adapters. there common server folder have common java files in mf7?
here each adapter taken maven project. it's can deploy defining them modules under single pom.xml
.
<modules> <module>adapter1</module> <module>adapter2</module> </modules>
still, have common files. options place them in common folder? packaging them jar becoming painful while debugging. suggestions?
you can group adapter maven projects in parent maven project. way can specify shared dependencies in pom.xml of parent maven project , added child maven projects when you're building them. see: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/adapters/creating-adapters/#grouping-adapters-in-a-single-maven-project
Comments
Post a Comment