This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 90242be6a02 Add <archetypeCatalog/> local to prevent repository==null
error in generation (#10890)
90242be6a02 is described below
commit 90242be6a02a0cdae6138cd1e5a81bbf005e004f
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Jul 28 13:34:54 2023 -0400
Add <archetypeCatalog/> local to prevent repository==null error in
generation (#10890)
---
components/camel-olingo2/camel-olingo2-component/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml
b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 5d04779f8a7..742f9c34ff9 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -299,6 +299,7 @@
<configuration>
<outputDirectory>${project.build.directory}</outputDirectory>
<interactiveMode>false</interactiveMode>
+ <archetypeCatalog>local</archetypeCatalog>
<archetypeGroupId>org.apache.olingo</archetypeGroupId>
<archetypeArtifactId>olingo-odata2-sample-cars-annotation-archetype
</archetypeArtifactId>