hokutor commented on pull request #5612: URL: https://github.com/apache/camel/pull/5612#issuecomment-853109492
After integrating with the kit, we get following error while building the component. I've made sure the [firstVersion is specified](https://github.com/hokutor/camel/blob/CAMEL-16674/components/camel-huaweicloud-functiongraph/src/main/java/org/apache/camel/FunctionGraphEndpoint.java#L34) in the endpoint class. Can you suggest on what couldn't be wrong here? ```logs [INFO] No previous run data found, generating files. [INFO] Building index... [INFO] Updated org/apache/camel/FunctionGraphEndpointUriFactory.java [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:27 min [INFO] Finished at: 2021-06-02T11:01:23-04:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.camel:camel-package-maven-plugin:3.11.0-SNAPSHOT:generate (generate) on project camel-huaweicloud-functiongraph: Error generating data org.apache.maven.plugin.MojoExecutionException: Error l oading other model. Reason: java.lang.IllegalArgumentException: FirstVersion is not specified. This can be done in @UriEndpoint or in pom.xml file. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org