Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile.....
Use the surefire plugin, compiler plugin:
As of today the latest version is:
(put it inside <build><plugins>)
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
</plugin>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us