azbarcea commented on pull request #1015: URL: https://github.com/apache/avro/pull/1015#issuecomment-731897381
At least `Apache Avro` completes :-) , and now it fails on: ``` [INFO] Apache Avro Java ................................... SUCCESS [ 8.959 s] [INFO] Apache Avro ........................................ SUCCESS [01:10 min] [INFO] Apache Avro Compiler ............................... FAILURE [ 0.675 s] ``` with: ``` [ERROR] Failed to execute goal on project avro-compiler: Could not resolve dependencies for project org.apache.avro:avro-compiler:bundle:1.11.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.velocity:velocity-engine-core:jar:2.2, org.apache.ant:ant-launcher:jar:1.10.9: Could not transfer artifact org.apache.velocity:velocity-engine-core:jar:2.2 from/to central (https://repo.maven.apache.org/maven2): Connection reset -> [Help 1] ``` `velocity-engine-core` is already at the latest `2.2`: https://mvnrepository.com/artifact/org.apache.velocity/velocity-engine-core Wondering if another option is to introduce `repository` in the `.m2` profile ?!? ---------------------------------------------------------------- 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: [email protected]
