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

crud_java_server_docs.templates.xml Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<templatesConfiguration xmlns="http://capgemini.com/devonfw/cobigen/TemplatesConfiguration"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.1">

  <templates>
    <templateExtension ref="${variables.domain#cap_first}DocHeader.adoc"/>
    <templateExtension ref="${variables.domain#cap_first}DocComponentListing.adoc" mergeStrategy="textmerge_appendWithNewLine"/>
<!--     <templateExtension ref="${variables.component}Interfaces.adoc" mergeStrategy="textmerge_append"/> -->
  </templates>
  
  <templateScans>
    <templateScan templatePath="templates" destinationPath="src/main"/>
  </templateScans>

  <increments>
    <increment name="Docs" description="Documentation">
      <templateRef ref="${variables.domain#cap_first}DocHeader.adoc"/>
      <templateRef ref="${variables.domain#cap_first}DocComponentListing.adoc"/>
      <!-- <templateRef ref="${variables.component}Interfaces.adoc"/> -->
    </increment>
  </increments>
</templatesConfiguration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy