This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 70f2179 Fix #114 Move create-extension-templates to i.e. tooling 70f2179 is described below commit 70f217943909850699d2d5af4cdc521a104c2248 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Mon Aug 12 10:07:48 2019 +0200 Fix #114 Move create-extension-templates to i.e. tooling --- {extensions => build}/create-extension-templates/Processor.java | 0 {extensions => build}/create-extension-templates/deployment-pom.xml | 0 {extensions => build}/create-extension-templates/parent-pom.xml | 0 {extensions => build}/create-extension-templates/runtime-pom.xml | 0 extensions/pom.xml | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/create-extension-templates/Processor.java b/build/create-extension-templates/Processor.java similarity index 100% rename from extensions/create-extension-templates/Processor.java rename to build/create-extension-templates/Processor.java diff --git a/extensions/create-extension-templates/deployment-pom.xml b/build/create-extension-templates/deployment-pom.xml similarity index 100% rename from extensions/create-extension-templates/deployment-pom.xml rename to build/create-extension-templates/deployment-pom.xml diff --git a/extensions/create-extension-templates/parent-pom.xml b/build/create-extension-templates/parent-pom.xml similarity index 100% rename from extensions/create-extension-templates/parent-pom.xml rename to build/create-extension-templates/parent-pom.xml diff --git a/extensions/create-extension-templates/runtime-pom.xml b/build/create-extension-templates/runtime-pom.xml similarity index 100% rename from extensions/create-extension-templates/runtime-pom.xml rename to build/create-extension-templates/runtime-pom.xml diff --git a/extensions/pom.xml b/extensions/pom.xml index 15d4ab8..8b92487 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -71,7 +71,7 @@ <namePrefix xml:space="preserve">Camel Quarkus :: </namePrefix> <nameSegmentDelimiter xml:space="preserve"> :: </nameSegmentDelimiter> <javaPackageInfix>component</javaPackageInfix> - <templatesUriBase>file:create-extension-templates</templatesUriBase> + <templatesUriBase>file:///${project.basedir}/../build/create-extension-templates</templatesUriBase> </configuration> </plugin> <plugin>