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 2020/11/05 14:28:20 UTC

[GitHub] [camel-k] nicolaferraro commented on pull request #1777: Inspect all transitive dependencies of an integration

nicolaferraro commented on pull request #1777:
URL: https://github.com/apache/camel-k/pull/1777#issuecomment-722412453


   > That's cool @doru1004 .
   > 
   > The only thing strange I see is that the output looks like:
   > 
   > ```
   > [nferraro@localhost camel-k]$ kamel inspect examples/simple.groovy --all-dependencies --output=yaml
   > [INFO] Scanning for projects...
   > [INFO] 
   > [INFO] ---------< org.apache.camel.k.integration:camel-k-integration >---------
   > [INFO] Building camel-k-integration 1.3.0-SNAPSHOT
   > [INFO] --------------------------------[ jar ]---------------------------------
   > [INFO] 
   > [INFO] --- camel-k-maven-plugin:1.5.0:generate-dependency-list (default-cli) @ camel-k-integration ---
   > [INFO] ------------------------------------------------------------------------
   > [INFO] BUILD SUCCESS
   > [INFO] ------------------------------------------------------------------------
   > [INFO] Total time:  0.856 s
   > [INFO] Finished at: 2020-11-05T15:24:46+01:00
   > [INFO] ------------------------------------------------------------------------
   > dependencies:
   > - /home/nferraro/.m2/repository/org/apache/camel/k/camel-k-loader-groovy/1.5.0/camel-k-loader-groovy-1.5.0.jar
   > - /home/nferraro/.m2/repository/org/apache/camel/k/camel-k-runtime-core/1.5.0/camel-k-runtime-core-1.5.0.jar
   > ```
   > 
   > I.e. the maven part should be probably removed from the output. Wdyt?
   
   Or at least shown only when there's an error


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