Review naming and packaging in ...testutil...
modules and corresponding published artifacts
#1535
Milestone
...testutil...
modules and corresponding published artifacts
#1535
Right now there is a discrepancy between
testutil
modules incore-java
and those istime
,web
, and (now)logging
.Their root package names are different by their composition idea. Some of them are
io.spine.testing.<foobar>
, while others areio.spine.<foobar>.testing
.Also, all of the artifacts names are built by
<group-ID>:spine-testutil-<module-name>
pattern. It is somewhat weird given that there is notestutil
nowhere near in the package name.A good time to revise these things is 2.0 release.
To do in scope of this issue:
testutil
modules.testing
instead oftestutil
(and rename modules as well).testutil
: have<group-ID>:spine-<module-name>-testing
or<group-ID>:spine-<module-name>-testutil
.The text was updated successfully, but these errors were encountered: