Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Scott Kurz edited this page Aug 7, 2018 · 17 revisions

Test Shortcuts

To skip the integration tests:

mvn install -Dinvoker.skip=true

To run only some integration tests (e.g. one module):

mvn install -Dinvoker.test=test20*

Eclipse

When importing the code into Eclipse, do it in two steps:

  1. Import the top-level project

Import -> Maven (Existing Maven Projects)

"Root Directory" => repo home (project.basedir)

  1. Import the parent of the individual integration test projects

Import -> Maven (Existing Maven Projects)

"Root Directory" => IT parent module home (project.basedir/src/it)

Clone this wiki locally