aboutsummaryrefslogtreecommitdiff
path: root/jdk8-tests
diff options
context:
space:
mode:
authorcgdecker <cgdecker@google.com>2014-10-21 13:08:48 -0700
committerSam Berlin <sameb@google.com>2014-10-21 16:35:13 -0400
commit0f59e8cb872c1e8b5215b9fdfdd4a3a053d39072 (patch)
treee52e16a3bb8c97710fd484043a47d6f9ba292537 /jdk8-tests
parentd7d9d2a7a1cc8df3c4be496bf0398d97b5c4c5ac (diff)
downloadguice-0f59e8cb872c1e8b5215b9fdfdd4a3a053d39072.tar.gz
Fix stupid typos.
(This time for sure!) ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=78196442
Diffstat (limited to 'jdk8-tests')
-rw-r--r--jdk8-tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdk8-tests/pom.xml b/jdk8-tests/pom.xml
index c1aadc51..3423dba8 100644
--- a/jdk8-tests/pom.xml
+++ b/jdk8-tests/pom.xml
@@ -56,14 +56,14 @@ See the Apache License Version 2.0 for the specific language governing permissio
</configuration>
</plugin>
<plugin>
- <artiactId>maven-jar-plugin</artifactId>
+ <artifactId>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" />
+ <configuration combine.self="override" />
</plugin>
</plugins>
</build>