You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/10/13 21:06:31 UTC

[GitHub] [pulsar] flowchartsman commented on pull request #8250: [pulsar-io] Add NSQ Source

flowchartsman commented on pull request #8250:
URL: https://github.com/apache/pulsar/pull/8250#issuecomment-708009120


   The current issue (aside from a general unfamiliarity with maven and best build practices within the project) is that my IDE (vscode) will not offer the annotations on testing that it did in my individual checkout.  The only solution I've thought to try so far is to issue a `mvn depencency:resolve` which fails on project `pulsar-kafka-compat-client-test` with:
   
   ```[INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  12.633 s
   [INFO] Finished at: 2020-10-13T17:01:54-04:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project pulsar-kafka-compat-client-test: Could not resolve dependencies for project org.apache.pulsar.tests:pulsar-kafka-compat-client-test:jar:2.7.0-SNAPSHOT: Failure to find org.apache.pulsar.tests:integration:jar:tests:2.7.0-SNAPSHOT in https://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
   ```
   
   It seems to resolve my own dependencies fine.


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