kinow commented on issue #1488:
URL: https://github.com/apache/jena/issues/1488#issuecomment-1221617128

   >Adding to maven-clean-plugin is possible but maybe this is too clean 
because it then requires a node install and a yarn install of about 480M.
   
   I think that should be OK? While developing the UI I don't normally call 
`mvn clean`, only when I switch branches or really want to clean my maven 
outputs. In which case I think it's far that it cleans the `node_modules` too.
   
   Maybe we can investigate using Yarn PnP (plug-and-play) which removes the 
need for the `node_modules` directory - <https://yarnpkg.com/features/pnp>
   
   But it would still download Yarn again.
   
   My development workflow is:
   
   1. Check out branch
   2. `yarn install`
   3. `yarn run serve` or some other Yarn command
   4. `git commit ...`
   
   I only use `mvn` when testing the PR, with `mvn -Pdev`, or manually 
specifying targets.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to