Error prompt
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project store: Input length = 1 -> [Help 1]
Analysis: there are few corresponding dependencies Maven resources plugin
solution:
add a corresponding dependency:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
If the problem still exists, pay attention to the Maven resources plugin
version. If there is a problem with version 3.2.0, change to version 3.1.0
Read More:
- [Solved] ‘build.plugins.plugin.version‘ for org.springframework.boot:spring-boot-maven-plugin is missing.
- [Solved] Spring Boot Package Error: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0
- Springboot Project: How to Introduces Local Jar Package
- Maven plugin development report error- plugin:3.2 :descriptor fai
- [Solved] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on
- [Maven] maven filtering OTS parsing error incorrect file size in WOFF head [Two Methods to Solve]
- maven.TestGenerateMojo.execute(TestGenerateMojo.java:65) [How to Solve]
- [Solved] O2oa compile error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
- How to Solve Errors encountered by maven
- [Solved] Mybatis.generator error: Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2
- Idea create Maven project Error: [error] no longer supports source option 1.5. Please use version 1.6 or higher, and the idea reports an error: error: Java does not support the error of release version 5
- Caused by: java.lang.IllegalStateException (How to Fix)
- [Solved] Error running ‘tomcat:run‘: Cannot run program “tomcat:run“
- [Siolved] org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘webMvcObject
- [Solved] IDEA Import springboot Project Error: Cannot resolve plugin org.springframework.boot:spring-boot-maven-plugin:<unknown>
- Fatal error compiling: invalid target release: 1.8 [How to Solve]
- [Solved] Error:java: Compilation failed: internal java compiler error
- [Solved] java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Tomcat].StandardHost[localhost].StandardContext[]]
- Error assembling War: webxml attribute is required
- Eclipse relies on spring boot configuration processor, and there is no prompt for writing properties and YML