This repository was archived by the owner on Mar 9, 2021. It is now read-only.
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Open
Description
# 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
Metadata
Metadata
Assignees
Labels
No labels