Multiple project (module) configuration

I have following maven configuration.

  • pom.xml (parent pom)
  • module-ui
    **pom.xml
  • module-integration
    **pom.xml
  • module-system
    **pom.xml

So, in a way, my project generates 3 separate jar files with no dependency on each other.

Questions:

  1. How should I configure config.yml file?
  2. Change to only module-integration, should not result in the building of module-ui or module-system.

Thank you for your attention. Much appreciated.

warm regards,
Mukesh

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.