This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new f0af35b fix extension creation on Windows
f0af35b is described below
commit f0af35bb8badf60d386f4a5733d109d4552e2d8b
Author: olivier dufour <[email protected]>
AuthorDate: Tue Aug 10 23:54:42 2021 +0200
fix extension creation on Windows
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 93658c7..f742b5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -541,7 +541,7 @@
-->
<configuration>
-
<templatesUriBase>file:///${project.basedir}/tooling/create-extension-templates</templatesUriBase>
+
<templatesUriBase>file:${project.basedir}/tooling/create-extension-templates</templatesUriBase>
<extensionDirs>
<extensionDir>
<path>extensions</path>