You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build of microprofile-conference created .microprofile directory in my home folder and downloaded node+npm. After the build the directory was not deleted. The build must not pollute the user's home directory. If it needs anything for the build it should download it in a temporary folder in the OS's temp directory or a temp folder in the project directory.
The text was updated successfully, but these errors were encountered:
It should be the users tmp directory at most, but 'never' cleaned by the build clean - We could add a maven profile to clean to ensure it's a protected call.
We should also add some docs to make this visible and configurable (using the frontend-plugin).
The nodejs+npm used for the build must not interfere with a users installation, so the .microprofile dir is used to download the build specific versions by the frontend-plugin.
The OS tmp would be to volatile for day to day builds.
The build of microprofile-conference created .microprofile directory in my home folder and downloaded node+npm. After the build the directory was not deleted. The build must not pollute the user's home directory. If it needs anything for the build it should download it in a temporary folder in the OS's temp directory or a temp folder in the project directory.
The text was updated successfully, but these errors were encountered: