jlangy commented on issue #3207:
URL: https://github.com/apache/camel-k/issues/3207#issuecomment-1108790156

   Hey, sorry I was off for a bit. Taking a look at the operator pod logs I 
think this is the relevant part:
   
   ``` sh
   
{"level":"info","ts":1650903512.8294797,"logger":"camel-k.maven.build","msg":"[INFO]
 Scanning for projects..."}
   
{"level":"info","ts":1650903513.3458402,"logger":"camel-k.maven.build","msg":"[INFO]
 "}
   
{"level":"info","ts":1650903513.3482604,"logger":"camel-k.maven.build","msg":"[INFO]
 ---------< org.apache.camel.k.integration:camel-k-integration >---------"}
   
{"level":"info","ts":1650903513.3494701,"logger":"camel-k.maven.build","msg":"[INFO]
 Building camel-k-integration 1.6.5"}
   
{"level":"info","ts":1650903513.351937,"logger":"camel-k.maven.build","msg":"[INFO]
 --------------------------------[ jar ]---------------------------------"}
   
{"level":"info","ts":1650903514.265848,"logger":"camel-k.maven.build","msg":"[INFO]
 Downloading from jitpack.io-c9jcjls7vdpc9ivpt9ng: 
https://jitpack.io/com/github/squakez/samplejp/master-SNAPSHOT/maven-metadata.xml"}
   
{"level":"info","ts":1650903514.9243386,"logger":"camel-k.maven.build","msg":"[WARNING]
 The POM for com.github.squakez:samplejp:jar:master-SNAPSHOT is missing, no 
dependency information available"}
   
{"level":"info","ts":1650903515.0476131,"logger":"camel-k.maven.build","msg":"[INFO]
 ------------------------------------------------------------------------"}
   
{"level":"info","ts":1650903515.0479498,"logger":"camel-k.maven.build","msg":"[INFO]
 BUILD FAILURE"}
   
{"level":"info","ts":1650903515.048796,"logger":"camel-k.maven.build","msg":"[INFO]
 ------------------------------------------------------------------------"}
   
{"level":"info","ts":1650903515.0502107,"logger":"camel-k.maven.build","msg":"[INFO]
 Total time:  2.237 s"}
   
{"level":"info","ts":1650903515.0508983,"logger":"camel-k.maven.build","msg":"[INFO]
 Finished at: 2022-04-25T16:18:35Z"}
   
{"level":"info","ts":1650903515.0517366,"logger":"camel-k.maven.build","msg":"[INFO]
 ------------------------------------------------------------------------"}
   
{"level":"info","ts":1650903515.0565495,"logger":"camel-k.maven.build","msg":"[ERROR]
 Failed to execute goal on project camel-k-integration: Could not resolve 
dependencies for project 
org.apache.camel.k.integration:camel-k-integration:jar:1.6.5: Failure to find 
com.github.squakez:samplejp:jar:master-SNAPSHOT in https://jitpack.io was 
cached in the local repository, resolution will not be reattempted until the 
update interval of jitpack.io-c9jcjls7vdpc9ivpt9ng has elapsed or updates are 
forced -> [Help 1]"}
   
{"level":"info","ts":1650903515.0567274,"logger":"camel-k.maven.build","msg":"[ERROR]
 "}
   
{"level":"info","ts":1650903515.057614,"logger":"camel-k.maven.build","msg":"[ERROR]
 To see the full stack trace of the errors, re-run Maven with the -e switch."}
   
{"level":"info","ts":1650903515.05837,"logger":"camel-k.maven.build","msg":"[ERROR]
 Re-run Maven using the -X switch to enable full debug logging."}
   
{"level":"info","ts":1650903515.058535,"logger":"camel-k.maven.build","msg":"[ERROR]
 "}
   
{"level":"info","ts":1650903515.059608,"logger":"camel-k.maven.build","msg":"[ERROR]
 For more information about the errors and possible solutions, please read the 
following articles:"}
   
{"level":"info","ts":1650903515.0606256,"logger":"camel-k.maven.build","msg":"[ERROR]
 [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException"}
   
{"level":"info","ts":1650903515.0733407,"logger":"camel-k.builder","msg":"step 
failed with error: failure while building project: exit status 
1","step":"github.com/apache/camel-k/pkg/builder/BuildQuarkusRunner","phase":"20","task":"builder"}
   
{"level":"info","ts":1650903515.0733674,"logger":"camel-k.builder","msg":"dependencies:
 [camel:log camel:timer github:squakez/samplejp 
mvn:org.apache.camel.k:camel-k-runtime 
mvn:org.apache.camel.quarkus:camel-quarkus-java-joor-dsl]"}```
   
   I'm Looking into this part: `The POM for 
com.github.squakez:samplejp:jar:master-SNAPSHOT is missing, no dependency 
information available`, maybe it's looking for master instead of main. 
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to