Skip to content

maven_jar should also pull source jars #308

@pmbethe09

Description

@pmbethe09

most maven jars have a parallel -src.jar available. This is very useful in an IDE as eclipse lets you tie a src-jar to a precompiled-jar.
In mvn that is usually:
mvn eclipse:eclipse -DdownloadSources=true

I would suggest that this should be the default option in bazel, or at least configurable in the maven_jar(..., downloadSrcs = 1)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions