How to fix plugin org Springframework boot spring boot Maven plugin UNK not found?

If you are using Maven as your build tool, then this information will be relevant to you. This will help you to fix the Type 'org.springframework.boot:spring-boot-maven-plugin:' not found error in case you come across it while using Maven in one of your projects.

Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found

on Jan 01, 1970
<groupId>org.springframework.boot</groupId> 
<artifactId>spring-boot-maven-plugin</artifactId> 
<version>${project.parent.version}</version> 

Add Comment

0

Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found

on Jan 01, 1970
<groupId>org.springframework.boot</groupId> 
<artifactId>spring-boot-maven-plugin</artifactId> 
<version>${project.parent.version}</version>

Add Comment

0

You should also check the Java installation (Path variable). Once everything is set up correctly, restart your computer and everything should work as expected.

Java answers related to "Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found"

View All Java queries

Java queries related to "Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found"

Browse Other Code Languages

CodeProZone