You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/02/22 13:49:25 UTC

[camel-quarkus] branch main updated: Move Qute component camel-package-maven-plugin execution phase to process-classes

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

jamesnetherton 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 32662962eb Move Qute component camel-package-maven-plugin execution phase to process-classes
32662962eb is described below

commit 32662962ebdb45790e69028f7932074b5cddf1fd
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Feb 22 07:32:49 2023 +0000

    Move Qute component camel-package-maven-plugin execution phase to process-classes
---
 extensions/qute/component/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/qute/component/pom.xml b/extensions/qute/component/pom.xml
index 48623a36f6..b600cedee8 100644
--- a/extensions/qute/component/pom.xml
+++ b/extensions/qute/component/pom.xml
@@ -103,7 +103,7 @@
                         <goals>
                             <goal>generate-component</goal>
                         </goals>
-                        <phase>process-resources</phase>
+                        <phase>process-classes</phase>
                     </execution>
                 </executions>
             </plugin>