All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docbook.contributor.xml Maven / Gradle / Ivy

<chapter xml:id="mavenplugin.contributor" version="5.0" xmlns="http://docbook.org/ns/docbook"
  xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xi="http://www.w3.org/2001/XInclude"
  xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
  http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd
  http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance.xsd">

  <title>OpenEngSB Maven Plugin for Contributor</title>
  <para>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.</para>

  <section>
    <title>Exract Sources for Documentation</title>
    <para>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.</para>
    <xi:include href="snippets/AnnotatedSourceExtractor.xml" />
  </section>

</chapter>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy