Uses nullable/nonnull annotation from spring instead of javax.annotations because this was missing on the classpath. Also explained the properties import/export a little bit more. For more infos see https://github.com/ehrbase/migration-tool/issues/7.
Further more fixed the maven setup so that the integration tests are running only once, using the failsafe plugin and not a second time by surefire. During this change a new skipTests property was added as well.
Description
Uses
nullable/nonnull
annotation from spring instead ofjavax.annotations
because this was missing on the classpath. Also explained the properties import/export a little bit more. For more infos see https://github.com/ehrbase/migration-tool/issues/7.Further more fixed the maven setup so that the integration tests are running only once, using the failsafe plugin and not a second time by surefire. During this change a new
skipTests
property was added as well.