Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Currently we have a number of test cases included in the jcr2spi component, but they aren't being run in there (surefire plugin is disabled). Instead, the tests are packaged into a -tests jar that is then used in the spi2jcr component to run them.
The downside of this setup are 1) extra complexity and 2) the fact that a -Dmaven.test.skip=true build will not work with a clean Maven repository as the jcr2spi -tests jar is not being built for spi2jcr.
How about if we simply moved the tests to the spi2jcr component where they are being used?