aboutsummaryrefslogtreecommitdiff
path: root/jdk8-tests
diff options
context:
space:
mode:
authorcgdecker <cgdecker@google.com>2014-10-21 10:38:50 -0700
committerSam Berlin <sameb@google.com>2014-10-21 15:46:03 -0400
commitd7d9d2a7a1cc8df3c4be496bf0398d97b5c4c5ac (patch)
tree111a73ff373dc4e3a88e8d70ab3d6e201b70e032 /jdk8-tests
parent1de48d23d8ee567d1862390e0ea0b9a4b9f5d808 (diff)
downloadguice-d7d9d2a7a1cc8df3c4be496bf0398d97b5c4c5ac.tar.gz
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
Diffstat (limited to 'jdk8-tests')
-rw-r--r--jdk8-tests/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jdk8-tests/pom.xml b/jdk8-tests/pom.xml
index a5877fef..c1aadc51 100644
--- a/jdk8-tests/pom.xml
+++ b/jdk8-tests/pom.xml
@@ -55,6 +55,16 @@ See the Apache License Version 2.0 for the specific language governing permissio
<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>