SpringBoot project POM file is Unknown error

The Maven Jar plugin was updated from 3.1.1 to 3.1.2 from Spring Boot 2.1.5. Release
Solution: Downgrade the Maven JAR plug-in to 3.1.1 and add the following configuration in the POM file properties

The Maven Jar plugin was updated from 3.1.1 to 3.1.2 from Spring Boot 2.1.5. Release
Solution: Downgrade the Maven JAR plug-in to 3.1.1 and add the following configuration in the POM file properties
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
The following figure
Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=547340
Read More:
- The spring boot project was first created, pom.xml The error is Maven configuration problem. How to solve it?
- How to select the jar package version for Maven package when the jar package versions referenced by multiple modules are inconsistent
- Error parsing lifecycle processing instructions
- Error resolving version for plugin ‘org.apache.maven.plugins:maven-compiler-plugin’ from the repo…
- Failed to execute goal com.spotify:docker-maven-plugin:1.0.0:build Exception caught: basedir src/mai
- Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test)
- javac Task Error source release 1.7 requires target release
- New Maven project– pom.xml report errors
- Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:3.0.0:clean (default-clean) on
- About maven Pom.xml Personal solutions to reporting errors!!!
- Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
- The import Maven project appears http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Solutions
- @How to solve eclipse error after setter and @ getter (@ data) annotation
- Import Maven project pom.xml File error
- Failed to execute goal
- How to Fix Spring Boot OTS parsing error: Failed to convert WOFF 2.0
- 3. Idea creates a springboot project, and spring initializer reports an error Error:connect timed out
- Idea Maven project uses package to package and report error (package does not exist)
- mvn install Error: Failed to read artifact descriptor org.apache.maven.plugins:maven-install-plugin:jar:2
- Maven skip unit test