Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile #71

Open
xahon opened this issue May 4, 2016 · 0 comments

Comments

@xahon
Copy link

xahon commented May 4, 2016

# Solution:
Add to pom.xml in

<plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
        <compilerVersion>1.5</compilerVersion>
        <source>1.5</source>
        <target>1.5</target>
      </configuration>
</plugin>

Taken from http://stackoverflow.com/questions/13293062/maven-compile-error

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant