I created a new project with archetype 27. The created project looks fine but when I first try to install it I get the following error:
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ kg-commons ---
[WARNING] Error injecting: org.apache.maven.artifact.installer.DefaultArtifactInstaller
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting: private org.eclipse.aether.spi.log.Logger org.apache.maven.repository.internal.DefaultVersionRangeResolver.logger
I tried google this but there are not many matches for this error, I was wondering if anyone knows what is going on here. I am on IntelliJ and using the build-in Maven 3 so I wonder if it is something to do with Maven specifically or if I screwed up the project installation.
.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Jeanmaradiaga ,
Could you please check if below link helps.
Try updating the maven plugin in intellij as mentioned in above link.
Views
Replies
Total Likes
Hi @Jeanmaradiaga ,
Could you please check if below link helps.
Try updating the maven plugin in intellij as mentioned in above link.
Views
Replies
Total Likes
Updating the frontend-maven-plugin from v10.13.0 to v13.9.0 seems to have fixed this.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies