Hi Tim

you should split the common configuration (parent pom) and the project
aggregation (<modules/> tag) in two separate poms:

myproject
  |
  |-myproject-parent
  |-module1
  |-module2

You then would have all three modules declared in the top level pom and
module1 and module2 would have myproject-parent as their parent pom.


It works well. Many Thanks.

As Wendy mentioned, I think I will use pluginManagement instead.
I think it's easier to maintain and explain to the team.

Rémy

Reply via email to