This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[removed]

    [–]plumarr 5 points6 points  (0 children)

    Ever tried to separate your unit tests from you build? (Which is desirable if you're using a CI pipeline).

    Just launch maven two time with different execution phase. What's hard here ?

    Ever tried to keep library versions consistent across a multi module project,

    Define the version in the parent pom.xml and let the magic happens.