Error resolving version for the plugin ‘. Org, apache maven plugins: maven — the compiler plugin ‘from the repositories [local (E: \ apache maven – 3.5.3 \ repository). Nexus
(http://localhost:8080/nexus-2.14.5-02/content/groups/public)]] : plugins not found in any Plugin repository
The above error occurred at the beginning of the parent project to create the Maven aggregation project. You can see that the maven-Complier-plugin version of org.apache.maven.plugin resolves the error. The wrong configuration is as follows:
Solution: Declare a version for the plug-in:
Add & lt; version> Tags:
(http://localhost:8080/nexus-2.14.5-02/content/groups/public)]] : plugins not found in any Plugin repository
The above error occurred at the beginning of the parent project to create the Maven aggregation project. You can see that the maven-Complier-plugin version of org.apache.maven.plugin resolves the error. The wrong configuration is as follows:

Solution: Declare a version for the plug-in:
Add & lt; version> Tags:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
div>
Read More:
- Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
- Maven invalid source release 11
- Maven compilation error: package does not exist jar package does not exist
- An error is reported when executing MVN. The diamond operator is not supported in source-1.5
- Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (default-cli) on project Hello
- Solve the problem that target code version of Maven project sub module in IntelliJ idea is always rolled back
- The import Maven project appears http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Solutions
- Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test)
- Failed to execute goal com.spotify:docker-maven-plugin:1.0.0:build Exception caught: basedir src/mai
- How to select the jar package version for Maven package when the jar package versions referenced by multiple modules are inconsistent
- appear Error:java : javacTask: source release 1.7 requires target release 1.7
- Java: compilation failed: internal java compiler error and invalid source distribution resolution
- javac Task Error source release 1.7 requires target release
- MVN error: @ param not found
- Update project manually_ Solution of too large jar package in springboot
- Maven skip unit test
- Maven skip unit test- maven.test.skip And skipstests
- org.apache.jasper . jasperexception: unable to compile class for jsp: error resolution
- Failed to execute goal
- Unable to access javax.servlet.servletexception [How to Solve]