You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/15 18:28:02 UTC

[GitHub] [camel-k] lburgazzoli edited a comment on issue #1012: Support Knative broker/trigger model and explicit source/sink

lburgazzoli edited a comment on issue #1012: Support Knative broker/trigger model and explicit source/sink
URL: https://github.com/apache/camel-k/pull/1012#issuecomment-542342583
 
 
   The test name seems to be misleading because actually it test the installation of the knative kit, see https://github.com/nicolaferraro/camel-k/blob/knative-explicit-source-target/e2e/build_test.go#L60-L62.
   
   I've tested it locally and the kit is properly created so wondering if you have defined the snapshot repo in the test namespace.
   
   When running from the integration tests:
   
   ```
   camel-k-main-builder builder [ERROR] [ERROR] Some problems were encountered while processing the POMs:
   camel-k-main-builder builder [ERROR] Non-resolvable import POM: Could not find artifact org.apache.camel.k:camel-k-runtime-bom:pom:1.0.5-SNAPSHOT @ line 16, column 19
   camel-k-main-builder builder [ERROR] 'dependencies.dependency.version' for org.apache.camel.k:camel-k-runtime-main:jar is missing. @ line 26, column 17
   camel-k-main-builder builder  @ 
   camel-k-main-builder builder [ERROR] The build could not read 1 project -> [Help 1]
   camel-k-main-builder builder [ERROR]   
   camel-k-main-builder builder [ERROR]   The project org.apache.camel.k.integration:camel-k-integration:1.0.0-M3-SNAPSHOT (/workspace/builder-611527789/maven/pom.xml) has 2 errors
   camel-k-main-builder builder [ERROR]     Non-resolvable import POM: Could not find artifact org.apache.camel.k:camel-k-runtime-bom:pom:1.0.5-SNAPSHOT @ line 16, column 19 -> [Help 2]
   camel-k-main-builder builder [ERROR]     'dependencies.dependency.version' for org.apache.camel.k:camel-k-runtime-main:jar is missing. @ line 26, column 17
   camel-k-main-builder builder [ERROR] 
   camel-k-main-builder builder [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   camel-k-main-builder builder [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   camel-k-main-builder builder [ERROR] 
   camel-k-main-builder builder [ERROR] For more information about the errors and possible solutions, please read the following articles:
   camel-k-main-builder builder [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
   camel-k-main-builder builder [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
   ```
   
   which is likely to be the snapshot repo not configured.
   
   
   ```
   
    

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services