Aurélien Pupier created CAMEL-21578: ---------------------------------------
Summary: Avoid "'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing." when exporting openshift project with Camel Jbang Key: CAMEL-21578 URL: https://issues.apache.org/jira/browse/CAMEL-21578 Project: Camel Issue Type: Improvement Components: camel-jbang Affects Versions: 4.9.0 Reporter: Aurélien Pupier jbang '-Dcamel.jbang.version=4.9.0' camel@apache/camel init 'test-from-vscode.camel.yaml' jbang '-Dcamel.jbang.version=4.9.0' camel@apache/camel kubernetes run test-from-vscode.camel.yaml --camel-version=4.9.0 --cluster-type=openshift {noformat} [WARNING] [WARNING] Some problems were encountered while building the effective model for org.example.project:test-from-vscode:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 153, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)