From e3c8f8ef979b4ef0a124060fa3fb0f8e3aa12813 Mon Sep 17 00:00:00 2001 From: dixyushi <72491437+dixyushi@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:36:03 +0530 Subject: [PATCH 1/4] CobiGen templates configuration-Link fix --- documentation/cobigen-maven_configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/cobigen-maven_configuration.asciidoc b/documentation/cobigen-maven_configuration.asciidoc index 1a0361608a..6fc832cf91 100644 --- a/documentation/cobigen-maven_configuration.asciidoc +++ b/documentation/cobigen-maven_configuration.asciidoc @@ -81,7 +81,7 @@ We currently provide a generic deployed version of the templates on the devonfw- Using the following configuration you will be able to customize your generation as follows: -* `` specifies the root directory the relative `destinationPath` of link:cobigen-core_configuration#Templates-configuration[CobiGen templates configuration] should depend on. _Default ${basedir}_ +* `` specifies the root directory the relative `destinationPath` of link:cobigen-core_configuration.asciidoc#Templates-configuration[CobiGen templates configuration] should depend on. _Default ${basedir}_ * `` declares a package name to be used as input for batch generation. This refers directly to the CobiGen Java Plug-in link:cobigen-javaplugin#ContainerMatcher-types[container matchers of type package] configuration. * `` declares a file to be used as input. The CobiGen maven plug-in will try to parse this file to get an appropriate input to be interpreted by any CobiGen plug-in. * `` specifies an link:cobigen-core_configuration#increment-node[increment] ID to be generated. You can specify one single increment with content `ALL` to generate all increments matching the input(s). From 9400ea67dfe45d40f0f32d4fa31cde72c6f49201 Mon Sep 17 00:00:00 2001 From: dixyushi <72491437+dixyushi@users.noreply.github.com> Date: Thu, 22 Jul 2021 10:41:32 +0530 Subject: [PATCH 2/4] Update cobigen-maven_configuration.asciidoc --- documentation/cobigen-maven_configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/cobigen-maven_configuration.asciidoc b/documentation/cobigen-maven_configuration.asciidoc index 6fc832cf91..a2ec445983 100644 --- a/documentation/cobigen-maven_configuration.asciidoc +++ b/documentation/cobigen-maven_configuration.asciidoc @@ -82,7 +82,7 @@ We currently provide a generic deployed version of the templates on the devonfw- Using the following configuration you will be able to customize your generation as follows: * `` specifies the root directory the relative `destinationPath` of link:cobigen-core_configuration.asciidoc#Templates-configuration[CobiGen templates configuration] should depend on. _Default ${basedir}_ -* `` declares a package name to be used as input for batch generation. This refers directly to the CobiGen Java Plug-in link:cobigen-javaplugin#ContainerMatcher-types[container matchers of type package] configuration. +* `` declares a package name to be used as input for batch generation. This refers directly to the CobiGen Java Plug-in link:cobigen-javaplugin.asciidoc#ContainerMatcher-types[container matchers of type package] configuration. * `` declares a file to be used as input. The CobiGen maven plug-in will try to parse this file to get an appropriate input to be interpreted by any CobiGen plug-in. * `` specifies an link:cobigen-core_configuration#increment-node[increment] ID to be generated. You can specify one single increment with content `ALL` to generate all increments matching the input(s). * `