Description Resource Path Location Type Java compiler level does not match the version of the installed Java project facet. VGI4Bio Unknown Faceted Project Problem (Java Version Mismatch)
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>