Zero argument error while updating Maven project

I am trying to update my multi-module Maven project by right-clicking the project in "Project Explorer" and choosing "Maven" → "Refresh". Then i get messeage

Failed to update project NAME configuration: null argument

enter image description here

Other projects are usually updated without errors. What can I do in this case?

Edit: I am using Eclipse Mars

+4
source share
4 answers

. .log - . , Window/Preferences, Maven/Java EE Integration. " JPA".

+8

- . !

0

. " " "- > ", . .

eclipse.buildId=4.5.1.M20150904-0015
java.version=1.7.0_80
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product 
org.eclipse.epp.package.jee.product
0

Just the same problem. Considering the workspace/.metadata/.logstack trace indicated JpaFacetDataModelProvider. Then I remember that I disabled the JPA facet in my project due to some other earlier problem. Re-enabling the JPA facet made the Maven issue go away. JPA error that I have not returned before, so I was lucky.

0
source

Source: https://habr.com/ru/post/1619895/


All Articles