salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
228 stars 49 forks source link

fixes for maven_install #20

Closed plaird closed 4 years ago

plaird commented 4 years ago

The internal repo we have did not transition to maven_install as we expected due to some issue. But I was finally able to build a test workspace and test the changes suggested by @thundergolfer and @dan-cohn in issue #13

The fixes are backwards compatible with maven_jar, and thus can be merged to master. I have some additional work (import_bundles, docs) to fully support maven_install, but the core rule logic is fixed.