crud_java_server_docs.templates.xml Maven / Gradle / Ivy
<?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>