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) code example

Example 1: 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)

Java compiler level does not match the version of the installed Java project facet.
Unknown Faceted Project Problem (Java Version Mismatch)

Example 2: 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>

Tags:

Java Example