Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because of these differences it is possible to create Unit tests that run in Eclipse but fail when run from the Maven command line. To guard against this, please always run the unit tests in Maven before committing changes. This is done by executing mvn install from the uimaj directory.

In Maven only test classes that ends with "Test" are executed. If the test classes ends for example with "Tests" or with anything else they are not executed.