You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/08/21 20:38:58 UTC

[GitHub] [jena] kinow commented on issue #1488: Cleaning during the UI build process.

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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org