Skip to content

bloop-maven-plugin-2.0.0-RC4

Compare
Choose a tag to compare
@ckipp01 ckipp01 released this 13 Dec 09:50
· 97 commits to main since this release

What's Changed

This is the first confidently usable release of the bloop-maven-plugin artifact, which is a Maven plugin to generate Bloop configs. In the past this plugin lived inside of the Bloop codebase under the name maven-bloop. This was migrated out for various reasons all related to maintenance and also migrated to using Maven as a build tool. The usage of the plugin remains the same, however the artifact name has changed. So in your command to run the plugin you'll want to adapt it to the following:

- mvn ch.epfl.scala:maven-bloop_2.13:1.5.6:bloopInstall
+ mvn ch.epfl.scala:bloop-maven-plugin:2.0.0-RC4:bloopInstall

If you hit on any issues, please do report as quite a few things have been updated in this migration.

Full Changelog

  • Migrate the Maven plugin out of Bloop by @ckipp01 in #2
  • fix: ensure tests will pass by @ckipp01 in #3
  • chore(ci): setup release by @ckipp01 in #4
  • fix: ensure input name is correct by @ckipp01 in #5
  • fix: skip tests during the deploy by @ckipp01 in #6
  • fix: add in distributionManagement into pom by @ckipp01 in #7
  • fix: reference to token was wrong by @ckipp01 in #8
  • fix: ensure server-id matches pom by @ckipp01 in #9
  • refactor: try a different approach with the release by @ckipp01 in #10
  • try with a SNAPSHOT set by @ckipp01 in #11
  • fix: ensure it's installed for release by @ckipp01 in #12
  • fix: try to setup gpg first by @ckipp01 in #13
  • fix: revert setup and pass in gpg directly by @ckipp01 in #14
  • fix: try with new gpg-plugin version by @ckipp01 in #15
  • fix: stupid typo by @ckipp01 in #16
  • fix: ensure git profile is setup by @ckipp01 in #17
  • fix: ensure there is a github token by @ckipp01 in #18
  • fix: ensure scm is correct by @ckipp01 in #19
  • refactor: try with https in connection by @ckipp01 in #20
  • fix: ensure developerConnection is using https as well by @ckipp01 in #21
  • feat: try to fully automate the release cycle by @ckipp01 in #22
  • docs: add in a CONTRIBUTING.md and basic README.md by @ckipp01 in #23
  • deps: update Scala plugin to the latest 4.8.0 by @ckipp01 in #24
  • deps: bump maven related deps by @ckipp01 in #25
  • Various fixes by @ckipp01 in #31
  • chore: add in issue templates and badges by @ckipp01 in #30
  • docs: ensure badges are centered by @ckipp01 in #32
  • fix(ci): try to get release to work now that testing is fixed by @ckipp01 in #35

New Contributors

Full Changelog: https://github.com/scalacenter/bloop-maven-plugin/commits/bloop-maven-plugin-2.0.0-RC4