You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/10/15 05:05:45 UTC

[camel] branch camel-3.6.x updated: [CAMEL-15674] Upgrade to maven-archetype-plugin 3.2.0

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.6.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.6.x by this push:
     new fb2204b  [CAMEL-15674] Upgrade to maven-archetype-plugin 3.2.0
fb2204b is described below

commit fb2204b89c3567975d723de263cdef9053a81f4d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 15 06:57:04 2020 +0200

    [CAMEL-15674] Upgrade to maven-archetype-plugin 3.2.0
---
 components/camel-olingo2/camel-olingo2-component/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 6652302..f5e520b 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -319,7 +319,7 @@
                                     <goal>generate</goal>
                                 </goals>
                                 <configuration>
-                                    <basedir>${project.build.directory}</basedir>
+                                    <outputDirectory>${project.build.directory}</outputDirectory>
                                     <interactiveMode>false</interactiveMode>
                                     <archetypeGroupId>org.apache.olingo</archetypeGroupId>
                                     <archetypeArtifactId>olingo-odata2-sample-cars-annotation-archetype