You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/06/18 19:04:00 UTC

[jira] [Created] (CAMEL-16735) camel-maven-plugin - run goal seems broken

Claus Ibsen created CAMEL-16735:
-----------------------------------

             Summary: camel-maven-plugin - run goal seems broken
                 Key: CAMEL-16735
                 URL: https://issues.apache.org/jira/browse/CAMEL-16735
             Project: Camel
          Issue Type: Task
          Components: tooling
    Affects Versions: 3.11.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.11.0


[INFO]
[INFO] --- camel-maven-plugin:3.11.0-SNAPSHOT:run (default-cli) @ camel-example-kamelet-main ---
[INFO] You can skip tests from the command line using: mvn camel:run -Dmaven.test.skip=true
[INFO] camel-kamelet-main detected on classpath
[INFO] Using org.apache.camel.main.KameletMain to initiate a CamelContext
[INFO] camel-kamelet-main detected on classpath
[INFO] Starting Camel ...
[ERROR] *************************************
[ERROR] Error occurred while running main from: org.apache.camel.main.KameletMain
[ERROR]
java.lang.IllegalArgumentException: wrong number of arguments
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.apache.camel.maven.RunMojo$1.run (RunMojo.java:429)
    at java.lang.Thread.run (Thread.java:834)
[ERROR] *************************************
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.763 s
[INFO] Finished at: 2021-06-18T21:02:21+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.camel:camel-maven-plugin:3.11.0-SNAPSHOT:run (default-cli) on project camel-example-kamelet-main: null: MojoExecutionException: wrong number of arguments -> [Help 1]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)