bazelbuild / migration-tooling

Migration tools for Bazel
Apache License 2.0
44 stars 30 forks source link

generate_workspace does not work with spark artifact #55

Open jschenxiaoyu opened 6 years ago

jschenxiaoyu commented 6 years ago

This issue is migrated from issue 2536 of bazel repository.

A minimal example to reproduce the problem:

bazel run //generate_workspace -- --artifact=org.apache.spark:spark-core_2.11:2.1.0

Description of the problem / feature request / question:

INFO: Running command line: bazel-bin/generate_workspace/generate_workspace '--artifact=org.apache.spark:spark-core_2.11:2.1.0'
Aug 31, 2017 3:55:51 PM com.google.devtools.build.workspace.maven.DefaultModelResolver getEffectiveModel
WARNING: Unable to resolve Maven model from https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/2.1.0/spark-core_2.11-2.1.0.pom: 1 problem was encountered while building the effective model for org.apache.spark:spark-core_2.11:2.1.0
[ERROR] 'dependencyManagement.dependencies.dependency.groupId' for ${jline.groupid}:jline:jar with value '${jline.groupid}' does not match a valid id pattern. @
jschenxiaoyu commented 6 years ago

Anyone can help?

promiseofcake commented 6 years ago

I am having a similar issue, can we just manually include jline for now?

kerinin commented 6 years ago

Same problem