Skip to content
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

Open
linus-hologram opened this issue Mar 22, 2020 · 5 comments
Open

Building the executable jar package takes forever #1

linus-hologram opened this issue Mar 22, 2020 · 5 comments

Comments

@linus-hologram
Copy link

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:

Bildschirmfoto 2020-03-22 um 20 21 31

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 :)

@jkutner
Copy link
Owner

jkutner commented Mar 23, 2020

i'm not sure. what version of Java are you running?

@linus-hologram
Copy link
Author

Version 8, Update 241 for Mac OS

@drod3763
Copy link

drod3763 commented Apr 2, 2020

Took 4 hours for me and on top of it all the build failed.

@jurgenbrouwer
Copy link

jurgenbrouwer commented Apr 8, 2020

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?

@jurgenbrouwer
Copy link

Update: it's the tests in the project that are executed during the Maven build, they can be skipped:
./mvnw clean package -DskipTests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants