Integration test a parent POM

46 Views Asked by At

I have a company parent POM that I would like to integration test. The integration test should be building example projects with the company parent POM.

I thought about setting this up with the failsafe Maven plugin and JUnit, but my problem is:

  • I do not want any dependencies in the company parent POM
  • To run JUnit tests, I need to have JUnit as dependency

Is there any way around this problem?

0

There are 0 best solutions below