[MPOM-63] defined m-compiler-p target version to avoid plugin-tools report limitation

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1637749 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven/pom.xml b/maven/pom.xml
index 24f8b18..35c66c2 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -835,6 +835,14 @@
   <build>
     <pluginManagement>
       <plugins>
+        <plugin><!-- TODO remove when upgrading parent pom to version 16 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+            <target>${maven.compiler.target}</target>
+          </configuration>
+        </plugin>
         <!-- The Maven universe targets Java 1.5 -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>