The support release
(org.starobjects.restful:support
) is a
multimodule project that provides artifacts to help application
developers use Restful Objects in their own
projects. It contains:
the release module
(org.starobjects.restful:release
)
This is a convenience module that can be used as a parent by
projects using Restful Objects. Its primary
purpose is to define a consistent set of versions in
<dependencyManagement>
tag.
Note that this module does not inherit from the
support POM, instead it
inherits from the Naked Objects Framework's
equivalent org.nakedobjects:release
module
(thus defining a stack of dependencies).
the archetype module
The projects generated by the archetype [will] use the release module.
At the time of writing the archetype artifact is incomplete and is not included in the build.
Like main, the support module also uses the corporate POM (org.starobjects.star:corporate) as its parent.