hertzsprung
hertzsprung

Reputation: 9903

Integration testing maven plugins

There are five choices listed in the maven documentation on testing maven plugins:

I've tried a few of these and had a number of problems:

Is anyone able to recommend any of these plugins? Can you provide some example configuration?

Upvotes: 1

Views: 1078

Answers (1)

khmarbaise
khmarbaise

Reputation: 97517

The best thing i can recommend is the maven-invoker-plugin, cause it's can handle many situations and produces a real maven environment with all things which you really need to do integration test in relationship with Maven Plugins.

Upvotes: 4

Related Questions