Update jdk8-tests/pom.xml to not inherit jar plugin settings from the parent.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=78183763
diff --git a/jdk8-tests/pom.xml b/jdk8-tests/pom.xml
index a5877fe..c1aadc5 100644
--- a/jdk8-tests/pom.xml
+++ b/jdk8-tests/pom.xml
@@ -55,6 +55,16 @@
           <target>8</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artiactId>maven-jar-plugin</artifactId>
+        <!--
+          Override guice-parent's maven-jar-plugin settings to use the default instead.
+          Since there are no non-test sources for this module and we aren't generating
+          a manifest file for it, there's no MANIFEST.MF file where the parent configuration
+          is expecting it.
+          -->
+        <configuration comine.self="override" />
+      </plugin>
     </plugins>
   </build>