davidB / scala-maven-plugin

The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven.
https://davidb.github.io/scala-maven-plugin/
The Unlicense
557 stars 151 forks source link

Fix for `target` and `release` #685

Closed bjornjorgensen closed 1 year ago

bjornjorgensen commented 1 year ago

fix for #684 and maybe #683

bjornjorgensen commented 1 year ago

@slandelle will you have a look?

slandelle commented 1 year ago

From our previous discussion, it seams that you've tried to use ChatGPT to bypass engineering process:

  1. reduce the issue to its minimal form,
  2. understand the root cause,
  3. fix it,
  4. prove the fix works
  5. ensure that things don't get broken in a future iteration

I can't say if someday AI will be able to achieve this and clearly, it's really not there yet.