rules_jvm_external
                                
                                 rules_jvm_external copied to clipboard
                                
                                    rules_jvm_external copied to clipboard
                            
                            
                            
                        Bazel rules to resolve, fetch and export Maven artifacts
I am encountering this with a `java_export` that contains `io.netty:netty-tcnative-boringssl-static`. I can provide a repo example if it helps. To reproduce, create a `java_export` with any/all of the following artifacts:...
I've encountered an issue where running `bazel run @unpinned_maven//:pin` multiple times creates new resolver folders in the `/var/folders/bx/4rzt0r395ms8gx4z0htxt00w0000gn/T` directory with each execution. This behavior has led to significant disk space...
### Description of the problem / feature request: I try to use a maven repository which is protected with username and password. I got the tip that I may use...
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3858#018f7a6e-1b58-4ec1-a31d-6067bf5a3da1 Platform: Ubuntu Logs: ``` ERROR: [0mTraceback (most recent call last): Error: no native function or rule 'aar_import' ERROR: [0mSkipping '//tests/integration/override_targets:override_targets': Error evaluating '//tests/integration/override_targets:override_targets': error loading package 'tests/integration/override_targets': Package...
I have a situation where I need a license to be on the `META-INF/services` files in the final jar. The current behavior sorts the lines of the service file, including...
See https://github.com/ted-xie/rje_lockfiles This is a similar-but-different issue to https://github.com/bazelbuild/rules_jvm_external/issues/1132 Overall problem description: * Specify the same artifacts list in MODULE.bazel and WORKSPACE * Generate the Maven lockfile with --enable_bzlmod *...
See my repro here: https://github.com/ted-xie/maven_install_bzlmod_onoff. The rules_jvm_external version is 6.1. I am using bazelisk with `USE_BAZEL_VERSION=f3133764576d9e9d12d88486d6ec2031beb3ddaf`. I would like to have a single source of truth for maven install artifacts....
This is sort of an addendum to https://github.com/bazelbuild/rules_jvm_external/issues/1106 and https://github.com/bazelbuild/rules_jvm_external/pull/1107 In the previous PR, I added an exception for `COPYRIGHT` and `NOTICE` since it was the same kind of use...
While trying to build a project I run into this error: ``` ERROR: /private/var/tmp/_bazel_smandrean/5f7e17baa0f0d8192b57baed7ff78f69/external/alchemist/BUILD:4840:9: in deps attribute of jvm_import rule @alchemist//:org_mock_server_mockserver_core: rule '@alchemist//:org_apache_commons_commons_io' does not exist WARNING: errors encountered while...
This has been removed from bazel 8.x, and is included in rules_android now