Home > database >  Plugin and dependency not found
Plugin and dependency not found

Time:06-17

i've created a project with Jhipster, when i open the project with IntelliJ i have these problems in pom.xml:

pom.xml problems

I tried maven clean/package/install, the first two run successfully but when i run maven install a test fails:

test failure

I also tried to use plugin registry (in maven settings) and invalidate caches but still not work. In the end i tried different JDK but i have the same problems. Can someone help me please? I use JDK 11.0.15, Node 16.15.1, Git 2.36.1 and i'm on windows 10.

CodePudding user response:

For those interested in troubleshooting pom.xml i solved by updating the repository (on IntelliJ go file/settings/build, execution, deployment/build tools/maven/repositories both remote and local) and reloading all maven projects.

  • Related