To avoid maven build error the pluginRepository had to be added in pom.xml.
Initial error
Plugin org.springframework.boot:spring-boot-maven-plugin:2.2.0.M6 or one of its dependencies could not be resolved: org.springframework.boot:spring-boot-maven-plugin:jar:2.2.0.M6 was not found in https://repo1.maven.org/mave n2/ during a previous attempt.
To avoid maven build error the pluginRepository had to be added in pom.xml.
Initial error
Plugin org.springframework.boot:spring-boot-maven-plugin:2.2.0.M6 or one of its dependencies could not be resolved: org.springframework.boot:spring-boot-maven-plugin:jar:2.2.0.M6 was not found in https://repo1.maven.org/mave n2/ during a previous attempt.