workaround for JDK requirement plugin info

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1638227 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4fc371e..234e3e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,21 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin><!-- TODO remove when upgrading parent pom to version 27 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>${maven.compiler.source}</source>
+            <target>${maven.compiler.target}</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <profiles>
     <profile>
       <id>run-its</id>