Chapter 2. OpenEngSB Maven Plugin for Contributor
While the previous chapter gave a detailed description of the maven plugin this one focues on the internals of
the plugin and tries to explain the internal structure, helping ppl who want to understand the internals and extend
it.
2.1. Exract Sources for Documentation
Sources for documentation are extracted using the org.openengsb.openengsbplugin.ExtractDocSourceMojo. The mojo
itself includes a list of implementations of the org.openengsb.openengsbplugin.extract.AnnotatedSourceExtractor
interface.