-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the executable jar package takes forever #1
Comments
i'm not sure. what version of Java are you running? |
Version 8, Update 241 for Mac OS |
Took 4 hours for me and on top of it all the build failed. |
Same here, it takes forever. I'm really interested in using this tool to test some regular expressions. My main question regarding this reported issue is: why is it executing these tests for simply building the package? |
Update: it's the tests in the project that are executed during the Maven build, they can be skipped: |
Hey there,
I've just downloaded saferegex and tried to build the executable jar by using the
$ ./mvnw clean package
command you specified.However, it takes forever to install:
The second testing-phase takes forever. It just doesn't build the executable .jar file. Is there any way you could tell me what I'm doing wrong? Thanks in advance :)
The text was updated successfully, but these errors were encountered: