Expand my Community achievements bar.

mvn clean install running for a long time

Avatar

Level 5

Hi all, 

I'm trying to build a maven project and I was running the below command. 

mvn clean install -PautoInsallPackage

but it's running for a long time and it did not finish neither it throws an error. I tried restarting my system then tried with only mvn clean install but still it's not working. can anyone help me with this ? It got stuck with the below line

 

Tessa_learner1_0-1654755450706.png

 

3 Replies

Avatar

Community Advisor

hi @Tessa_learner1 

 

Can you try Ctrl+C command and then see if the build resumes?

 

Thanks,

Pallavi Shukla

Avatar

Community Advisor

Check your settings.xml in .m2 folder .

Himanshu Jain

Avatar

Community Advisor

Hi,

Do you have node and npm setup? I think it is stuck at npm build.



Arun Patidar