You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/03 17:32:41 UTC

[camel-examples] 03/04: CAMEL-16300 - added a google pubsub example

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 92eaeec4feef1258963c5c5875ec3035d547ef12
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 3 18:29:02 2021 +0100

    CAMEL-16300 - added a google pubsub example
---
 examples/main-endpointdsl-google-pubsub/pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/examples/main-endpointdsl-google-pubsub/pom.xml b/examples/main-endpointdsl-google-pubsub/pom.xml
index 5074d36..ec825f8 100644
--- a/examples/main-endpointdsl-google-pubsub/pom.xml
+++ b/examples/main-endpointdsl-google-pubsub/pom.xml
@@ -28,10 +28,10 @@
         <version>3.9.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>camel-example-main-endpointdsl</artifactId>
+    <artifactId>camel-example-main-endpointdsl-google-pubsub</artifactId>
     <packaging>jar</packaging>
-    <name>Camel :: Example :: Main :: Endpoint DSL</name>
-    <description>An example for showing standalone Camel with Endpoint DSL</description>
+    <name>Camel :: Example :: Main :: Endpoint DSL :: Google Pubsub</name>
+    <description>An example for showing standalone Camel with Endpoint DSL and Google Pubsub component</description>
 
     <properties>
         <category>Beginner</category>
@@ -100,13 +100,6 @@
                     <mainClass>org.apache.camel.example.MyApplication</mainClass>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <configuration>
-                    <mainClass>org.apache.camel.example.MyApplication</mainClass>
-                </configuration>
-            </plugin>
         </plugins>
     </build>