Tine Kondo
Tine Kondo
Hi @tschaffter Sorry, I didn't get to you sooner... Indeed, the packages will always be installed in the default location (e.g. `~/.m2/repository`). this is what Maven does by default, and...
> I want to propose a different strategy for installing a library so that it can be imported in an app. The motivation is to enable the app to be...
Hi @tschaffter Thanks for using the plugin and for reporting the issue! I noticed something similar (build not being cached) live during a talk... but back then, I thought it...
Hi @tschaffter Can you update to https://github.com/tinesoft/nxrocks/releases/tag/nx-spring-boot%2Fv5.0.0 and tell me if you're still having this issue?
It's hard to tell... - Running a `nx build` command on a **pristine** generated Spring-Boot application on Nx workspace < 14 used to work fine - Running the same command...
Ok, I will fork your repo. and try to debug/reproduce from there
FYI, as I suspected, that option did the trick: > One difference that I noticed that may be relevant, is that built-in run-command executor, uses a special option ["outputCapture": "pipe"](https://github.com/nrwl/nx/blob/0468cf2ff644a1de268c5d8faf94dfd7fc09c15b/packages/nx/src/executors/run-commands/schema.json#L6),...
I'm happy to hear it! Thanks for your feedback and for reporting the issue initially. Happy coding
Same issue on my [@tinesoft/nxrocks repo](https://github.com/tinesoft/nxrocks), with that [semantic-release config](https://github.com/tinesoft/nxrocks/blob/d19f5ca5cc574dc680e515377af2a5df3576032e/tools/release/index.js#L23) 😞... Any update?
Hi again, Never mind, I figured it out: in my case, not all the files listed in the `assets` option of the plugin, **were actually modified** (and so "visible") to...