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

commit c9a5ddd3c259f57b3a7198dba956e15db5a38fb0
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Thu Feb 13 15:01:15 2020 +0100

    Fix #688 Create extension mojo not working after Quarkus 1.3.0.Alpha1 
upgrade
---
 extensions/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index 373a23d..289a289 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -157,7 +157,7 @@
                     <namePrefix xml:space="preserve">Camel Quarkus :: 
</namePrefix>
                     <nameSegmentDelimiter xml:space="preserve"> :: 
</nameSegmentDelimiter>
                     <javaPackageInfix>component</javaPackageInfix>
-                    
<templatesUriBase>file:///${project.basedir}/../tooling/create-extension-templates</templatesUriBase>
+                    
<templatesUriBase>file://../tooling/create-extension-templates</templatesUriBase>
                     <runtimeBomPath>../poms/bom/pom.xml</runtimeBomPath>
                     
<deploymentBomPath>../poms/bom-deployment/pom.xml</deploymentBomPath>
                     <bomEntryVersion>@{camel-quarkus.version}</bomEntryVersion>

Reply via email to