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
since maven build does not clean up certain files in lib/ruby/gems/shared
(which is wanted) and there are probably a few other places (which is more
like bug).
https://github.com/jruby/jruby/blob/master/BUILDING.md documents how to build jruby from source and it works OK.
However, I'm unable to find a way to clean the build the directory to restore it as it looked when was just cloned from the repo.
I tried several commands from the BUILDING guide but all of them leave and bunch of files in the directory. I tried:
mvn clean install -Pjruby-jars
mvn -Pclean
jruby -S rmvn -Pclean
Am I doing something wrong?
This is the output of
mvn --version
:Thanks.
The text was updated successfully, but these errors were encountered: