As the above shows, there are two separate released artifacts:
The main
(org.starobjects.tested.fitnesse:main
) is a
multimodule project that defines the main artifacts that implement
Tested Objects' FitNesse support. It
contains:
the fitnesse fixtures
(org.starobjects.tested.fitnesse:fixtures
)
This contains implementations of FitNesse's fixture API which in turn interact with the domain application.
It uses
org.starobjects.tested.fitnesse:main
as its
parent (and thus inherits transitively from the corporate
POM).
the documentation
(org.starobjects.tested.fitnesse:documentation
)
The documentation submodule contains the user and developers' guides
It also uses
org.starobjects.tested.fitnesse:main
as its
parent.
It uses the corporate POM (org.starobjects.star:corporate) as its parent.